qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [stable-1.1] Patch Round-up for stable 1.1.2
@ 2012-08-21 17:05 Michael Roth
  2012-08-21 17:05 ` [Qemu-devel] [PATCH 01/23] qtest: fix infinite loop when QEMU aborts abruptly Michael Roth
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Michael Roth @ 2012-08-21 17:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

This is the current list of candidates for QEMU 1.1.2, which we're planning
to release on Friday. Please review and respond with any additional patches
you think should be included. These are also available at:

  git://github.com/mdroth/qemu.git stable-1.1-staging

There's a few that Michael Tokarov had mentioned to me that are not
upstream yet that I'd also like to pull in:

"ahci: fix cdrom read corruption"
http://thread.gmane.org/gmane.comp.emulators.qemu/163543

"commit da57febfed "qdev: give all devices a canonical path" broke usb_ [...]"
http://thread.gmane.org/gmane.comp.emulators.qemu/164180/focus=164185

And one I just sent out:

"libcacard: Fix segfault when no backend specified"

Queued patches follow:

Anthony Liguori (2):
      qtest: fix infinite loop when QEMU aborts abruptly
      qdev: fix use-after-free in the error path of qdev_init_nofail

Avi Kivity (1):
      virtio-blk: fix use-after-free while handling scsi commands

Christian Borntraeger (1):
      s390: Fix error handling and condition code of service call

David Gibson (1):
      ppc: Fix bug in handling of PAPR hypercall exits

Dunrong Huang (1):
      slirp: Ensure smbd and shared directory exist when enable smb

Gerd Hoffmann (4):
      ehci: fix reset
      ehci: don't flush cache on doorbell rings.
      uhci: fix uhci_async_cancel_all
      usb: restore USBDevice->attached on vmload

Hans de Goede (2):
      usb-redir: Correctly handle the usb_redir_babble usbredir status
      usb-ehci: Fix an assert whenever isoc transfers are used

Jan Kiszka (6):
      kvmvapic: Disable if there is insufficient memory
      slirp: Enforce host-side user of smb share
      slirp: Improve error reporting of inaccessible smb directories
      apic: Resolve potential endless loop around apic_update_irq
      apic: Reevaluate pending interrupts on LVT_LINT0 changes
      apic: Defer interrupt updates to VCPU thread

Michael Roth (4):
      qlist: add qlist_size()
      json-parser: don't replicate tokens at each level of recursion
      check-qjson: add test for large JSON objects
      update VERSION for 1.1.2

Peter Maydell (1):
      configure: Don't override user's --cpu on MacOS and Solaris

 VERSION                  |    2 +-
 configure                |   60 +++++++-----
 cpu-exec.c               |    6 ++
 hw/apic.c                |   27 +++++-
 hw/apic.h                |    1 +
 hw/apic_common.c         |    4 +-
 hw/apic_internal.h       |    1 -
 hw/qdev.c                |    5 +-
 hw/usb/bus.c             |   13 +++
 hw/usb/hcd-ehci.c        |   45 +++++++--
 hw/usb/hcd-uhci.c        |    4 +-
 hw/usb/redirect.c        |    2 +
 hw/virtio-blk.c          |    1 +
 json-parser.c            |  230 ++++++++++++++++++++++++++++------------------
 net/slirp.c              |   26 +++++-
 qlist.c                  |   13 +++
 qlist.h                  |    1 +
 target-i386/cpu.h        |    4 +-
 target-i386/kvm.c        |    4 +
 target-ppc/kvm.c         |    2 +-
 target-s390x/kvm.c       |    5 +-
 target-s390x/op_helper.c |   27 ++++--
 tests/check-qjson.c      |   53 +++++++++++
 tests/libqtest.c         |    5 +
 24 files changed, 391 insertions(+), 150 deletions(-)

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

end of thread, other threads:[~2012-08-21 17:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 17:05 [Qemu-devel] [stable-1.1] Patch Round-up for stable 1.1.2 Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 01/23] qtest: fix infinite loop when QEMU aborts abruptly Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 02/23] configure: Don't override user's --cpu on MacOS and Solaris Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 03/23] ppc: Fix bug in handling of PAPR hypercall exits Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 04/23] s390: Fix error handling and condition code of service call Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 05/23] kvmvapic: Disable if there is insufficient memory Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 06/23] qdev: fix use-after-free in the error path of qdev_init_nofail Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 07/23] virtio-blk: fix use-after-free while handling scsi commands Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 08/23] ehci: fix reset Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 09/23] ehci: don't flush cache on doorbell rings Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 10/23] uhci: fix uhci_async_cancel_all Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 11/23] usb: restore USBDevice->attached on vmload Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 12/23] usb-redir: Correctly handle the usb_redir_babble usbredir status Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 13/23] usb-ehci: Fix an assert whenever isoc transfers are used Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 14/23] qlist: add qlist_size() Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 15/23] json-parser: don't replicate tokens at each level of recursion Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 16/23] check-qjson: add test for large JSON objects Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 17/23] slirp: Enforce host-side user of smb share Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 18/23] slirp: Ensure smbd and shared directory exist when enable smb Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 19/23] slirp: Improve error reporting of inaccessible smb directories Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 20/23] apic: Resolve potential endless loop around apic_update_irq Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 21/23] apic: Reevaluate pending interrupts on LVT_LINT0 changes Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 22/23] apic: Defer interrupt updates to VCPU thread Michael Roth
2012-08-21 17:05 ` [Qemu-devel] [PATCH 23/23] update VERSION for 1.1.2 Michael Roth

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).