All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/9] Misc fixes for QEMU 2.9.0-rc2
@ 2017-03-27 16:16 Paolo Bonzini
  2017-03-27 16:16 ` [Qemu-devel] [PULL 1/9] clear pending status before calling memory commit Paolo Bonzini
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paolo Bonzini @ 2017-03-27 16:16 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 08329701199449bde497570dcfdb9c86062baf20:

  qom: Fix regression with 'qom-type' (2017-03-23 17:59:40 +0000)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to bed58b4443b001227b953dca80ce76fa76ea0fc1:

  scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero (2017-03-27 17:02:07 +0200)

----------------------------------------------------------------
* MTTCG fix for win32
* virtio-scsi assertion failure
* mem-prealloc coverity fix
* x86 migration revert which requires more thought
* x86 instruction limit (avoids >2 page translation blocks)
* nbd dead code cleanup
* small memory.c logic fix

----------------------------------------------------------------
Andrey Shedel (1):
      win32: replace custom mutex and condition variable with native primitives

Fam Zheng (3):
      virtio-scsi: Make virtio_scsi_acquire/release public
      virtio-scsi: Fix acquire/release in dataplane handlers
      scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero

Jitendra Kolhe (1):
      mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case.

Paolo Bonzini (1):
      Revert "apic: save apic_delivered flag"

Pranith Kumar (1):
      tcg/i386: Check the size of instruction being translated

Stefan Hajnoczi (1):
      nbd: drop unused NBDClientSession.is_unix field

Xu, Anthony (1):
      clear pending status before calling memory commit

 block/nbd-client.h              |   2 -
 block/nbd.c                     |   2 -
 hw/intc/apic_common.c           |  33 ----------
 hw/scsi/scsi-generic.c          |   5 +-
 hw/scsi/virtio-scsi-dataplane.c |  20 ++++--
 hw/scsi/virtio-scsi.c           |  41 +++++-------
 include/hw/i386/apic_internal.h |   2 -
 include/hw/virtio/virtio-scsi.h |  14 +++++
 include/qemu/thread-win32.h     |   7 +--
 memory.c                        |  10 +--
 target/i386/translate.c         |   7 +++
 util/oslib-posix.c              |  16 ++++-
 util/qemu-thread-win32.c        | 136 +++++-----------------------------------
 13 files changed, 86 insertions(+), 209 deletions(-)
-- 
2.9.3

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

end of thread, other threads:[~2017-03-28  8:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27 16:16 [Qemu-devel] [PULL 0/9] Misc fixes for QEMU 2.9.0-rc2 Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 1/9] clear pending status before calling memory commit Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 2/9] virtio-scsi: Make virtio_scsi_acquire/release public Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 3/9] virtio-scsi: Fix acquire/release in dataplane handlers Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 4/9] tcg/i386: Check the size of instruction being translated Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 5/9] mem-prealloc: fix sysconf(_SC_NPROCESSORS_ONLN) failure case Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 6/9] win32: replace custom mutex and condition variable with native primitives Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 7/9] nbd: drop unused NBDClientSession.is_unix field Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 8/9] Revert "apic: save apic_delivered flag" Paolo Bonzini
2017-03-27 16:16 ` [Qemu-devel] [PULL 9/9] scsi-generic: Fill in opt_xfer_len in INQUIRY reply if it is zero Paolo Bonzini
2017-03-28  8:48 ` [Qemu-devel] [PULL 0/9] Misc fixes for QEMU 2.9.0-rc2 Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.