qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/24] SCSI, maintainers and more - 2014-10-17
@ 2014-10-23 13:33 Paolo Bonzini
  2014-10-23 13:33 ` [Qemu-devel] [PULL 01/24] virtio-scsi-dataplane: Add op blocker Paolo Bonzini
                   ` (24 more replies)
  0 siblings, 25 replies; 27+ messages in thread
From: Paolo Bonzini @ 2014-10-23 13:33 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 27+ messages in thread

end of thread, other threads:[~2014-10-23 14:39 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 13:33 [Qemu-devel] [PULL 00/24] SCSI, maintainers and more - 2014-10-17 Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 01/24] virtio-scsi-dataplane: Add op blocker Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 02/24] virtio-scsi: dataplane: print why starting failed Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 03/24] virtio-scsi: dataplane: fail setup gracefully Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 04/24] virtio-scsi: dataplane: stop trying on notifier error Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 05/24] qom: Allow clearing of a Link property Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 06/24] qom: Demote already-has-a-parent to a regular error Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 07/24] qdev: gpio: Re-implement qdev_connect_gpio QOM style Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 08/24] qdev: gpio: Add API for intercepting a GPIO Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 09/24] qtest/irq: Rework IRQ interception Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 10/24] irq: Remove qemu_irq_intercept_out Paolo Bonzini
2014-10-23 13:33 ` [Qemu-devel] [PULL 11/24] qdev: gpio: delete NamedGPIOList::out Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 12/24] qdev: gpio: Remove qdev_init_gpio_out x1 restriction Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 13/24] qdev: gpio: Define qdev_pass_gpios() Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 14/24] sysbus: Use TYPE_DEVICE GPIO functionality Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 15/24] target-i386: warns users when CPU threads>1 for non-Intel CPUs Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 16/24] MAINTAINERS: grab more files from Anthony's pile Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 17/24] MAINTAINERS: add Samuel Thibault as usb-serial.c and baum.c maintainer Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 18/24] MAINTAINERS: add myself for X86 Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 19/24] MAINTAINERS: Add more TCG files Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 20/24] MAINTAINERS: add some tests directories Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 21/24] MAINTAINERS: avoid M entries that point to mailing lists Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 22/24] qtest: fix qtest log fd should be initialized before qtest chardev Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 23/24] get_maintainer.pl: move git loop under "if ($email) {" Paolo Bonzini
2014-10-23 13:34 ` [Qemu-devel] [PULL 24/24] get_maintainer.pl: restrict cases where it falls back to --git Paolo Bonzini
2014-10-23 14:32 ` [Qemu-devel] [PULL 00/24] SCSI, maintainers and more - 2014-10-17 Peter Maydell
2014-10-23 14:39   ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).