From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhIX3-0005UU-IM for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:34:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhIWy-0007Hg-IN for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:34:25 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:48015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhIWy-0007HS-CD for qemu-devel@nongnu.org; Thu, 23 Oct 2014 09:34:20 -0400 Received: by mail-wi0-f169.google.com with SMTP id q5so718068wiv.4 for ; Thu, 23 Oct 2014 06:34:18 -0700 (PDT) Received: from playground.station (net-37-117-142-149.cust.vodafonedsl.it. [37.117.142.149]) by mx.google.com with ESMTPSA id u8sm5445638wiz.14.2014.10.23.06.34.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Oct 2014 06:34:17 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 23 Oct 2014 15:33:48 +0200 Message-Id: <1414071252-7003-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/24] SCSI, maintainers and more - 2014-10-17 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 5f77ef69a195098baddfdc6d189f1b4a94587378: glib: add compatibility interface for g_strcmp0() (2014-10-16 23:02:31 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 6dad2b7b17ddfeb8276d2e359cb2383a8ae98d37: get_maintainer.pl: restrict cases where it falls back to --git (2014-10-22 15:56:34 +0200) ---------------------------------------------------------------- virtio-scsi-dataplane fixes and the first part of dynamic sysbus devices Also MAINTAINERS updates, they are fancy these days. :) ---------------------------------------------------------------- Cornelia Huck (3): virtio-scsi: dataplane: print why starting failed virtio-scsi: dataplane: fail setup gracefully virtio-scsi: dataplane: stop trying on notifier error Fam Zheng (1): virtio-scsi-dataplane: Add op blocker Li Liu (1): qtest: fix qtest log fd should be initialized before qtest chardev Paolo Bonzini (8): MAINTAINERS: grab more files from Anthony's pile MAINTAINERS: add Samuel Thibault as usb-serial.c and baum.c maintainer MAINTAINERS: add myself for X86 MAINTAINERS: Add more TCG files MAINTAINERS: add some tests directories MAINTAINERS: avoid M entries that point to mailing lists get_maintainer.pl: move git loop under "if ($email) {" get_maintainer.pl: restrict cases where it falls back to --git Peter Crosthwaite (10): qom: Allow clearing of a Link property qom: Demote already-has-a-parent to a regular error qdev: gpio: Re-implement qdev_connect_gpio QOM style qdev: gpio: Add API for intercepting a GPIO qtest/irq: Rework IRQ interception irq: Remove qemu_irq_intercept_out qdev: gpio: delete NamedGPIOList::out qdev: gpio: Remove qdev_init_gpio_out x1 restriction qdev: gpio: Define qdev_pass_gpios() sysbus: Use TYPE_DEVICE GPIO functionality Wei Huang (1): target-i386: warns users when CPU threads>1 for non-Intel CPUs MAINTAINERS | 59 +++++++++++++++++++---- hw/core/irq.c | 8 +--- hw/core/qdev.c | 70 ++++++++++++++++++++++++--- hw/core/sysbus.c | 20 ++------ hw/scsi/virtio-scsi-dataplane.c | 102 +++++++++++++++++++++++++++++++++++----- hw/scsi/virtio-scsi.c | 19 +++++++- include/hw/irq.h | 1 - include/hw/qdev-core.h | 6 ++- include/hw/sysbus.h | 7 ++- include/hw/virtio/virtio-scsi.h | 2 + qom/object.c | 16 +++++-- qtest.c | 24 ++++++---- scripts/get_maintainer.pl | 28 +++++++---- target-i386/cpu.c | 26 ++++++++-- 14 files changed, 303 insertions(+), 85 deletions(-) -- 1.8.3.1