[Qemu-devel] [PULL 00/13] Misc fixes for QEMU 3.0.0-rc1

Paolo Bonzini posted 13 patches 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1531840015-28804-1-git-send-email-pbonzini@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
accel/tcg/translate-all.c |  2 +-
hw/char/serial.c          | 46 +++++++++++++++++++++++++++-------------------
hw/core/hotplug.c         | 10 ++++++++++
hw/core/qdev.c            |  4 ++++
hw/i386/multiboot.c       | 35 ++++++++++++++++-------------------
hw/i386/pc.c              |  5 +++++
hw/misc/hyperv_testdev.c  | 16 ++++++++--------
hw/scsi/virtio-scsi.c     | 11 ++++++++++-
include/hw/hotplug.h      | 11 +++++++++++
qemu-options.hx           |  8 ++++----
target/i386/arch_dump.c   | 10 ++++++++++
target/i386/hyperv.c      | 16 +++++++++++++---
target/i386/hyperv.h      |  7 +++++--
target/i386/kvm-stub.c    |  5 +++++
target/i386/kvm.c         | 47 +++++++++++++++++++++++++++++++++++++++++++++++
target/i386/kvm_i386.h    |  2 ++
tests/vhost-user-test.c   |  3 +++
util/qemu-option.c        |  8 +++-----
18 files changed, 184 insertions(+), 62 deletions(-)
[Qemu-devel] [PULL 00/13] Misc fixes for QEMU 3.0.0-rc1
Posted by Paolo Bonzini 7 years, 3 months ago
The following changes since commit 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb:

  docs: Grammar and spelling fixes (2018-07-13 10:16:04 +0100)

are available in the git repository at:

  git://github.com/bonzini/qemu.git 

for you to fetch changes up to dfaa7d50b0f72060764096ffcae4a0c06ce24f9b:

  Document command line options with single dash (2018-07-17 16:24:50 +0200)

----------------------------------------------------------------
Bug fixes.

----------------------------------------------------------------
BALATON Zoltan (1):
      Document command line options with single dash

Calvin Lee (1):
      PC Chipset: Improve serial divisor calculation

Daniel P. Berrangé (3):
      i386: fix regression parsing multiboot initrd modules
      i386: only parse the initrd_filename once for multiboot modules
      opts: remove redundant check for NULL parameter

Emanuele Giuseppe Esposito (1):
      vhost-user-test: added proper TestServer *dest initialization in test_migrate()

Marc-André Lureau (1):
      hw/char/serial: retry write if EAGAIN

Roman Kagan (2):
      hyperv: rename vcpu_id to vp_index
      hyperv: ensure VP index equal to QEMU cpu_index

Stefan Hajnoczi (2):
      qdev: add HotplugHandler->post_plug() callback
      virtio-scsi: fix hotplug ->reset() vs event race

Stefan Weil (1):
      accel: Fix typo and grammar in comment

Viktor Prutyanov (1):
      dump: add kernel_gs_base to QEMU CPU state

 accel/tcg/translate-all.c |  2 +-
 hw/char/serial.c          | 46 +++++++++++++++++++++++++++-------------------
 hw/core/hotplug.c         | 10 ++++++++++
 hw/core/qdev.c            |  4 ++++
 hw/i386/multiboot.c       | 35 ++++++++++++++++-------------------
 hw/i386/pc.c              |  5 +++++
 hw/misc/hyperv_testdev.c  | 16 ++++++++--------
 hw/scsi/virtio-scsi.c     | 11 ++++++++++-
 include/hw/hotplug.h      | 11 +++++++++++
 qemu-options.hx           |  8 ++++----
 target/i386/arch_dump.c   | 10 ++++++++++
 target/i386/hyperv.c      | 16 +++++++++++++---
 target/i386/hyperv.h      |  7 +++++--
 target/i386/kvm-stub.c    |  5 +++++
 target/i386/kvm.c         | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 target/i386/kvm_i386.h    |  2 ++
 tests/vhost-user-test.c   |  3 +++
 util/qemu-option.c        |  8 +++-----
 18 files changed, 184 insertions(+), 62 deletions(-)
-- 
1.8.3.1


Re: [Qemu-devel] [PULL 00/13] Misc fixes for QEMU 3.0.0-rc1
Posted by Peter Maydell 7 years, 3 months ago
On 17 July 2018 at 16:06, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit 9277d81f5c2c6f4d0b5e47c8476eb7ee7e5c0beb:
>
>   docs: Grammar and spelling fixes (2018-07-13 10:16:04 +0100)
>
> are available in the git repository at:
>
>   git://github.com/bonzini/qemu.git

Hi -- your pullreq seems to be missing the tag name to pull...

thanks
-- PMM