The following changes since commit e40830afa1cff3ffdc37bdfdd40d80860074636c:
Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2014-10-22-tag' into staging (2014-10-22 21:42:33 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to e218052f9288609bb8c53b31cae3bed7d7516728: aio / timers: De-document -clock (2014-10-27 16:11:45 +0100) ---------------------------------------------------------------- virtio-scsi fixes, the first part of dynamic sysbus devices, MAINTAINERS updates, and AVX512 support. ---------------------------------------------------------------- Bin Wu (1): hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl Chao Peng (1): target-i386: add Intel AVX-512 support 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 Markus Armbruster (1): aio / timers: De-document -clock 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 Ting Wang (1): virtio-scsi: sense in virtio_scsi_command_complete Wei Huang (1): target-i386: warns users when CPU threads>1 for non-Intel CPUs MAINTAINERS | 59 +++++++++++++++++++---- docs/writing-qmp-commands.txt | 2 + 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 | 31 ++++++++---- include/hw/irq.h | 1 - include/hw/qdev-core.h | 6 ++- include/hw/sysbus.h | 7 ++- include/hw/virtio/virtio-scsi.h | 2 + qemu-options.hx | 12 +---- qom/object.c | 16 +++++-- qtest.c | 24 ++++++---- scripts/get_maintainer.pl | 28 +++++++---- target-i386/cpu.c | 36 ++++++++++++-- target-i386/cpu.h | 61 ++++++++++++++++++++++++ target-i386/kvm.c | 19 ++++++++ target-i386/machine.c | 87 ++++++++++++++++++++++++++++++++++ 19 files changed, 488 insertions(+), 103 deletions(-) -- 1.8.3.1