From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MtHN6-0002vc-Hq for qemu-devel@nongnu.org; Thu, 01 Oct 2009 04:50:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MtHN1-0002r8-MW for qemu-devel@nongnu.org; Thu, 01 Oct 2009 04:50:43 -0400 Received: from [199.232.76.173] (port=58661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtHN1-0002qu-97 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 04:50:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38744) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MtHN0-0005iq-K6 for qemu-devel@nongnu.org; Thu, 01 Oct 2009 04:50:39 -0400 Message-ID: <4AC46D53.1060900@redhat.com> Date: Thu, 01 Oct 2009 10:50:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/4] SCSI-Hotdel: Implement drive_hot_del References: <1253287594-12905-1-git-send-email-wolfgang.mauerer@siemens.com> <1253287594-12905-2-git-send-email-wolfgang.mauerer@siemens.com> <1253287594-12905-3-git-send-email-wolfgang.mauerer@siemens.com> <1253287594-12905-4-git-send-email-wolfgang.mauerer@siemens.com> <4AB73114.4050508@redhat.com> <4AC37D08.7050506@siemens.com> <4AC3ABD2.6080508@redhat.com> <4AC4602F.3050103@siemens.com> In-Reply-To: <4AC4602F.3050103@siemens.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: Wolfgang Mauerer Cc: "Kiszka, Jan" , "qemu-devel@nongnu.org" , "wlm.libvirt@googlemail.com" On 10/01/09 09:54, Wolfgang Mauerer wrote: > Thanks for the pointer. The reason why I'd (still :-)) like > to stick to the non-qdev variant is because I would want > the patch to be applicable to older qemu releases for various > reasons, and backporting all the required qdev changes does > not seem to be a reasonable option (but please tell me if you > think this would make sense) Yes, backporting all qdev isn't going to fly. Note that support for looking up drives by name is available in 0.11+ only too, so you might have to stick with the lookup by pci address, depending on which versions you plan to backport it ... cheers, Gerd