qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1
@ 2018-03-26 13:36 Paolo Bonzini
  2018-03-26 13:36 ` [Qemu-devel] [PULL 01/16] scripts/get_maintainer.pl: Print proper error message for missing $file Paolo Bonzini
                   ` (16 more replies)
  0 siblings, 17 replies; 20+ messages in thread
From: Paolo Bonzini @ 2018-03-26 13:36 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 7b1db0908d88f0c9cfac24e214ff72a860692e23:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180323' into staging (2018-03-25 13:51: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 f8e1a989644f22ba2f7afb0e13b6ce2309ea9503:

  qemu-pr-helper: Actually allow users to specify pidfile (2018-03-26 14:37:15 +0200)

----------------------------------------------------------------
Miscellaenous bugfixes, including crash fixes from Alexey, Peter M. and
Thomas.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      fdc: Exit if ISA controller does not support DMA

Ian Jackson (1):
      scripts/get_maintainer.pl: Print proper error message for missing $file

Justin Terry (VM) (3):
      WHPX fix WHvGetCapability out WrittenSizeInBytes
      WHPX fix WHvSetPartitionProperty in PropertyCode
      WHPX improve vcpu_post_run perf

Marc-André Lureau (2):
      vhost-user-test: do not hang if chardev creation failed
      vhost-user-test: add back memfd check

Michal Privoznik (1):
      qemu-pr-helper: Actually allow users to specify pidfile

Paolo Bonzini (2):
      chardev-socket: remove useless if
      scsi: turn "is this a SCSI device?" into a conditional hint

Peter Maydell (1):
      chardev/char-fe: Allow NULL chardev in qemu_chr_fe_init()

Peter Xu (1):
      iothread: fix breakage on windows

Richard Henderson (1):
      tcg: Really fix cpu_io_recompile

Thomas Huth (3):
      hw/net/can: Fix segfaults when using the devices without bus
      hw/audio: Fix crashes when devices are used on ISA bus without DMA
      scripts/device-crash-test: Remove fixed isapc-with-iommu entry

 accel/tcg/translate-all.c | 37 +++++--------------
 chardev/char-fe.c         | 22 ++++++-----
 chardev/char-socket.c     | 10 ++---
 configure                 |  4 +-
 hw/audio/cs4231a.c        |  8 +++-
 hw/audio/gus.c            |  7 +++-
 hw/audio/sb16.c           |  9 ++++-
 hw/block/fdc.c            |  5 ++-
 hw/net/can/can_sja1000.c  |  4 ++
 hw/scsi/scsi-disk.c       |  7 ++--
 hw/scsi/scsi-generic.c    |  7 ++--
 iothread.c                |  4 ++
 scripts/device-crash-test |  4 --
 scripts/get_maintainer.pl |  4 +-
 scsi/qemu-pr-helper.c     |  7 ++--
 target/i386/whpx-all.c    | 46 +++++++----------------
 tests/vhost-user-test.c   | 94 +++++++++++++++++++++++++++++++++--------------
 util/aio-win32.c          |  4 +-
 18 files changed, 159 insertions(+), 124 deletions(-)
-- 
1.8.3.1

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

end of thread, other threads:[~2018-03-27  9:27 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-26 13:36 [Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1 Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 01/16] scripts/get_maintainer.pl: Print proper error message for missing $file Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 02/16] WHPX fix WHvGetCapability out WrittenSizeInBytes Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 03/16] WHPX fix WHvSetPartitionProperty in PropertyCode Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 04/16] WHPX improve vcpu_post_run perf Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 05/16] hw/net/can: Fix segfaults when using the devices without bus Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 06/16] fdc: Exit if ISA controller does not support DMA Paolo Bonzini
2018-03-26 17:06   ` Thomas Huth
2018-03-26 17:10     ` Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 07/16] hw/audio: Fix crashes when devices are used on ISA bus without DMA Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 08/16] scripts/device-crash-test: Remove fixed isapc-with-iommu entry Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 09/16] vhost-user-test: do not hang if chardev creation failed Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 10/16] vhost-user-test: add back memfd check Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 11/16] tcg: Really fix cpu_io_recompile Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 12/16] chardev-socket: remove useless if Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 13/16] scsi: turn "is this a SCSI device?" into a conditional hint Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 14/16] iothread: fix breakage on windows Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 15/16] chardev/char-fe: Allow NULL chardev in qemu_chr_fe_init() Paolo Bonzini
2018-03-26 13:36 ` [Qemu-devel] [PULL 16/16] qemu-pr-helper: Actually allow users to specify pidfile Paolo Bonzini
2018-03-27  9:27 ` [Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1 Peter Maydell

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