Re: [Qemu-devel] Re: [PATCH] net: delay peer host device delete

2010-09-21 Thread Anthony Liguori
On 09/21/2010 04:20 AM, Michael S. Tsirkin wrote: OK, that's clear enough. One note though: you won't be able to create another backend with the same name until the frontend is gone. If you remove it from the linked list, you'll be able to create another backend just fine. Regards, Ant

Re: [Qemu-devel] Re: [PATCH] net: delay peer host device delete

2010-09-21 Thread Michael S. Tsirkin
On Tue, Sep 21, 2010 at 09:58:14AM +0100, Daniel P. Berrange wrote: > On Mon, Sep 20, 2010 at 09:37:16PM +0200, Michael S. Tsirkin wrote: > > On Mon, Sep 20, 2010 at 02:22:18PM -0500, Anthony Liguori wrote: > > > On 09/20/2010 01:59 PM, Michael S. Tsirkin wrote: > > > >>You can also initiate the un

Re: [Qemu-devel] Re: [PATCH] net: delay peer host device delete

2010-09-21 Thread Daniel P. Berrange
On Mon, Sep 20, 2010 at 09:37:16PM +0200, Michael S. Tsirkin wrote: > On Mon, Sep 20, 2010 at 02:22:18PM -0500, Anthony Liguori wrote: > > On 09/20/2010 01:59 PM, Michael S. Tsirkin wrote: > > >>You can also initiate the unplug from the OS without the ACPI event > > >>ever happening. I suspect tha