[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/8] pc,virtio: regression, test fixes
|
From: |
Michael S. Tsirkin |
|
Subject: |
[PULL 0/8] pc,virtio: regression, test fixes |
|
Date: |
Tue, 22 Nov 2022 05:23:20 -0500 |
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(-)
- [PULL 0/8] pc,virtio: regression, test fixes,
Michael S. Tsirkin <=
- [PULL 1/8] vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices, Michael S. Tsirkin, 2022/11/22
- [PULL 2/8] tests: acpi: whitelist DSDT before moving PRQx to _SB scope, Michael S. Tsirkin, 2022/11/22
- [PULL 3/8] acpi: x86: move RPQx field back to _SB scope, Michael S. Tsirkin, 2022/11/22
- [PULL 4/8] tests: acpi: x86: update expected DSDT after moving PRQx fields in _SB scope, Michael S. Tsirkin, 2022/11/22
- [PULL 5/8] MAINTAINERS: add mst to list of biosbits maintainers, Michael S. Tsirkin, 2022/11/22
- [PULL 6/8] tests/avocado: configure acpi-bits to use avocado timeout, Michael S. Tsirkin, 2022/11/22
- [PULL 7/8] acpi/tests/avocado/bits: keep the work directory when BITS_DEBUG is set in env, Michael S. Tsirkin, 2022/11/22
- [PULL 8/8] virtio: disable error for out of spec queue-enable, Michael S. Tsirkin, 2022/11/22
- Re: [PULL 0/8] pc,virtio: regression, test fixes, Stefan Hajnoczi, 2022/11/22