qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/20] pci,pc,virtio: bugfixes


From: Philippe Mathieu-Daudé
Subject: Re: [PULL 00/20] pci,pc,virtio: bugfixes
Date: Mon, 15 Nov 2021 23:43:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0

On 11/15/21 17:37, Michael S. Tsirkin wrote:
> The following changes since commit 0a70bcf18caf7a61d480f8448723c15209d128ef:
> 
>   Update version for v6.2.0-rc0 release (2021-11-09 18:22:57 +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 18416c62e36a79823a9e28f6b2260aa13c25e1d9:
> 
>   pcie: expire pending delete (2021-11-15 11:10:11 -0500)
> 
> ----------------------------------------------------------------
> pci,pc,virtio: bugfixes
> 
> pci power management fixes
> acpi hotplug fixes
> misc other fixes
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ----------------------------------------------------------------
> Eugenio Pérez (4):
>       vhost: Rename last_index to vq_index_end
>       vhost: Fix last vq queue index of devices with no cvq
>       vdpa: Replace qemu_open_old by qemu_open at
>       vdpa: Check for existence of opts.vhostdev
> 
> Gerd Hoffmann (6):
>       pci: implement power state
>       pcie: implement slot power control for pcie root ports
>       pcie: add power indicator blink check
>       pcie: factor out pcie_cap_slot_unplug()
>       pcie: fast unplug when slot power is off
>       pcie: expire pending delete
> 
> Igor Mammedov (2):
>       pcie: rename 'native-hotplug' to 'x-native-hotplug'
>       tests: bios-tables-test update expected blobs
> 
> Jason Wang (2):
>       virtio: use virtio accessor to access packed descriptor flags
>       virtio: use virtio accessor to access packed event
> 
> Julia Suvorova (3):
>       hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine type
>       bios-tables-test: Allow changes in DSDT ACPI tables
>       hw/i386/acpi-build: Deny control on PCIe Native Hot-plug in _OSC
> 
> Philippe Mathieu-Daudé (1):
>       hw/mem/pc-dimm: Restrict NUMA-specific code to NUMA machines
> 
> Stefan Hajnoczi (1):
>       softmmu/qdev-monitor: fix use-after-free in qdev_set_id()
> 
> Stefano Garzarella (1):
>       net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()
> 
>  include/hw/acpi/ich9.h                |   1 +
>  include/hw/pci/pci.h                  |   2 +
>  include/hw/qdev-core.h                |   1 +
>  include/hw/virtio/vhost.h             |   4 +-
>  hw/acpi/ich9.c                        |  18 ++++++++
>  hw/i386/acpi-build.c                  |  12 ++++--
>  hw/i386/pc.c                          |   2 +
>  hw/i386/pc_q35.c                      |   9 +++-
>  hw/mem/pc-dimm.c                      |  23 ++++++----
>  hw/net/vhost_net.c                    |  12 +++---
>  hw/pci/pci.c                          |  25 ++++++++++-
>  hw/pci/pci_host.c                     |   6 ++-
>  hw/pci/pcie.c                         |  79 
> ++++++++++++++++++++++++++++------
>  hw/pci/pcie_port.c                    |   2 +-
>  hw/virtio/vhost-vdpa.c                |   2 +-
>  hw/virtio/virtio.c                    |  24 ++++-------
>  net/vhost-vdpa.c                      |   8 +++-
>  softmmu/qdev-monitor.c                |   6 ++-

Cc'ing Alex for this apparently unrelated test failure:

make[2]: Entering directory 'build/tests/tcg/arm-linux-user'
timeout --foreground 60  tests/guest-debug/run-test.py --gdb
/usr/bin/gdb-multiarch --qemu build/qemu-arm --qargs "" --bin testthread
--test tests/tcg/multiarch/gdbstub/test-thread-breakpoint.py >
run-gdbstub-thread-breakpoint.out
make[2]: *** [tests/tcg/multiarch/Makefile.target:71:
run-gdbstub-thread-breakpoint] Error 1
make[1]: *** [tests/tcg/Makefile.qemu:102: run-guest-tests] Error 2
make: *** [tests/Makefile.include:63: run-tcg-tests-arm-linux-user] Error 2

https://gitlab.com/qemu-project/qemu/-/jobs/1785024040#L5986




reply via email to

[Prev in Thread] Current Thread [Next in Thread]