From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQyqD-00046w-Mg for qemu-devel@nongnu.org; Tue, 01 Oct 2013 08:14:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQyq7-0003Zf-Jh for qemu-devel@nongnu.org; Tue, 01 Oct 2013 08:14:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQyq7-0003ZZ-Ba for qemu-devel@nongnu.org; Tue, 01 Oct 2013 08:14:07 -0400 Date: Tue, 1 Oct 2013 15:16:27 +0300 From: "Michael S. Tsirkin" Message-ID: <20131001121627.GA11731@redhat.com> References: <1380452123-5989-1-git-send-email-mst@redhat.com> <20131001120357.51bc7b6e@nial.usersys.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131001120357.51bc7b6e@nial.usersys.redhat.com> Subject: Re: [Qemu-devel] [PATCH v6 00/26] qemu: generate acpi tables for the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: pbonzini@redhat.com, kraxel@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de 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-system-x86_64 -enable-kvm -monitor stdio -m 4096 test.qcow2 -device ivshmem,size=4G,chardev=cfoo -chardev socket,path=/tmp/sock,id=cfoo,server,nowait > Thanks for the report, will fix.