qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/5] Add S390 hotplug add support


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/5] Add S390 hotplug add support
Date: Tue, 24 Aug 2010 00:02:26 +0200

Hey guys,

this patch set adds support for hotplug add on S390. Apparently it's the first
non-x86 platform receiving so much love in Qemu, so I've stumbled over some
very basic #if defined(TARGET_I386) cases that just shouldn't be there.

I'm open for suggestions, comments, improvements, etc. on this set. The guest
patch for this is on the virtualization ML.

Alex

Alexander Graf (5):
  [S390] Add hotplug support
  [S390] Increase amount of virtio pages
  Compile device-hotplug on all targets
  Add generic drive hotplugging
  Expose drive_add on all architectures

 Makefile.target      |    5 ++++-
 hw/device-hotplug.c  |   43 +++++++++++++++++++++++++++++++++++++++++++
 hw/s390-virtio-bus.c |    9 +++++++++
 hw/s390-virtio-bus.h |    7 ++++++-
 qemu-monitor.hx      |    2 --
 5 files changed, 62 insertions(+), 4 deletions(-)




reply via email to

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