Re: [Qemu-devel] [PATCH v3 10/14] ich9: APIs for pc guest info

2013-07-28 Thread Michael S. Tsirkin
On Sun, Jul 28, 2013 at 02:37:59AM +0200, Andreas Färber wrote: > Am 24.07.2013 18:02, schrieb Michael S. Tsirkin: > > This adds APIs that will be used to fill in > > guest info table, implemented using QOM, > > to various ich9 components. > > > > Signed-off-by: Michael S. Tsirkin > > --- > > hw

Re: [Qemu-devel] [PATCH v3 10/14] ich9: APIs for pc guest info

2013-07-27 Thread Andreas Färber
Am 24.07.2013 18:02, schrieb Michael S. Tsirkin: > This adds APIs that will be used to fill in > guest info table, implemented using QOM, > to various ich9 components. > > Signed-off-by: Michael S. Tsirkin > --- > hw/acpi/ich9.c| 6 ++ > hw/isa/lpc_ich9.c | 19 ++

Re: [Qemu-devel] [PATCH v3 10/14] ich9: APIs for pc guest info

2013-07-25 Thread Gerd Hoffmann
On 07/24/13 18:02, Michael S. Tsirkin wrote: > This adds APIs that will be used to fill in > guest info table, implemented using QOM, > to various ich9 components. Uses QOM to lookup the device state without needing nasty hooks in machine creation. Then goes copy info directly from device state a

[Qemu-devel] [PATCH v3 10/14] ich9: APIs for pc guest info

2013-07-24 Thread Michael S. Tsirkin
This adds APIs that will be used to fill in guest info table, implemented using QOM, to various ich9 components. Signed-off-by: Michael S. Tsirkin --- hw/acpi/ich9.c| 6 ++ hw/isa/lpc_ich9.c | 19 +++ hw/pci-host/q35.c | 10 ++ include/hw/