From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32813) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgtMk-0005q0-KQ for qemu-devel@nongnu.org; Fri, 07 Dec 2012 03:33:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TgtMf-0005RR-Tf for qemu-devel@nongnu.org; Fri, 07 Dec 2012 03:33:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TgtMf-0005RD-La for qemu-devel@nongnu.org; Fri, 07 Dec 2012 03:32:57 -0500 Message-ID: <50C1A9B1.9030109@redhat.com> Date: Fri, 07 Dec 2012 09:32:49 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <50BEA7C0.5020602@endace.com> <50BEF818.90002@redhat.com> <50C01A79.6080904@endace.com> <50C04CFD.4080400@redhat.com> <50C136B8.2080001@endace.com> In-Reply-To: <50C136B8.2080001@endace.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [BUG] QEMU crashes when 64bit BAR is present List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Korolev Cc: "Michael S. Tsirkin" , "qemu-devel@nongnu.org" , Avi Kivity On 12/07/12 01:22, Alexey Korolev wrote: > On 06/12/12 20:45, Gerd Hoffmann wrote: >> On 12/06/12 05:09, Alexey Korolev wrote: >>> I tried the head today. >>> Qemu crashes in the same way as before. >> Hmm. Doesn't reproduce here (using RHEL-5 as guest, although it is 5.8 >> so more recent than your centos 5.5). >> >> Is this a 32bit or 64bit guest? > It is a 64bit guest OS. > I've upgraded to RHEL 5.8 and still have the same problem. My rhel5 is 32bit. > Could you please send me a qemu command line you are running? qemu-default -m 512 -hda /vmdisk/guests/rhel5.img -device ivshmem,size=128M,shm=ivshmem.root Also tried rhel 5.4 install iso by swapping "-hda $disk" with "-cdrom $iso", both 32bit and 64bit boot into the installer just fine. (qemu-default is just a simple wrapper script which starts qemu-system-x86_64 directly out of the build directory, with -L pointing to pc-bios of the build directory). cheers, Gerd