From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andr=E9_Weidemann?= Subject: Re: qemu-kvm crashes with Assertion ... failed. Date: Wed, 17 Mar 2010 22:14:41 +0100 Message-ID: <4BA14641.2010407@web.de> References: <4B9CA510.5070205@web.de> <20100317182254.GB11942@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from fmmailgate02.web.de ([217.72.192.227]:56737 "EHLO fmmailgate02.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752479Ab0CQVPR (ORCPT ); Wed, 17 Mar 2010 17:15:17 -0400 In-Reply-To: <20100317182254.GB11942@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On 17.03.2010 19:22, Marcelo Tosatti wrote: > On Sun, Mar 14, 2010 at 09:57:52AM +0100, Andr=E9 Weidemann wrote: >> Hi, >> I cloned the qemu-kvm git repository today with "git clone >> git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git >> qemu-kvm-2010-03-14", ran configure and compiled it and did a "make >> install". Everything went fine without warnings or errors. >> For configure output take a look here: http://pastebin.com/BL4DYCRY >> >> Here is my Server Hardware: >> Asus P5Q Mainbaord >> Intel Q9300 >> 8GB RAM >> RAID5 with mdadm consisting of 4x 1TB disks >> The volume /dev/storage/Windows7test mentioned below is on this RAID= 5. >> >> I ran my virtual machine with the following command: >> >> qemu-system-x86_64 -cpu core2duo -vga cirrus -boot order=3Dndc -vnc >> 192.168.3.42:2 -k de -smp 4,cores=3D4 -drive >> file=3D/vmware/Windows7Test_600G.img,if=3Dide,index=3D0,cache=3Dwrit= eback -m >> 1024 -net nic,model=3De1000,macaddr=3DDE:AD:BE:EF:12:3A -net >> tap,script=3D/usr/local/bin/qemu-ifup -monitor pty -name >> Windows7test,process=3DWindows7test -drive >> file=3D/dev/storage/Windows7test,if=3Dide,index=3D1,cache=3Dnone,aio= =3Dnative > > Andre, > > Can you try qemu-kvm-0.12.3 ? I did the following: git clone git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git=20 qemu-kvm-2010-03-17 cd qemu-kvm-2010-03-17 git checkout -b test qemu-kvm-0.12.3 =2E/configure make -j6 && make install I started the VM again exactly as I did the last time and it crashed=20 again with the same error message. "qemu-system-x86_64:=20 /usr/local/src/qemu-kvm-2010-03-17/hw/ide/internal.h:507:=20 bmdma_active_if: Assertion `bmdma->unit !=3D (uint8_t)-1' failed." Andr=E9