On Thu, Feb 16, 2023, at 18:23, Keith Busch wrote: > On Thu, Feb 16, 2023 at 05:48:05PM +0100, Jesper Devantier wrote: >> +enum NvmeDirective { >> + NVME_DIRECTIVE_SUPPORTED = 0x0, >> + NVME_DIRECTIVE_ENABLED = 0x1, >> +}; > > What's this? That’s a left-over from my rebase. I’ll fix that one up.
- [PATCH 0/5] Support Flexible Data Placement (FDP) Jesper Devantier
- [PATCH 3/5] hw/nvme: add basic endurance group suppo... Jesper Devantier
- [PATCH 4/5] hw/nvme: basic directives support Jesper Devantier
- Re: [PATCH 4/5] hw/nvme: basic directives suppor... Keith Busch
- Re: [PATCH 4/5] hw/nvme: basic directives su... Klaus Jensen
- Re: [PATCH 4/5] hw/nvme: basic directive... Keith Busch
- [PATCH 5/5] hw/nvme: flexible data placement emulati... Jesper Devantier
- Re: [PATCH 5/5] hw/nvme: flexible data placement... Keith Busch
- Re: [PATCH 5/5] hw/nvme: flexible data place... Jesper Devantier
- Re: [PATCH 5/5] hw/nvme: flexible data placement... Keith Busch
- [PATCH 2/5] hw/nvme: store a pointer to the NvmeSubs... Jesper Devantier
- [PATCH 1/5] hw/nvme: move adjustment of data_units{r... Jesper Devantier