From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxdMq-0007OG-Dh for qemu-devel@nongnu.org; Tue, 13 Oct 2009 05:08:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxdMm-0007Nr-Mo for qemu-devel@nongnu.org; Tue, 13 Oct 2009 05:08:28 -0400 Received: from [199.232.76.173] (port=44901 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxdMm-0007No-Fj for qemu-devel@nongnu.org; Tue, 13 Oct 2009 05:08:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64318) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxdMl-00082G-U1 for qemu-devel@nongnu.org; Tue, 13 Oct 2009 05:08:24 -0400 Message-ID: <4AD44381.5020101@redhat.com> Date: Tue, 13 Oct 2009 11:08:17 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1253287576-12875-1-git-send-email-wolfgang.mauerer@siemens.com> <20091009163203.GA30218@redhat.com> In-Reply-To: <20091009163203.GA30218@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [libvirt] [PATCH 0/9] Support disk-hotremove and controller hotplugging List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: veillard@redhat.com Cc: libvir-list@redhat.com, jan.kiszka@siemens.com, Wolfgang Mauerer , qemu-devel@nongnu.org On 10/09/09 18:32, Daniel Veillard wrote: > On Fri, Sep 18, 2009 at 05:26:07PM +0200, Wolfgang Mauerer wrote: >> Hi, > > Hi Wolfgang, > >> this patch reworks libvirt's disk-hotadd support and >> introduces support for disk controller hotplugging and disk-hotremove >> (see http://thread.gmane.org/gmane.comp.emulators.libvirt/15860 for >> more details). Currently, it targets only qemu and also requires some >> additions to qemu that have only recently been submitted, which is >> why this is cross-posted to qemu-devel. Hopefully the lack of support >> in qemu does not prevent the community from reviewing the code, >> though ;-) > > Could you update us on the status for those patches, is there > any chance to get this in QEmu upstream ? I have only seen feddback > from Gerd Hoffmann on that thread but maybe I'm missing some of the > action ! Note: upstream qemu got device_add and device_del monitor commands meanwhile which can be used to hotplug devices. device_add accepts the same syntax the -device command line switch expects. device_del expectes an id. For libvirt it probably makes sense to start supporting this when switching over to -device (probably for qemu 0.12+). cheers, Gerd