[Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1

Paolo Bonzini posted 16 patches 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1522071403-52486-1-git-send-email-pbonzini@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1
Posted by Paolo Bonzini 6 years ago
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


Re: [Qemu-devel] [PULL 00/16] Misc fixes for QEMU 2.12.0-rc1
Posted by Peter Maydell 6 years ago
On 26 March 2018 at 14:36, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM