]> 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>
Sat, 22 Mar 2025 07:52:51 +0000 (10:52 +0300)
commitf2ec34094217d543d1a30db4ace983ce3cb99184
tree99f98982cf0e0ee0dea9e4504553475261856c79
parent93c0898ffa0de301d1b6cc788c2c7d15e6b05e7b
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