All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/12] Misc patches for QEMU 4.0-rc2
Date: Sat, 20 Jul 2019 17:18:34 +0200	[thread overview]
Message-ID: <20190720151846.7450-1-pbonzini@redhat.com> (raw)

The following changes since commit e2b47666fe1544959c89bd3ed159e9e37cc9fc73:

  Merge remote-tracking branch 'remotes/berrange/tags/misc-next-pull-request' into staging (2019-07-19 14:29:13 +0100)

are available in the git repository at:


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

for you to fetch changes up to d4b976c0a81dc625ccd05e2b3075f353170669d4:

  target/i386: sev: fix failed message typos (2019-07-19 23:45:28 +0200)

----------------------------------------------------------------
Mostly bugfixes, plus a patch to mark accelerator MemoryRegions in "info
mtree" that has been lingering for too long.

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      hmp: Print if memory section is registered with an accelerator

Denis V. Lunev (1):
      i386: indicate that 'pconfig' feature was removed intentionally

Jiri Slaby (1):
      target/i386: sev: fix failed message typos

Liran Alon (1):
      target/i386: kvm: Demand nested migration kernel capabilities only when vCPU may have enabled VMX

Marc-André Lureau (1):
      build-sys: do no support modules on Windows

Nicholas Piggin (1):
      qmp: don't emit the RESET event on wakeup

Paolo Bonzini (2):
      target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM
      virtio-scsi: remove unused argument to virtio_scsi_common_realize

Shin'ichiro Kawasaki (1):
      scsi-generic: Check sense key before request snooping and patching

Wei Yang (1):
      test-bitmap: add test for bitmap_set

Xie Yongji (2):
      vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed
      vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failed

 accel/kvm/kvm-all.c             | 38 ++++++++++++++++++++++++++++
 configure                       |  7 +++++-
 hw/scsi/scsi-generic.c          | 28 ++++++++++++---------
 hw/scsi/vhost-scsi.c            |  6 +++--
 hw/scsi/vhost-user-scsi.c       | 16 ++++++++----
 hw/scsi/virtio-scsi.c           |  4 +--
 include/hw/virtio/virtio-scsi.h |  2 +-
 include/sysemu/accel.h          |  3 +++
 memory.c                        | 22 +++++++++++++++++
 target/i386/cpu.c               |  2 +-
 target/i386/cpu.h               | 22 +++++++++++++++++
 target/i386/kvm.c               | 42 +++++++++++--------------------
 target/i386/kvm_i386.h          |  1 +
 target/i386/machine.c           | 45 ++++++++++++++++-----------------
 target/i386/sev.c               |  4 +--
 tests/test-bitmap.c             | 55 +++++++++++++++++++++++++++++++++++++++++
 vl.c                            |  2 +-
 17 files changed, 220 insertions(+), 79 deletions(-)
-- 
1.8.3.1



             reply	other threads:[~2019-07-20 15:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-20 15:18 Paolo Bonzini [this message]
2019-07-20 15:18 ` [Qemu-devel] [PULL 01/12] target/i386: kvm: Demand nested migration kernel capabilities only when vCPU may have enabled VMX Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 02/12] target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 03/12] virtio-scsi: remove unused argument to virtio_scsi_common_realize Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 04/12] vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 05/12] vhost-user-scsi: " Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 06/12] scsi-generic: Check sense key before request snooping and patching Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 07/12] test-bitmap: add test for bitmap_set Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 08/12] hmp: Print if memory section is registered with an accelerator Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 09/12] qmp: don't emit the RESET event on wakeup Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 10/12] build-sys: do no support modules on Windows Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 11/12] i386: indicate that 'pconfig' feature was removed intentionally Paolo Bonzini
2019-07-20 15:18 ` [Qemu-devel] [PULL 12/12] target/i386: sev: fix failed message typos Paolo Bonzini
2019-07-22 14:16 ` [Qemu-devel] [PULL 00/12] Misc patches for QEMU 4.0-rc2 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190720151846.7450-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.