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

2013-10-01 Thread Michael S. Tsirkin
On Tue, Oct 01, 2013 at 12:03:57PM +0200, Igor Mammedov wrote: > On Sun, 29 Sep 2013 13:58:21 +0300 > "Michael S. Tsirkin" wrote: > > WS2008R2x64 BSODs with ACPI error on boot when 64bit PCI hole is present, > but it boots fine with upstream QEMU [stock or acpi BIOS] > > QEMU cli: > > qemu-syst

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

2013-10-01 Thread Michael S. Tsirkin
On Tue, Oct 01, 2013 at 12:03:57PM +0200, Igor Mammedov wrote: > On Sun, 29 Sep 2013 13:58:21 +0300 > "Michael S. Tsirkin" wrote: > > WS2008R2x64 BSODs with ACPI error on boot when 64bit PCI hole is present, > but it boots fine with upstream QEMU [stock or acpi BIOS] > > QEMU cli: > > qemu-syst

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

2013-10-01 Thread Igor Mammedov
On Sun, 29 Sep 2013 13:58:21 +0300 "Michael S. Tsirkin" wrote: WS2008R2x64 BSODs with ACPI error on boot when 64bit PCI hole is present, but it boots fine with upstream QEMU [stock or acpi BIOS] QEMU cli: qemu-system-x86_64 -enable-kvm -monitor stdio -m 4096 test.qcow2 -device ivshmem,size=4G

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

2013-09-30 Thread Gerd Hoffmann
On So, 2013-09-29 at 13:58 +0300, Michael S. Tsirkin wrote: > This code can also be found here: > git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi Reviewed-and-tested-by: Gerd Hoffmann cheers, Gerd

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

2013-09-29 Thread Michael S. Tsirkin
This code can also be found here: git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git acpi While this patch still uses info not available in QOM, I think it's reasonable to merge it and then refactor as QOM properties cover more ground. In particular, merging this patchset blocks other projects so