]> Git Repo - qemu.git/commit
net: synchronize net_host_device_remove with host_net_remove_completion
authorPaolo Bonzini <[email protected]>
Tue, 23 Dec 2014 16:53:20 +0000 (17:53 +0100)
committerStefan Hajnoczi <[email protected]>
Thu, 12 Mar 2015 19:59:39 +0000 (19:59 +0000)
commit7fb439115de7354b3ac2becf24457acaf828296b
treee10a7869aed165eb234be81b2e85c9b74fd470bd
parent2a5b58e2405e9fe42ba356b5a1b78146a4e9a659
net: synchronize net_host_device_remove with host_net_remove_completion

Using net_host_check_device is unnecessary.  qemu_del_net_client asserts
for the non-peer case that it can only process NIC type NetClientStates,
and that assertion is valid for the peered case as well, so move it and
use the same check in net_host_device_remove.  host_net_remove_completion
is already checking the type.

Signed-off-by: Paolo Bonzini <[email protected]>
Reviewed-by: Jason Wang <[email protected]>
Message-id: 1419353600[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
net/net.c
This page took 0.026341 seconds and 4 git commands to generate.