From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Khn-0007YC-RU for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:31:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2Khj-0000yP-Au for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:31:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2Khj-0000yC-3M for qemu-devel@nongnu.org; Thu, 25 Jul 2013 08:31:35 -0400 Message-ID: <51F11AA4.4050508@redhat.com> Date: Thu, 25 Jul 2013 14:31:32 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1374681580-17439-1-git-send-email-mst@redhat.com> <1374681580-17439-10-git-send-email-mst@redhat.com> In-Reply-To: <1374681580-17439-10-git-send-email-mst@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 09/14] i386: define pc guest info List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-devel@nongnu.org On 07/24/13 18:02, Michael S. Tsirkin wrote: > This defines a structure that will be used to fill in guest info table. > This structure will be filled in in follow-up patches, using QOM. Fill > in NUMA node info is not available in QOM so it is filled in directly. Reviewed-by: Gerd Hoffmann cheers, Gerd