qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/2] RFC: object: recommend a few type check macros


From: Marc-André Lureau
Subject: [Qemu-devel] [PATCH 0/2] RFC: object: recommend a few type check macros
Date: Fri, 21 Sep 2018 15:13:30 +0400

Hi,

This is a readability suggestion. See the first patch for the doc
change, and the second patch for an example of usage and readability
improvement.

thanks

Marc-André Lureau (2):
  object: recommend a few type check macros
  nvdimm: use IS_NVDIMM macro

 include/hw/mem/nvdimm.h |  1 +
 include/qom/object.h    | 25 ++++++++++++++++---------
 hw/acpi/ich9.c          |  2 +-
 hw/acpi/nvdimm.c        |  2 +-
 hw/acpi/piix4.c         |  2 +-
 hw/i386/pc.c            |  8 +++-----
 hw/mem/pc-dimm.c        |  2 +-
 7 files changed, 24 insertions(+), 18 deletions(-)

-- 
2.19.0




reply via email to

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