From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=37723 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Onf6D-00029C-3l for qemu-devel@nongnu.org; Mon, 23 Aug 2010 18:02:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Onf6A-0000bd-NC for qemu-devel@nongnu.org; Mon, 23 Aug 2010 18:02:36 -0400 Received: from cantor2.suse.de ([195.135.220.15]:58083 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Onf6A-0000b7-CC for qemu-devel@nongnu.org; Mon, 23 Aug 2010 18:02:34 -0400 From: Alexander Graf Date: Tue, 24 Aug 2010 00:02:26 +0200 Message-Id: <1282600951-30803-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/5] Add S390 hotplug add support List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel List Cc: Gerd Hoffmann , Markus Armbruster , Aurelien Jarno , Luiz Capitulino 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(-)