mbox

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

Message ID 1531840015-28804-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini July 17, 2018, 3:06 p.m. UTC
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(-)

Comments

Peter Maydell July 17, 2018, 3:16 p.m. UTC | #1
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