qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/13] Misc fixes for QEMU 3.0.0-rc1
Date: Tue, 17 Jul 2018 17:06:42 +0200	[thread overview]
Message-ID: <1531840015-28804-1-git-send-email-pbonzini@redhat.com> (raw)

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

             reply	other threads:[~2018-07-17 15:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-17 15:06 Paolo Bonzini [this message]
2018-07-17 15:06 ` [Qemu-devel] [PULL 01/13] dump: add kernel_gs_base to QEMU CPU state Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 02/13] accel: Fix typo and grammar in comment Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 03/13] hyperv: rename vcpu_id to vp_index Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 04/13] hyperv: ensure VP index equal to QEMU cpu_index Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 05/13] vhost-user-test: added proper TestServer *dest initialization in test_migrate() Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 06/13] PC Chipset: Improve serial divisor calculation Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 07/13] hw/char/serial: retry write if EAGAIN Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 08/13] qdev: add HotplugHandler->post_plug() callback Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 09/13] virtio-scsi: fix hotplug ->reset() vs event race Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 10/13] i386: fix regression parsing multiboot initrd modules Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 11/13] i386: only parse the initrd_filename once for multiboot modules Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 12/13] opts: remove redundant check for NULL parameter Paolo Bonzini
2018-07-17 15:06 ` [Qemu-devel] [PULL 13/13] Document command line options with single dash Paolo Bonzini
2018-07-17 15:16 ` [Qemu-devel] [PULL 00/13] Misc fixes for QEMU 3.0.0-rc1 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=1531840015-28804-1-git-send-email-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 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).