Re: [Qemu-devel] USB Booting

2012-01-19 Thread Dyweni - Qemu-Devel
Hi All, Here is the log when booting SeaBIOS with debuging enabled: + qemu-system-x86_64 -m 512 -snapshot -device piix3-usb-uhci -drive id=usbflash,file=flash.img,if=none,boot=on,cache=writeback -device usb-storage,drive=usbflash -net nic,macaddr=00:AA:00:AA:62:AA,vlan=0 -net tap,vlan=0,ifna

[Qemu-devel] USB Booting

2012-01-19 Thread Dyweni - Qemu-Devel
Hi All, In QEMU-KVM 0.14, I was able to simulate booting from a USB Flash drive with these options: qemu-system-x86_64 \ -curses \ -m 512 \ -snapshot \ -device piix3-usb-uhci \ -drive id=usbflash,file=flash.img,if=none,boot=on,cache=writeback \