Avi Kivity wrote: > On 12/21/2009 11:43 AM, Thomas Mueller wrote: >> 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? >> >> > > boot=on is supported, so this is a bug. Without "-drive boot=on" but with "-boot order=c" I cannot even boot from a virtio disk (-drive if=virtio). The workaround with "-boot order=c" and without "-drive boot=on" works for IDE disks, but not for virtio (another Linux VM I am running beside that Windows 7 VM). Maybe I am missing something. So I am looking forward to the next qemu-kvm-0.12.x and hope for a fix. Regards, Ingmar -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html