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, 24 Mar 2010 17:20:08 +0100 Message-ID: <4BAA3BB8.4000303@web.de> References: <4B9CA510.5070205@web.de> <20100317182254.GB11942@amt.cnet> <4BA14641.2010407@web.de> <4BAA02BC.9090408@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Marcelo Tosatti , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from fmmailgate03.web.de ([217.72.192.234]:39043 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753780Ab0CXQUN (ORCPT ); Wed, 24 Mar 2010 12:20:13 -0400 In-Reply-To: <4BAA02BC.9090408@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Hi, On 24.03.2010 13:17, Avi Kivity wrote: > On 03/17/2010 11:14 PM, Andr=E9 Weidemann wrote: >>>> qemu-system-x86_64 -cpu core2duo -vga cirrus -boot order=3Dndc -vn= c >>>> 192.168.3.42:2 -k de -smp 4,cores=3D4 -drive >>>> file=3D/vmware/Windows7Test_600G.img,if=3Dide,index=3D0,cache=3Dwr= iteback -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,a= io=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 >> qemu-kvm-2010-03-17 >> cd qemu-kvm-2010-03-17 >> git checkout -b test qemu-kvm-0.12.3 >> ./configure >> make -j6 && make install >> >> I started the VM again exactly as I did the last time and it crashed >> again with the same error message. >> "qemu-system-x86_64: >> /usr/local/src/qemu-kvm-2010-03-17/hw/ide/internal.h:507: >> bmdma_active_if: Assertion `bmdma->unit !=3D (uint8_t)-1' failed." >> > > Does this happen with a guest installed on kvm, or just with the gues= t > that (guessing from the name) was imported from vmware? I booted the VM via PXE into an Ubuntu Live CD image. I only added the=20 Windows disk image, so I could copy the resulting Excel file (from=20 iozone) to this disk. The Windows 7 on this disk was installed under kv= m=20 0.12.3. Regards Andr=E9