[Qemu-devel] [PULL 00/10] pc, acpi, virtio: fixes, test speedup for rc1

Michael S. Tsirkin posted 10 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1501623438-31419-1-git-send-email-mst@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
docs/interop/vhost-user.txt    | 16 ++++++++++++++++
hw/i386/intel_iommu_internal.h |  1 -
include/hw/i386/intel_iommu.h  |  3 +--
accel/accel.c                  | 20 ++++++++++----------
hw/i386/acpi-build.c           | 22 ++++++++++++++++++----
hw/i386/intel_iommu.c          | 19 +++++++++----------
hw/i386/pc.c                   |  3 +++
hw/virtio/vhost-backend.c      |  2 ++
hw/virtio/vhost-user.c         | 23 +++++++++++++++++++++--
net/vhost-user.c               |  4 ++++
tests/bios-tables-test.c       |  2 +-
tests/pxe-test.c               |  2 +-
tests/vmgenid-test.c           |  2 +-
13 files changed, 87 insertions(+), 32 deletions(-)
[Qemu-devel] [PULL 00/10] pc, acpi, virtio: fixes, test speedup for rc1
Posted by Michael S. Tsirkin 6 years, 7 months ago
The following changes since commit 7d48cf8102a10e4a54333811bafb5eb566509268:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-08-01 14:33:56 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream

for you to fetch changes up to 3a3fcc75f92ab0d71ba0e7511af7dc575c4b4f6c:

  pc: acpi: force FADT rev1 for 440fx based machine types (2017-08-02 00:13:26 +0300)

----------------------------------------------------------------
pc, acpi, virtio: fixes, test speedup for rc1

Some fixes all over the place. Notably vhost-user gained a new message
to set endian-ness. Borderline for 2.10 but seems to be the only way to
fix legacy guests.  Also pc tests are run on kvm now. Not a fix at all
but doesn't touch qemu itself, so I merged it since I had to run these a
lot and I just got tired of waiting for these to finish.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      tests/bios-tables-test: Compiler warning fix

Felipe Franciosi (1):
      vhost-user: fix legacy cross-endian configurations

Igor Mammedov (2):
      pc: make 'pc.rom' readonly when machine has PCI enabled
      pc: acpi: force FADT rev1 for 440fx based machine types

Laurent Vivier (1):
      accel: cleanup error output

Michael S. Tsirkin (1):
      tests: switch pxe and vm gen id tests to use kvm

Peng Hao (1):
      vhost: fix a memory leak

Peter Xu (2):
      intel_iommu: fix iova for pt
      intel_iommu: use access_flags for iotlb

Yunjian Wang (1):
      vhost-user: fix watcher need be removed when vhost-user hotplug

 docs/interop/vhost-user.txt    | 16 ++++++++++++++++
 hw/i386/intel_iommu_internal.h |  1 -
 include/hw/i386/intel_iommu.h  |  3 +--
 accel/accel.c                  | 20 ++++++++++----------
 hw/i386/acpi-build.c           | 22 ++++++++++++++++++----
 hw/i386/intel_iommu.c          | 19 +++++++++----------
 hw/i386/pc.c                   |  3 +++
 hw/virtio/vhost-backend.c      |  2 ++
 hw/virtio/vhost-user.c         | 23 +++++++++++++++++++++--
 net/vhost-user.c               |  4 ++++
 tests/bios-tables-test.c       |  2 +-
 tests/pxe-test.c               |  2 +-
 tests/vmgenid-test.c           |  2 +-
 13 files changed, 87 insertions(+), 32 deletions(-)


Re: [Qemu-devel] [PULL 00/10] pc, acpi, virtio: fixes, test speedup for rc1
Posted by Peter Maydell 6 years, 7 months ago
On 1 August 2017 at 22:37, Michael S. Tsirkin <mst@redhat.com> wrote:
> The following changes since commit 7d48cf8102a10e4a54333811bafb5eb566509268:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-08-01 14:33:56 +0100)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git tags/for_upstream
>
> for you to fetch changes up to 3a3fcc75f92ab0d71ba0e7511af7dc575c4b4f6c:
>
>   pc: acpi: force FADT rev1 for 440fx based machine types (2017-08-02 00:13:26 +0300)
>
> ----------------------------------------------------------------
> pc, acpi, virtio: fixes, test speedup for rc1
>
> Some fixes all over the place. Notably vhost-user gained a new message
> to set endian-ness. Borderline for 2.10 but seems to be the only way to
> fix legacy guests.  Also pc tests are run on kvm now. Not a fix at all
> but doesn't touch qemu itself, so I merged it since I had to run these a
> lot and I just got tired of waiting for these to finish.
>
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

Applied, thanks.

-- PMM