[PULL 0/1] virtio: regression fix

Michael S. Tsirkin posted 1 patch 10 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1687952477.git.mst@redhat.com
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>
hw/net/vhost_net.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
[PULL 0/1] virtio: regression fix
Posted by Michael S. Tsirkin 10 months, 1 week ago
The following changes since commit a0d7215e339b61c7d7a7b3fcf754954d80d93eb8:

  vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present (2023-06-26 09:50:00 -0400)

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 0585e97f070014265e5ec3b28d27dcb963cde25b:

  net/vhost-net: do not assert on null pointer return from tap_get_vhost_net() (2023-06-28 07:38:59 -0400)

----------------------------------------------------------------
virtio: regression fix

A regression was introduced in the last pull request. Fix it up.

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

----------------------------------------------------------------
Ani Sinha (1):
      net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()

 hw/net/vhost_net.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Re: [PULL 0/1] virtio: regression fix
Posted by Richard Henderson 10 months, 1 week ago
On 6/28/23 13:41, Michael S. Tsirkin wrote:
> The following changes since commit a0d7215e339b61c7d7a7b3fcf754954d80d93eb8:
> 
>    vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present (2023-06-26 09:50:00 -0400)
> 
> 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 0585e97f070014265e5ec3b28d27dcb963cde25b:
> 
>    net/vhost-net: do not assert on null pointer return from tap_get_vhost_net() (2023-06-28 07:38:59 -0400)
> 
> ----------------------------------------------------------------
> virtio: regression fix
> 
> A regression was introduced in the last pull request. Fix it up.
> 
> Signed-off-by: Michael S. Tsirkin<mst@redhat.com>

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


r~
Re: [PULL 0/1] virtio: regression fix
Posted by Michael S. Tsirkin 10 months, 1 week ago
On Wed, Jun 28, 2023 at 07:41:34AM -0400, Michael S. Tsirkin wrote:
> The following changes since commit a0d7215e339b61c7d7a7b3fcf754954d80d93eb8:
> 
>   vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present (2023-06-26 09:50:00 -0400)
> 
> 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 0585e97f070014265e5ec3b28d27dcb963cde25b:

ca3fcdeeeef56f46a7ac7b2408eda608d59be6f1 now - added reviewed by tags.

>   net/vhost-net: do not assert on null pointer return from tap_get_vhost_net() (2023-06-28 07:38:59 -0400)
> 
> ----------------------------------------------------------------
> virtio: regression fix
> 
> A regression was introduced in the last pull request. Fix it up.
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ----------------------------------------------------------------
> Ani Sinha (1):
>       net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()
> 
>  hw/net/vhost_net.c | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>