qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] Type-safe ioport callbacks
@ 2010-10-24 15:34 Avi Kivity
  2010-10-24 15:34 ` [Qemu-devel] [PATCH 1/2] " Avi Kivity
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Avi Kivity @ 2010-10-24 15:34 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel; +Cc: kvm

A recent qemu -> qemu-kvm merge broke cpu hotplug without the compiler
complaining because of the type-unsafeness of the ioport callbacks.  This
patchset adds a type-safe variant of ioport callbacks and coverts a sample
ioport.  Converting the other 300-odd registrations is left as an excercise
to the community.

Avi Kivity (2):
  Type-safe ioport callbacks
  piix4 acpi: convert io BAR to type-safe ioport callbacks

 hw/acpi_piix4.c |   30 +++++++++++++++----------
 ioport.c        |   64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ioport.h        |   16 +++++++++++++
 3 files changed, 98 insertions(+), 12 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2010-10-27 20:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-24 15:34 [Qemu-devel] [PATCH 0/2] Type-safe ioport callbacks Avi Kivity
2010-10-24 15:34 ` [Qemu-devel] [PATCH 1/2] " Avi Kivity
2010-10-24 16:41   ` [Qemu-devel] " Avi Kivity
2010-10-24 18:14   ` [Qemu-devel] " Blue Swirl
2010-10-25 10:00     ` Avi Kivity
2010-10-25 18:38       ` Blue Swirl
2010-10-26  8:05         ` Avi Kivity
2010-10-26 15:09           ` Blue Swirl
2010-10-26 17:18             ` Avi Kivity
2010-10-26 17:27               ` Anthony Liguori
2010-10-26 17:35                 ` Avi Kivity
2010-10-26 18:33                   ` Blue Swirl
2010-10-27  9:26                     ` Avi Kivity
2010-10-27 20:23                       ` Blue Swirl
2010-10-25 12:54   ` [Qemu-devel] " Juan Quintela
2010-10-25 12:56     ` Avi Kivity
2010-10-24 15:34 ` [Qemu-devel] [PATCH 2/2] piix4 acpi: convert io BAR to type-safe " Avi Kivity
2010-10-24 17:35 ` [Qemu-devel] Re: [PATCH 0/2] Type-safe " Paolo Bonzini
2010-10-24 17:38   ` Avi Kivity
2010-10-25 13:46     ` Anthony Liguori
2010-10-25 13:52       ` Paolo Bonzini
2010-10-25 14:04         ` Anthony Liguori
2010-10-25 13:45 ` [Qemu-devel] " Anthony Liguori
2010-10-25 15:40 ` Markus Armbruster

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).