Re: [Qemu-devel] [PATCH v4 19/23] piix: APIs for pc guest info

2013-09-23 Thread Michael S. Tsirkin
On Mon, Sep 23, 2013 at 01:14:11PM +0200, Igor Mammedov wrote: > On Mon, 23 Sep 2013 13:10:49 +0300 > "Michael S. Tsirkin" wrote: > > > On Mon, Sep 23, 2013 at 11:27:09AM +0200, Igor Mammedov wrote: > > > On Sun, 22 Sep 2013 16:37:59 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > This ad

Re: [Qemu-devel] [PATCH v4 19/23] piix: APIs for pc guest info

2013-09-23 Thread Igor Mammedov
On Mon, 23 Sep 2013 13:10:49 +0300 "Michael S. Tsirkin" wrote: > On Mon, Sep 23, 2013 at 11:27:09AM +0200, Igor Mammedov wrote: > > On Sun, 22 Sep 2013 16:37:59 +0300 > > "Michael S. Tsirkin" wrote: > > > > > This adds APIs that will be used to fill in guest acpi tables. > > > Some required inf

Re: [Qemu-devel] [PATCH v4 19/23] piix: APIs for pc guest info

2013-09-23 Thread Michael S. Tsirkin
On Mon, Sep 23, 2013 at 11:27:09AM +0200, Igor Mammedov wrote: > On Sun, 22 Sep 2013 16:37:59 +0300 > "Michael S. Tsirkin" wrote: > > > This adds APIs that will be used to fill in guest acpi tables. > > Some required information is still lacking in QOM, so we > > fall back on lookups by type and

Re: [Qemu-devel] [PATCH v4 19/23] piix: APIs for pc guest info

2013-09-23 Thread Igor Mammedov
On Sun, 22 Sep 2013 16:37:59 +0300 "Michael S. Tsirkin" wrote: > This adds APIs that will be used to fill in guest acpi tables. > Some required information is still lacking in QOM, so we > fall back on lookups by type and returning explicit types. > > Signed-off-by: Michael S. Tsirkin > --- >