From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=45490 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oy2GH-0003DM-Hj for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:47:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oy2GD-0000lO-G2 for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:47:52 -0400 Received: from mail-gx0-f173.google.com ([209.85.161.173]:52739) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oy2GD-0000lB-8A for qemu-devel@nongnu.org; Tue, 21 Sep 2010 08:47:49 -0400 Received: by gxk22 with SMTP id 22so2150590gxk.4 for ; Tue, 21 Sep 2010 05:47:48 -0700 (PDT) Message-ID: <4C98A960.3030801@codemonkey.ws> Date: Tue, 21 Sep 2010 07:47:28 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] net: delay peer host device delete References: <4C978EC9.20907@codemonkey.ws> <20100920164758.GB29862@redhat.com> <4C979258.9020701@codemonkey.ws> <20100920171439.GF29862@redhat.com> <4C97A474.8040900@codemonkey.ws> <4C97A5C4.7040205@codemonkey.ws> <20100920185913.GF30611@redhat.com> <4C97B46A.6020909@codemonkey.ws> <20100920193716.GJ30611@redhat.com> <20100921085814.GC28304@redhat.com> <20100921092000.GD4365@redhat.com> In-Reply-To: <20100921092000.GD4365@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org 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, Anthony Liguori