qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: Fix announce_self with vhost
@ 2025-01-17 11:17 Laurent Vivier
  2025-01-17 11:17 ` [PATCH 1/2] net: Fix announce_self Laurent Vivier
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Laurent Vivier @ 2025-01-17 11:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: Jason Wang

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(-)

-- 
2.47.1




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2025-02-02 17:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 11:17 [PATCH 0/2] net: Fix announce_self with vhost Laurent Vivier
2025-01-17 11:17 ` [PATCH 1/2] net: Fix announce_self Laurent Vivier
2025-01-18 10:09   ` Akihiko Odaki
2025-01-20  0:34   ` Jason Wang
2025-01-17 11:17 ` [PATCH 2/2] net/dump: Correctly compute Ethernet packet offset Laurent Vivier
2025-01-18 10:12   ` Akihiko Odaki
2025-01-20  0:34   ` Jason Wang
2025-01-17 14:05 ` [PATCH 0/2] net: Fix announce_self with vhost Laurent Vivier
2025-02-01 19:36   ` Michael Tokarev
2025-02-02 17:28     ` Laurent Vivier
2025-01-18 20:20 ` Michael Tokarev
2025-01-30  9:29   ` Laurent Vivier
2025-01-30 10:00     ` Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).