Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-09-11 Thread Michael S. Tsirkin
On Sun, Jul 28, 2013 at 01:22:57AM +0200, Andreas Färber wrote: > Am 26.07.2013 14:19, schrieb Andreas Färber: > > Am 25.07.2013 18:19, schrieb Michael S. Tsirkin: > >> On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: > >>> Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: > This

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-29 Thread Anthony Liguori
"Michael S. Tsirkin" writes: > This code can also be found here: > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi > > Please review, and consider for 1.6. This isn't ready for 1.6 so it's going to have to wait for 1.7. Regards, Anthony Liguori > > Changes from v2 repost: > - address

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-27 Thread Andreas Färber
Am 26.07.2013 14:19, schrieb Andreas Färber: > Am 25.07.2013 18:19, schrieb Michael S. Tsirkin: >> On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: >>> Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: This code can also be found here: git://git.kernel.org/pub/scm/virt/kvm/m

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-26 Thread Andreas Färber
Am 25.07.2013 19:18, schrieb Michael S. Tsirkin: > On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: >> Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: >>> This code can also be found here: >>> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi >>> >>> Please review, and conside

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-26 Thread Andreas Färber
Am 25.07.2013 18:19, schrieb Michael S. Tsirkin: > On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: >> Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: >>> This code can also be found here: >>> git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi >>> >>> Please review, and conside

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-25 Thread Michael S. Tsirkin
On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: > Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: > > This code can also be found here: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi > > > > Please review, and consider for 1.6. > > Quite frankly, this is still not lo

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-25 Thread Michael S. Tsirkin
On Thu, Jul 25, 2013 at 05:50:55PM +0200, Andreas Färber wrote: > Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: > > This code can also be found here: > > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi > > > > Please review, and consider for 1.6. > > Quite frankly, this is still not lo

Re: [Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-25 Thread Andreas Färber
Am 24.07.2013 18:01, schrieb Michael S. Tsirkin: > This code can also be found here: > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi > > Please review, and consider for 1.6. Quite frankly, this is still not looking the way I imagined it based on the KVM call discussion and Anthony's com

[Qemu-devel] [PATCH v3 00/14] qemu: generate acpi tables for the guest

2013-07-24 Thread Michael S. Tsirkin
This code can also be found here: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi Please review, and consider for 1.6. Changes from v2 repost: - address comment by Anthony - convert to use APIs implemented using QOM - address comment by Anthony - avoid tricky pointer path, use GArray