From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: [ANNOUNCE] qemu-kvm-0.12.1 Date: Mon, 21 Dec 2009 09:43:28 +0000 (UTC) Message-ID: References: <4B2E5380.1090406@redhat.com> <4B2F2E55.6050501@eseco.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To: kvm@vger.kernel.org Return-path: Received: from lo.gmane.org ([80.91.229.12]:53112 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752400AbZLUJoN (ORCPT ); Mon, 21 Dec 2009 04:44:13 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NMeoC-0002ke-NU for kvm@vger.kernel.org; Mon, 21 Dec 2009 10:44:08 +0100 Received: from cust.dyn.95-152-121-24.swisscomdata.ch ([95.152.121.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2009 10:44:08 +0100 Received: from thomas by cust.dyn.95-152-121-24.swisscomdata.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 Dec 2009 10:44:08 +0100 Sender: kvm-owner@vger.kernel.org List-ID: Am Mon, 21 Dec 2009 09:14:13 +0100 schrieb Ingmar Schraub: > Hi, > > after upgrading from qemu-kvm-0.12.0-rc2 to qemu-kvm-0.12.1 I cannot > start my Windows 7 (64Bit) VM any more. I get the following error on > start-up: > > rom: requested regions overlap (rom vapic.bin. free=0x0000000000000600, > addr=0x0000000000000000) > rom loading failed > > I used to run it with this command line: > > qemu-system-x86_64 -k de -enable-kvm -usb -drive > file=/home/ingmar/kvm/windows7.qcow2,if=ide,boot=on,cache=none -net > nic,macaddr=DE:AD:BE:EF:28:26,vlan=1,model=e1000 -net > tap,script=/etc/kvm/qemu-ifup,vlan=1 -m 1024 -vnc :3 -boot c > > Any idea what is wrong here? It worked fine with all previous qemu-kvm > versions. remove "boot=on" from -drive and set "-boot order=c" instead of "-boot c" is boot=on in "-drive" no longer supported or is this a bug? - Thomas