From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9FQb-0004Q2-0h for qemu-devel@nongnu.org; Fri, 31 Jan 2014 09:50:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9FQU-0008Lx-Si for qemu-devel@nongnu.org; Fri, 31 Jan 2014 09:50:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:14578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9FQU-0008L2-KW for qemu-devel@nongnu.org; Fri, 31 Jan 2014 09:50:38 -0500 Message-ID: <52EBB82F.7020001@redhat.com> Date: Fri, 31 Jan 2014 15:50:23 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1391111339-6958-1-git-send-email-ehabkost@redhat.com> <20140131154853.34c41154@thinkpad> In-Reply-To: <20140131154853.34c41154@thinkpad> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [uq/master PATCH 0/7] x86 CPU subclasses, take 7 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov , Eduardo Habkost Cc: libvir-list@redhat.com, Jiri Denemark , qemu-devel@nongnu.org, kvm@vger.kernel.org, =?ISO-8859-1?Q?Andreas_F=E4rber?= Il 31/01/2014 15:48, Igor Mammedov ha scritto: > that's abusing of object-add interface and due to recent changes, object-add > won't accept arbitrary objects. I hope that sooner or later device hotplug will be doable with object-add too. But yes, in the meanwhile device_add could work, and this patch series is in the right direction anyway. > see "[PATCH v1 3/4] add optional 2nd stage initialization to > -object/object-add commands" > > libvirt probably could use device_add instead to the same effect. > > BTW how libvirt would discover values for qom-type=foo? > With qom-list-types. Paolo