[PULL 0/8] pc,virtio: regression, test fixes

Michael S. Tsirkin posted 8 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221122102227.6603-1-mst@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Raphael Norwitz <raphael.norwitz@nutanix.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Jason Wang <jasowang@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Fam Zheng <fam@euphon.net>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Stefan Hajnoczi <stefanha@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Viresh Kumar <viresh.kumar@linaro.org>, Mathieu Poirier <mathieu.poirier@linaro.org>, Ani Sinha <ani@anisinha.ca>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Igor Mammedov <imammedo@redhat.com>
hw/block/vhost-user-blk.c                     |   1 +
hw/isa/lpc_ich9.c                             |  16 ++++------------
hw/isa/piix3.c                                |  12 ++++--------
hw/net/vhost_net.c                            |   1 +
hw/scsi/vhost-scsi.c                          |   1 +
hw/scsi/vhost-user-scsi.c                     |   1 +
hw/virtio/vhost-user-fs.c                     |   1 +
hw/virtio/vhost-user-gpio.c                   |   1 +
hw/virtio/vhost-user-i2c.c                    |   1 +
hw/virtio/vhost-user-rng.c                    |  11 +++++++++--
hw/virtio/vhost-vsock-common.c                |   1 +
hw/virtio/virtio.c                            |   7 +++++++
net/vhost-vdpa.c                              |   1 +
MAINTAINERS                                   |   1 +
tests/avocado/acpi-bits.py                    |  23 +++++++++++------------
tests/data/acpi/pc/DSDT                       | Bin 6501 -> 6458 bytes
tests/data/acpi/pc/DSDT.acpierst              | Bin 6461 -> 6418 bytes
tests/data/acpi/pc/DSDT.acpihmat              | Bin 7826 -> 7783 bytes
tests/data/acpi/pc/DSDT.bridge                | Bin 9575 -> 9532 bytes
tests/data/acpi/pc/DSDT.cphp                  | Bin 6965 -> 6922 bytes
tests/data/acpi/pc/DSDT.dimmpxm               | Bin 8155 -> 8112 bytes
tests/data/acpi/pc/DSDT.hpbridge              | Bin 6461 -> 6418 bytes
tests/data/acpi/pc/DSDT.hpbrroot              | Bin 3107 -> 3064 bytes
tests/data/acpi/pc/DSDT.ipmikcs               | Bin 6573 -> 6530 bytes
tests/data/acpi/pc/DSDT.memhp                 | Bin 7860 -> 7817 bytes
tests/data/acpi/pc/DSDT.nohpet                | Bin 6359 -> 6316 bytes
tests/data/acpi/pc/DSDT.numamem               | Bin 6507 -> 6464 bytes
tests/data/acpi/pc/DSDT.roothp                | Bin 6699 -> 6656 bytes
tests/data/acpi/q35/DSDT                      | Bin 8412 -> 8310 bytes
tests/data/acpi/q35/DSDT.acpierst             | Bin 8429 -> 8327 bytes
tests/data/acpi/q35/DSDT.acpihmat             | Bin 9737 -> 9635 bytes
tests/data/acpi/q35/DSDT.acpihmat-noinitiator | Bin 8691 -> 8589 bytes
tests/data/acpi/q35/DSDT.applesmc             | Bin 8458 -> 8356 bytes
tests/data/acpi/q35/DSDT.bridge               | Bin 11541 -> 11439 bytes
tests/data/acpi/q35/DSDT.core-count2          | Bin 32552 -> 32450 bytes
tests/data/acpi/q35/DSDT.cphp                 | Bin 8876 -> 8774 bytes
tests/data/acpi/q35/DSDT.cxl                  | Bin 9738 -> 9636 bytes
tests/data/acpi/q35/DSDT.dimmpxm              | Bin 10066 -> 9964 bytes
tests/data/acpi/q35/DSDT.ipmibt               | Bin 8487 -> 8385 bytes
tests/data/acpi/q35/DSDT.ipmismbus            | Bin 8500 -> 8398 bytes
tests/data/acpi/q35/DSDT.ivrs                 | Bin 8429 -> 8327 bytes
tests/data/acpi/q35/DSDT.memhp                | Bin 9771 -> 9669 bytes
tests/data/acpi/q35/DSDT.mmio64               | Bin 9542 -> 9440 bytes
tests/data/acpi/q35/DSDT.multi-bridge         | Bin 8732 -> 8630 bytes
tests/data/acpi/q35/DSDT.nohpet               | Bin 8270 -> 8168 bytes
tests/data/acpi/q35/DSDT.numamem              | Bin 8418 -> 8316 bytes
tests/data/acpi/q35/DSDT.pvpanic-isa          | Bin 8513 -> 8411 bytes
tests/data/acpi/q35/DSDT.tis.tpm12            | Bin 9018 -> 8916 bytes
tests/data/acpi/q35/DSDT.tis.tpm2             | Bin 9044 -> 8942 bytes
tests/data/acpi/q35/DSDT.viot                 | Bin 9521 -> 9419 bytes
tests/data/acpi/q35/DSDT.xapic                | Bin 35775 -> 35673 bytes
51 files changed, 45 insertions(+), 34 deletions(-)
[PULL 0/8] pc,virtio: regression, test fixes
Posted by Michael S. Tsirkin 1 year, 4 months ago
The following changes since commit 2c8311241d1f7377bb4ff76064b1d1fe15166413:

  Update VERSION for v7.2.0-rc1 (2022-11-15 18:56:38 -0500)

