[PULL 0/3] virtio: regression fixes

Michael S. Tsirkin posted 3 patches 3 months ago
hw/audio/virtio-snd.c  | 4 ++--
hw/net/vhost_net.c     | 2 ++
hw/virtio/virtio-pci.c | 3 +++
net/vhost-vdpa.c       | 1 +
4 files changed, 8 insertions(+), 2 deletions(-)
[PULL 0/3] virtio: regression fixes
Posted by Michael S. Tsirkin 3 months ago
The following changes since commit 76277cf82f0e1123bd69ec59d22014b8f78485ec:

  Merge tag 'hw-misc-20240820' of https://github.com/philmd/qemu into staging (2024-08-20 09:17:41 +1000)

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 a8e63ff289d137197ad7a701a587cc432872d798:

  virtio-pci: Fix the use of an uninitialized irqfd (2024-08-20 06:57:47 -0400)

----------------------------------------------------------------
virtio: regression fixes

3 small patches to make sure we don't ship regressions.

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

----------------------------------------------------------------
Akihiko Odaki (1):
      vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits

Cindy Lu (1):
      virtio-pci: Fix the use of an uninitialized irqfd

Volker Rümelin (1):
      hw/audio/virtio-snd: fix invalid param check

 hw/audio/virtio-snd.c  | 4 ++--
 hw/net/vhost_net.c     | 2 ++
 hw/virtio/virtio-pci.c | 3 +++
 net/vhost-vdpa.c       | 1 +
 4 files changed, 8 insertions(+), 2 deletions(-)


Re: [PULL 0/3] virtio: regression fixes
Posted by Richard Henderson 3 months ago
On 8/20/24 21:01, Michael S. Tsirkin wrote:
> The following changes since commit 76277cf82f0e1123bd69ec59d22014b8f78485ec:
> 
>    Merge tag 'hw-misc-20240820' ofhttps://github.com/philmd/qemu into staging (2024-08-20 09:17:41 +1000)
> 
> 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 a8e63ff289d137197ad7a701a587cc432872d798:
> 
>    virtio-pci: Fix the use of an uninitialized irqfd (2024-08-20 06:57:47 -0400)
> 
> ----------------------------------------------------------------
> virtio: regression fixes
> 
> 3 small patches to make sure we don't ship regressions.


Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.

r~