qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH for-3.1 0/2] ACPI type safety cleanup


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH for-3.1 0/2] ACPI type safety cleanup
Date: Mon, 23 Jul 2018 16:31:43 -0300

Small cleanup to make the ACPI callback functions harder to
misuse.

Eduardo Habkost (2):
  acpi: Improve acpi_send_event() type safety
  acpi: Decouple ACPI hotplug callbacks from HotplugHandler

 include/hw/acpi/acpi_dev_interface.h |  2 +-
 include/hw/acpi/cpu.h                |  5 ++---
 include/hw/acpi/cpu_hotplug.h        |  2 +-
 include/hw/acpi/memory_hotplug.h     |  4 ++--
 include/hw/acpi/pcihp.h              |  4 ++--
 include/hw/mem/nvdimm.h              |  3 ++-
 hw/acpi/acpi_interface.c             |  5 ++---
 hw/acpi/cpu.c                        |  8 ++++----
 hw/acpi/cpu_hotplug.c                |  4 ++--
 hw/acpi/ich9.c                       | 14 ++++++++------
 hw/acpi/memory_hotplug.c             |  8 ++++----
 hw/acpi/nvdimm.c                     |  4 ++--
 hw/acpi/pcihp.c                      |  8 ++++----
 hw/acpi/piix4.c                      | 18 ++++++++++--------
 hw/acpi/vmgenid.c                    |  2 +-
 15 files changed, 47 insertions(+), 44 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140




reply via email to

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