From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpCNZ-0006Pn-Uf for qemu-devel@nongnu.org; Fri, 14 Nov 2014 03:37:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpCNQ-00071X-UA for qemu-devel@nongnu.org; Fri, 14 Nov 2014 03:37:17 -0500 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:42934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpCNQ-00071N-O7 for qemu-devel@nongnu.org; Fri, 14 Nov 2014 03:37:08 -0500 Received: by mail-wi0-f174.google.com with SMTP id h11so1904106wiw.13 for ; Fri, 14 Nov 2014 00:37:08 -0800 (PST) Sender: Paolo Bonzini Message-ID: <5465BF2E.3080004@redhat.com> Date: Fri, 14 Nov 2014 09:37:02 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <6f9e3dd4-11a0-42da-8d27-a06630487f94@mailpro> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] iothread object hotplug ? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexandre DERUMIER , qemu-devel On 14/11/2014 08:25, Alexandre DERUMIER wrote: > Hi, > > I would like to known if it's possible to hot-add|hot-plug an iothread object > on a running guest ? Yes, there is an object_add/object-add command (respectively HMP and QMP), but I don't think libvirt has bindings already. Paolo