]> git.ipfire.org Git - thirdparty/qemu.git/commit
net: parameterize the removing client from nc list
authorEugenio Pérez <eperezma@redhat.com>
Mon, 6 Jan 2025 15:57:34 +0000 (10:57 -0500)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 18 Mar 2025 06:02:48 +0000 (09:02 +0300)
commit9e00d74a9a6b16e2486b9ab55e1df09f62edf009
tree45814941f530ef3c4a18f1580de3898bb50fd781
parent5cf3b48094e98c241fb86c5ea27c4c2e6f79a072
net: parameterize the removing client from nc list

This change is used in later commits so we can avoid the removal of the
netclient if it is delayed.

No functional change intended.

Reviewed-by: Si-Wei Liu <si-wei.liu@oracle.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Eugenio Pérez <eperezma@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
(cherry picked from commit db0d4017f9b9e87f962b35dd19a4912bbfcd3cbc)
(Mjt: pick this one up for the following change,
 "net: move backend cleanup to NIC cleanup")
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
net/net.c