Message ID | cover.1724151593.git.mst@redhat.com |
---|---|
State | New |
Headers | show |
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~
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(-)