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