]> git.proxmox.com Git - mirror_qemu.git/commit - net/net.c
net: synchronize net_host_device_remove with host_net_remove_completion
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Dec 2014 16:53:20 +0000 (17:53 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
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 <pbonzini@redhat.com>
Reviewed-by: Jason Wang <jasowang@redhat.com>
Message-id: 1419353600-30519-2-git-send-email-pbonzini@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
net/net.c