Re: [Qemu-devel] [PATCH v8 18/26] i386: define pc guest info

2013-10-06 Thread Michael S. Tsirkin
On Fri, Oct 04, 2013 at 06:18:42PM +0200, Igor Mammedov wrote: > On Thu, 3 Oct 2013 18:05:35 +0300 > "Michael S. Tsirkin" wrote: > > > This defines a structure that will be used to fill in acpi tables > > where relevant properties are not yet available using QOM. > > > > Reviewed-by: Laszlo Erse

Re: [Qemu-devel] [PATCH v8 18/26] i386: define pc guest info

2013-10-06 Thread Michael S. Tsirkin
On Fri, Oct 04, 2013 at 06:18:42PM +0200, Igor Mammedov wrote: > On Thu, 3 Oct 2013 18:05:35 +0300 > "Michael S. Tsirkin" wrote: > > > This defines a structure that will be used to fill in acpi tables > > where relevant properties are not yet available using QOM. > > > > Reviewed-by: Laszlo Erse

Re: [Qemu-devel] [PATCH v8 18/26] i386: define pc guest info

2013-10-04 Thread Igor Mammedov
On Thu, 3 Oct 2013 18:05:35 +0300 "Michael S. Tsirkin" wrote: > This defines a structure that will be used to fill in acpi tables > where relevant properties are not yet available using QOM. > > Reviewed-by: Laszlo Ersek > Reviewed-by: Gerd Hoffmann > Tested-by: Gerd Hoffmann > Signed-off-by:

[Qemu-devel] [PATCH v8 18/26] i386: define pc guest info

2013-10-03 Thread Michael S. Tsirkin
This defines a structure that will be used to fill in acpi tables where relevant properties are not yet available using QOM. Reviewed-by: Laszlo Ersek Reviewed-by: Gerd Hoffmann Tested-by: Gerd Hoffmann Signed-off-by: Michael S. Tsirkin --- include/hw/i386/pc.h | 9 + hw/i386/pc.c