Re: [Qemu-devel] [PATCH for-1.4] net: fix infinite loop on exit

2013-02-08 Thread Anthony Liguori
Applied. Thanks. Regards, Anthony Liguori

Re: [Qemu-devel] [PATCH for-1.4] net: fix infinite loop on exit

2013-02-07 Thread Stefan Hajnoczi
On Wed, Feb 06, 2013 at 06:25:48PM -0600, Michael Roth wrote: > 1ceef9f27359cbe92ef124bf74de6f792e71f6fb added handling for cleaning > up multiple queues in qemu_del_nic() for cases where multiqueue is in > use. To determine the number of queues it looks at nic->conf->queues, > then iterates throug

Re: [Qemu-devel] [PATCH for-1.4] net: fix infinite loop on exit

2013-02-07 Thread Amos Kong
On Wed, Feb 06, 2013 at 06:25:48PM -0600, Michael Roth wrote: > 1ceef9f27359cbe92ef124bf74de6f792e71f6fb added handling for cleaning > up multiple queues in qemu_del_nic() for cases where multiqueue is in > use. To determine the number of queues it looks at nic->conf->queues, > then iterates throug

Re: [Qemu-devel] [PATCH for-1.4] net: fix infinite loop on exit

2013-02-06 Thread Jason Wang
On 02/07/2013 08:25 AM, Michael Roth wrote: > 1ceef9f27359cbe92ef124bf74de6f792e71f6fb added handling for cleaning > up multiple queues in qemu_del_nic() for cases where multiqueue is in > use. To determine the number of queues it looks at nic->conf->queues, > then iterates through all the queues t

[Qemu-devel] [PATCH for-1.4] net: fix infinite loop on exit

2013-02-06 Thread Michael Roth
1ceef9f27359cbe92ef124bf74de6f792e71f6fb added handling for cleaning up multiple queues in qemu_del_nic() for cases where multiqueue is in use. To determine the number of queues it looks at nic->conf->queues, then iterates through all the queues to cleanup the associated NetClientStates. If no queu