Re: [PATCH v25 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro

2020-04-17 Thread Peter Maydell
On Fri, 10 Apr 2020 at 12:45, Dongjiu Geng wrote: > > The little end UUID is used in many places, so make > NVDIMM_UUID_LE to a common macro to convert the UUID > to a little end array. > > Reviewed-by: Xiang Zheng > Signed-off-by: Dongjiu Geng > --- > hw/acpi/nvdimm.c| 10 +++--- > inc

[PATCH v25 01/10] acpi: nvdimm: change NVDIMM_UUID_LE to a common macro

2020-04-10 Thread Dongjiu Geng
The little end UUID is used in many places, so make NVDIMM_UUID_LE to a common macro to convert the UUID to a little end array. Reviewed-by: Xiang Zheng Signed-off-by: Dongjiu Geng --- hw/acpi/nvdimm.c| 10 +++--- include/qemu/uuid.h | 9 + 2 files changed, 12 insertions(+), 7