Re: [Qemu-devel] [PATCH v3 09/14] i386: define pc guest info

2013-07-28 Thread Michael S. Tsirkin
On Sun, Jul 28, 2013 at 02:41:51AM +0200, Andreas Färber wrote: > Am 24.07.2013 18:02, schrieb Michael S. Tsirkin: > > 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 ava

Re: [Qemu-devel] [PATCH v3 09/14] i386: define pc guest info

2013-07-27 Thread Andreas Färber
Am 24.07.2013 18:02, schrieb Michael S. Tsirkin: > 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. > > Signed-off-by: Michael S

Re: [Qemu-devel] [PATCH v3 09/14] i386: define pc guest info

2013-07-25 Thread Gerd Hoffmann
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 che

[Qemu-devel] [PATCH v3 09/14] i386: define pc guest info

2013-07-24 Thread Michael S. Tsirkin
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. Signed-off-by: Michael S. Tsirkin Reviewed-by: Laszlo Ersek --- hw/i386/pc.c