From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0S8-0001SE-G3 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:30:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qh0S5-0004qU-A9 for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:30:16 -0400 Received: from cantor2.suse.de ([195.135.220.15]:54651 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qh0S4-0004pu-Rq for qemu-devel@nongnu.org; Wed, 13 Jul 2011 10:30:13 -0400 From: Alexander Graf Date: Tue, 12 Jul 2011 09:21:33 +0200 Message-Id: <1310455297-27436-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/4] S390 virtio hotplug v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" Cc: kwolf@suse.de, armbru@redhat.com 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. It's trying to make things as generic as possible. I've talked to Markus about this vs blockdev and he's fine with pulling in a "dirty" solution in case the right one takes too long. But we haven't decided on which one is more clean :). Alex Alexander Graf (4): [S390] Add hotplug support Compile device-hotplug on all targets Add generic drive hotplugging Expose drive_add on all architectures Makefile.target | 5 +++- hmp-commands.hx | 2 - hw/device-hotplug.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/pci-hotplug.c | 24 +++------------------- hw/s390-virtio-bus.c | 24 ++++++++++++++++++---- hw/s390-virtio-bus.h | 5 ++++ sysemu.h | 6 ++++- 7 files changed, 88 insertions(+), 29 deletions(-)