Re: [Qemu-devel] [PATCH V4 RESEND 05/22] net: intorduce qemu_del_nic()

2013-02-01 Thread Eric Blake
On 02/01/2013 12:39 AM, Jason Wang wrote: s/intorduce/introduce/ in the subject To support multiqueue nic, this patch separate the nic destructor from s/separate/separates/ qemu_del_net_client() to a new helper qemu_del_nic() since the mapping bettween s/bettween/between/ NiCState and

[PATCH V4 RESEND 05/22] net: intorduce qemu_del_nic()

2013-01-31 Thread Jason Wang
To support multiqueue nic, this patch separate the nic destructor from qemu_del_net_client() to a new helper qemu_del_nic() since the mapping bettween NiCState and NetClientState were not 1:1 in multiqueue. The following patches would refactor this function to support multiqueue nic.