Re: [PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions

2020-06-29 Thread Klaus Jensen
On Jun 18 06:34, Dmitry Fomichev wrote: > Removed unused struct NvmeAerResult and SMART-related async event > codes. All other event codes are now categorized by their type. > This avoids having to define the same values in a single enum, > NvmeAsyncEventRequest, that is now removed. > > Later

Re: [PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions

2020-06-29 Thread Alistair Francis
On Wed, Jun 17, 2020 at 2:48 PM Dmitry Fomichev wrote: > > Removed unused struct NvmeAerResult and SMART-related async event > codes. All other event codes are now categorized by their type. > This avoids having to define the same values in a single enum, > NvmeAsyncEventRequest, that is now

[PATCH v2 03/18] hw/block/nvme: Clean up unused AER definitions

2020-06-17 Thread Dmitry Fomichev
Removed unused struct NvmeAerResult and SMART-related async event codes. All other event codes are now categorized by their type. This avoids having to define the same values in a single enum, NvmeAsyncEventRequest, that is now removed. Later commits in this series will define additional values