qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/5] hw/nvme: basic directives support


From: Klaus Jensen
Subject: Re: [PATCH 4/5] hw/nvme: basic directives support
Date: Thu, 16 Feb 2023 18:35:27 +0100
User-agent: Cyrus-JMAP/3.9.0-alpha0-156-g081acc5ed5-fm-20230206.001-g081acc5e


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]