[Qemu-devel] [PULL 00/10] Misc patches for 2018-10-30

Paolo Bonzini posted 10 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1540929011-19894-1-git-send-email-pbonzini@redhat.com
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
MAINTAINERS                  | 13 ++++++-------
cpus.c                       |  8 ++++++++
docs/devel/migration.rst     |  1 +
hw/mem/nvdimm.c              |  1 +
hw/pci-host/q35.c            | 10 +++++++++-
hw/scsi/lsi53c895a.c         | 19 +++++++++++++++++--
include/exec/memory.h        | 25 ++++++++++++++++++++++++
include/hw/pci/pci_ids.h     |  2 +-
memory.c                     | 45 ++++++++++++++++++++++++++++++++++----------
memory_mapping.c             |  3 ++-
scripts/dump-guest-memory.py |  4 +++-
target/i386/cpu.c            |  1 +
target/i386/cpu.h            |  1 +
target/i386/hyperv-proto.h   |  2 ++
target/i386/kvm.c            | 30 +++++++++++++++++++++++++++--
target/i386/seg_helper.c     |  4 ++--
16 files changed, 142 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL 00/10] Misc patches for 2018-10-30
Posted by Paolo Bonzini 7 years ago
The following changes since commit a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd:

  Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging (2018-10-30 15:49:55 +0000)

are available in the git repository at:


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

for you to fetch changes up to 2e14019d2a37f32ccecd786d8be4e9a70094e7f7:

  lsi53c895a: check message length value is valid (2018-10-30 20:46:25 +0100)

Already all bugfixes except for a single patch by Vitaly.

----------------------------------------------------------------
* icount fix (Clement)
* dumping fixes for non-volatile memory (Marc-André, myself)
* x86 emulation fix (Rudolf)
* recent Hyper-V CPUID flag (Vitaly)
* Q35 doc fix (Daniel)
* lsi fix (Prasad)

----------------------------------------------------------------
Clement Deschamps (1):
      icount: fix deadlock when all cpus are sleeping

Daniel P. Berrangé (1):
      i386: clarify that the Q35 machine type implements a P35 chipset

Marc-André Lureau (3):
      memory: learn about non-volatile memory region
      nvdimm: set non-volatile on the memory region
      memory-mapping: skip non-volatile memory regions in GuestPhysBlockList

Paolo Bonzini (2):
      MAINTAINERS: remove or downgrade myself to reviewer from some subsystems
      scripts/dump-guest-memory: Synchronize with guest_phys_blocks_region_add

Prasad J Pandit (1):
      lsi53c895a: check message length value is valid

Rudolf Marek (1):
      target/i386: Clear RF on SYSCALL instruction

Vitaly Kuznetsov (1):
      x86: hv_evmcs CPU flag support

 MAINTAINERS                  | 13 ++++++-------
 cpus.c                       |  8 ++++++++
 docs/devel/migration.rst     |  1 +
 hw/mem/nvdimm.c              |  1 +
 hw/pci-host/q35.c            | 10 +++++++++-
 hw/scsi/lsi53c895a.c         | 19 +++++++++++++++++--
 include/exec/memory.h        | 25 ++++++++++++++++++++++++
 include/hw/pci/pci_ids.h     |  2 +-
 memory.c                     | 45 ++++++++++++++++++++++++++++++++++----------
 memory_mapping.c             |  3 ++-
 scripts/dump-guest-memory.py |  4 +++-
 target/i386/cpu.c            |  1 +
 target/i386/cpu.h            |  1 +
 target/i386/hyperv-proto.h   |  2 ++
 target/i386/kvm.c            | 30 +++++++++++++++++++++++++++--
 target/i386/seg_helper.c     |  4 ++--
 16 files changed, 142 insertions(+), 27 deletions(-)
-- 
1.8.3.1


Re: [Qemu-devel] [PULL 00/10] Misc patches for 2018-10-30
Posted by Peter Maydell 7 years ago
On 30 October 2018 at 19:50, Paolo Bonzini <pbonzini@redhat.com> wrote:
> The following changes since commit a2e002ff7913ce93aa0f7dbedd2123dce5f1a9cd:
>
>   Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-request' into staging (2018-10-30 15:49:55 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to 2e14019d2a37f32ccecd786d8be4e9a70094e7f7:
>
>   lsi53c895a: check message length value is valid (2018-10-30 20:46:25 +0100)
>
> Already all bugfixes except for a single patch by Vitaly.
>
> ----------------------------------------------------------------
> * icount fix (Clement)
> * dumping fixes for non-volatile memory (Marc-André, myself)
> * x86 emulation fix (Rudolf)
> * recent Hyper-V CPUID flag (Vitaly)
> * Q35 doc fix (Daniel)
> * lsi fix (Prasad)
>
> ----------------------------------------------------------------

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
ERROR: pull request includes tag with UTF-8 error in person name

In this case it looks like the commit has a signed-off-by
line with the correct encoding as well as the mangled one,
so you can just drop the mangled line.

thanks
-- PMM