From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNK7-00030r-Eu for qemu-devel@nongnu.org; Thu, 10 May 2012 02:58:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSNK1-0007x6-Bt for qemu-devel@nongnu.org; Thu, 10 May 2012 02:58:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSNK1-0007x2-44 for qemu-devel@nongnu.org; Thu, 10 May 2012 02:57:57 -0400 Message-ID: <4FAB66F0.7080003@redhat.com> Date: Thu, 10 May 2012 08:57:52 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <72a3d008-2d67-47e8-b5f2-927ff5cf2166@zmail16.collab.prod.int.phx2.redhat.com> <4FAAFA99.7000902@suse.de> In-Reply-To: <4FAAFA99.7000902@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH RFC 6/6] target-i386: make cpus childs of /machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Igor Mammedov , aliguori@us.ibm.com, qemu-devel@nongnu.org, jan kiszka Il 10/05/2012 01:15, Andreas F=C3=A4rber ha scritto: > In particular I needed /machine/cpu[n] to pass the X86CPU to the APIC i= n > a sensible way - next commit on that branch, currently: > https://github.com/afaerber/qemu-cpu/commit/1134efc143aa1629f8961ef0584= 16e1acfa50f8e Yay, thanks for doing that! Paolo