are available in the Git repository at:

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

for you to fetch changes up to b7c61789e653086618d1825858a97b3d9891e822:

  virtio: disable error for out of spec queue-enable (2022-11-22 05:19:00 -0500)

----------------------------------------------------------------
pc,virtio: regression, test fixes

fixes regressions:
    virtio error message triggered by seabios
    failure in vhost due to VIRTIO_F_RING_RESET
    broken keyboard under seabios

some biosbits test fixes

there's still a known regression with migration and vsock,
not fixed yet.

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

----------------------------------------------------------------
Ani Sinha (2):
      MAINTAINERS: add mst to list of biosbits maintainers
      acpi/tests/avocado/bits: keep the work directory when BITS_DEBUG is set in env

Igor Mammedov (3):
      tests: acpi: whitelist DSDT before moving PRQx to _SB scope
      acpi: x86: move RPQx field back to _SB scope
      tests: acpi: x86: update expected DSDT after moving PRQx fields in _SB scope

John Snow (1):
      tests/avocado: configure acpi-bits to use avocado timeout

Michael S. Tsirkin (1):
      virtio: disable error for out of spec queue-enable

Stefano Garzarella (1):
      vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices

 hw/block/vhost-user-blk.c                     |   1 +
 hw/isa/lpc_ich9.c                             |  16 ++++------------
 hw/isa/piix3.c                                |  12 ++++--------
 hw/net/vhost_net.c                            |   1 +
 hw/scsi/vhost-scsi.c                          |   1 +
 hw/scsi/vhost-user-scsi.c                     |   1 +
 hw/virtio/vhost-user-fs.c                     |   1 +
 hw/virtio/vhost-user-gpio.c                   |   1 +
 hw/virtio/vhost-user-i2c.c                    |   1 +
 hw/virtio/vhost-user-rng.c                    |  11 +++++++++--
 hw/virtio/vhost-vsock-common.c                |   1 +
 hw/virtio/virtio.c                            |   7 +++++++
 net/vhost-vdpa.c                              |   1 +
 MAINTAINERS                                   |   1 +
 tests/avocado/acpi-bits.py                    |  23 +++++++++++------------
 tests/data/acpi/pc/DSDT                       | Bin 6501 -> 6458 bytes
 tests/data/acpi/pc/DSDT.acpierst              | Bin 6461 -> 6418 bytes
 tests/data/acpi/pc/DSDT.acpihmat              | Bin 7826 -> 7783 bytes
 tests/data/acpi/pc/DSDT.bridge                | Bin 9575 -> 9532 bytes
 tests/data/acpi/pc/DSDT.cphp                  | Bin 6965 -> 6922 bytes
 tests/data/acpi/pc/DSDT.dimmpxm               | Bin 8155 -> 8112 bytes
 tests/data/acpi/pc/DSDT.hpbridge              | Bin 6461 -> 6418 bytes
 tests/data/acpi/pc/DSDT.hpbrroot              | Bin 3107 -> 3064 bytes
 tests/data/acpi/pc/DSDT.ipmikcs               | Bin 6573 -> 6530 bytes
 tests/data/acpi/pc/DSDT.memhp                 | Bin 7860 -> 7817 bytes
 tests/data/acpi/pc/DSDT.nohpet                | Bin 6359 -> 6316 bytes
 tests/data/acpi/pc/DSDT.numamem               | Bin 6507 -> 6464 bytes
 tests/data/acpi/pc/DSDT.roothp                | Bin 6699 -> 6656 bytes
 tests/data/acpi/q35/DSDT                      | Bin 8412 -> 8310 bytes
 tests/data/acpi/q35/DSDT.acpierst             | Bin 8429 -> 8327 bytes
 tests/data/acpi/q35/DSDT.acpihmat             | Bin 9737 -> 9635 bytes
 tests/data/acpi/q35/DSDT.acpihmat-noinitiator | Bin 8691 -> 8589 bytes
 tests/data/acpi/q35/DSDT.applesmc             | Bin 8458 -> 8356 bytes
 tests/data/acpi/q35/DSDT.bridge               | Bin 11541 -> 11439 bytes
 tests/data/acpi/q35/DSDT.core-count2          | Bin 32552 -> 32450 bytes
 tests/data/acpi/q35/DSDT.cphp                 | Bin 8876 -> 8774 bytes
 tests/data/acpi/q35/DSDT.cxl                  | Bin 9738 -> 9636 bytes
 tests/data/acpi/q35/DSDT.dimmpxm              | Bin 10066 -> 9964 bytes
 tests/data/acpi/q35/DSDT.ipmibt               | Bin 8487 -> 8385 bytes
 tests/data/acpi/q35/DSDT.ipmismbus            | Bin 8500 -> 8398 bytes
 tests/data/acpi/q35/DSDT.ivrs                 | Bin 8429 -> 8327 bytes
 tests/data/acpi/q35/DSDT.memhp                | Bin 9771 -> 9669 bytes
 tests/data/acpi/q35/DSDT.mmio64               | Bin 9542 -> 9440 bytes
 tests/data/acpi/q35/DSDT.multi-bridge         | Bin 8732 -> 8630 bytes
 tests/data/acpi/q35/DSDT.nohpet               | Bin 8270 -> 8168 bytes
 tests/data/acpi/q35/DSDT.numamem              | Bin 8418 -> 8316 bytes
 tests/data/acpi/q35/DSDT.pvpanic-isa          | Bin 8513 -> 8411 bytes
 tests/data/acpi/q35/DSDT.tis.tpm12            | Bin 9018 -> 8916 bytes
 tests/data/acpi/q35/DSDT.tis.tpm2             | Bin 9044 -> 8942 bytes
 tests/data/acpi/q35/DSDT.viot                 | Bin 9521 -> 9419 bytes
 tests/data/acpi/q35/DSDT.xapic                | Bin 35775 -> 35673 bytes
 51 files changed, 45 insertions(+), 34 deletions(-)
Re: [PULL 0/8] pc,virtio: regression, test fixes
Posted by Stefan Hajnoczi 1 year, 4 months ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/7.2 for any user-visible changes.