Re: [Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest

2013-07-09 Thread Laszlo Ersek
On 07/09/13 09:57, Michael S. Tsirkin wrote: > On Tue, Jul 09, 2013 at 09:53:50AM +0200, Laszlo Ersek wrote: >> On 07/08/13 20:30, Michael S. Tsirkin wrote: >>> This patchset moves all generation of ACPI tables >>> from guest BIOS to the hypervisor. >> >> Doesn't seem to apply on ab8bf290, > > Thi

Re: [Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest

2013-07-09 Thread Michael S. Tsirkin
On Tue, Jul 09, 2013 at 09:53:50AM +0200, Laszlo Ersek wrote: > On 07/08/13 20:30, Michael S. Tsirkin wrote: > > This patchset moves all generation of ACPI tables > > from guest BIOS to the hypervisor. > > Doesn't seem to apply on ab8bf290, This is on top of pci tree for_anthony tag, hopefully th

Re: [Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest

2013-07-09 Thread Laszlo Ersek
On 07/08/13 20:30, Michael S. Tsirkin wrote: > This patchset moves all generation of ACPI tables > from guest BIOS to the hypervisor. Doesn't seem to apply on ab8bf290, can you pls rebase and repost? Thanks Laszlo

[Qemu-devel] [PATCH v2 0/4] qemu: generate acpi tables for the guest

2013-07-08 Thread Michael S. Tsirkin
This patchset moves all generation of ACPI tables from guest BIOS to the hypervisor. Please review, and consider for 1.6. Changes from v1 RFC: - added code to address cross version compatibility - rebased to latest bits - updated acpi tables to latest seabios bits (added pvpanic device) Comments