From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53013) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiG7u-0006QW-HV for qemu-devel@nongnu.org; Tue, 03 Jan 2012 20:58:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiG7q-0004KI-RM for qemu-devel@nongnu.org; Tue, 03 Jan 2012 20:58:50 -0500 Received: from cantor2.suse.de ([195.135.220.15]:46340 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiG7q-0004Jt-HP for qemu-devel@nongnu.org; Tue, 03 Jan 2012 20:58:46 -0500 From: Alexander Graf Date: Wed, 4 Jan 2012 03:13:06 +0100 Message-Id: <1325643192-15941-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PULL 0/6] s390 patch queue 2012-01-04 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org Developers" Cc: Blue Swirl , Aurelien Jarno Hi Anthony / Blue / Aurelien, This is my current patch queue for s390. Please pull. Alex The following changes since commit f3c6a169a39d188e98c17a0a0ebfa7f85e5aafdd: Anthony Liguori (1): Merge remote-tracking branch 'qemu-kvm/memory/page_desc' into staging are available in the git repository at: git://repo.or.cz/qemu/agraf.git s390-next Alexander Graf (5): [S390] Add hotplug support Compile device-hotplug on all targets Add generic drive hotplugging Expose drive_add on all architectures s390x: add TR function for EXECUTE Christian Borntraeger (1): s390: fix cpu hotplug / cpu activity on interrupts Makefile.target | 5 +++- hmp-commands.hx | 2 - hw/device-hotplug.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++ hw/pci-hotplug.c | 24 +++------------------- hw/s390-virtio-bus.c | 24 ++++++++++++++++++---- hw/s390-virtio-bus.h | 5 ++++ sysemu.h | 6 ++++- target-s390x/kvm.c | 3 -- target-s390x/op_helper.c | 3 ++ 9 files changed, 87 insertions(+), 32 deletions(-)