qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-3.1 0/2] ACPI type safety cleanup
@ 2018-07-23 19:31 Eduardo Habkost
  2018-07-23 19:31 ` [Qemu-devel] [PATCH for-3.1 1/2] acpi: Improve acpi_send_event() type safety Eduardo Habkost
  2018-07-23 19:31 ` [Qemu-devel] [PATCH for-3.1 2/2] acpi: Decouple ACPI hotplug callbacks from HotplugHandler Eduardo Habkost
  0 siblings, 2 replies; 11+ messages in thread
From: Eduardo Habkost @ 2018-07-23 19:31 UTC (permalink / raw)
  To: qemu-devel
  Cc: Marcel Apfelbaum, Igor Mammedov, Xiao Guangrong, Ben Warren,
	Michael S. Tsirkin

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-07-25 13:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-23 19:31 [Qemu-devel] [PATCH for-3.1 0/2] ACPI type safety cleanup Eduardo Habkost
2018-07-23 19:31 ` [Qemu-devel] [PATCH for-3.1 1/2] acpi: Improve acpi_send_event() type safety Eduardo Habkost
2018-07-24 12:27   ` Igor Mammedov
2018-07-23 19:31 ` [Qemu-devel] [PATCH for-3.1 2/2] acpi: Decouple ACPI hotplug callbacks from HotplugHandler Eduardo Habkost
2018-07-24 12:29   ` Igor Mammedov
2018-07-24 12:39     ` Eduardo Habkost
2018-07-24 15:28       ` Igor Mammedov
2018-07-24 15:48         ` Eduardo Habkost
2018-07-24 18:14         ` Michael S. Tsirkin
2018-07-25  6:57           ` Igor Mammedov
2018-07-25 13:46             ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).