qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/2] net: Fix announce_self with vhost


From: Laurent Vivier
Subject: Re: [PATCH 0/2] net: Fix announce_self with vhost
Date: Fri, 17 Jan 2025 15:05:57 +0100
User-agent: Mozilla Thunderbird

CC: qemu-stable and qemu-trivial.

On 17/01/2025 12:17, Laurent Vivier wrote:
announce_self that sends a RARP packet after migration
or with announce_self QMP/HMP command doesn't work with
vhost because of the vnet headers.

announce_self is the only user of QEMU_NET_PACKET_FLAG_RAW and
this flag is not correctly managed.

This series fix a problem with this flag in filter-dump and in
qemu_deliver_packet_iov().

Laurent Vivier (2):
   net: Fix announce_self
   net/dump: Correctly compute Ethernet packet offset

  net/dump.c | 3 ++-
  net/net.c  | 1 +
  2 files changed, 3 insertions(+), 1 deletion(-)





reply via email to

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