[Qemu-devel] [PULL 00/11] Miscellaneous patches for QEMU 2.11-rc2

Paolo Bonzini posted 11 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171116115926.16627-1-pbonzini@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
Makefile                        |  2 +-
accel/tcg/cpu-exec.c            | 99 ++++++++++++++++++++++++-----------------
exec.c                          | 12 ++---
hw/char/serial.c                |  8 +++-
hw/intc/ioapic.c                | 17 ++-----
hw/intc/trace-events            |  5 ++-
hw/scsi/vhost-user-scsi.c       |  2 +
include/qemu/thread-posix.h     |  2 +-
scripts/update-linux-headers.sh |  2 +-
target/i386/cpu.c               |  2 +-
util/stats64.c                  |  4 +-
11 files changed, 81 insertions(+), 74 deletions(-)
[Qemu-devel] [PULL 00/11] Miscellaneous patches for QEMU 2.11-rc2
Posted by Paolo Bonzini 6 years, 5 months ago
The following changes since commit d24aaf2a2915424962fb101142f28fa4307f4740:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-11-06 11:24:14 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4950b1a766a16bd3feef4c9471b9794e6fe0e1b2:

  fix scripts/update-linux-headers.sh here document (2017-11-15 16:27:01 +0100)

----------------------------------------------------------------
Miscellaneous bugfixes

----------------------------------------------------------------
Dariusz Stojaczyk (1):
      vhost-user-scsi: add missing virtqueue_size param

Dr. David Alan Gilbert (1):
      ioapic/tracing: Remove last DPRINTFs

Emilio G. Cota (1):
      thread-posix: fix qemu_rec_mutex_trylock macro

Gerd Hoffmann (1):
      fix scripts/update-linux-headers.sh here document

Max Reitz (1):
      util/stats64: Fix min/max comparisons

Mike Nawrocki (1):
      Enable 8-byte wide MMIO for 16550 serial devices

Paolo Bonzini (1):
      exec: Do not resolve subpage in mru_section

Pavel Dovgalyuk (2):
      cpu-exec: don't overwrite exception_index
      cpu-exec: avoid cpu_exec_nocache infinite loop with record/replay

Philippe Mathieu-Daudé (1):
      Makefile: simpler/faster "make help"

Wanpeng Li (1):
      target-i386: adds PV_TLB_FLUSH CPUID feature bit

 Makefile                        |  2 +-
 accel/tcg/cpu-exec.c            | 99 ++++++++++++++++++++++++-----------------
 exec.c                          | 12 ++---
 hw/char/serial.c                |  8 +++-
 hw/intc/ioapic.c                | 17 ++-----
 hw/intc/trace-events            |  5 ++-
 hw/scsi/vhost-user-scsi.c       |  2 +
 include/qemu/thread-posix.h     |  2 +-
 scripts/update-linux-headers.sh |  2 +-
 target/i386/cpu.c               |  2 +-
 util/stats64.c                  |  4 +-
 11 files changed, 81 insertions(+), 74 deletions(-)
-- 
2.14.3


Re: [Qemu-devel] [PULL 00/11] Miscellaneous patches for QEMU 2.11-rc2
Posted by Peter Maydell 6 years, 5 months ago
On 16 November 2017 at 11:59, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit d24aaf2a2915424962fb101142f28fa4307f4740:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2017-11-06 11:24:14 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 4950b1a766a16bd3feef4c9471b9794e6fe0e1b2:
>
>   fix scripts/update-linux-headers.sh here document (2017-11-15 16:27:01 +0100)
>
> ----------------------------------------------------------------
> Miscellaneous bugfixes
>

Applied, thanks.

-- PMM