Am 06.10.2017 um 19:39 hat Swetheendra Tallamraju geschrieben: > Infact emulation of virtual USB already exists. I want to add functionality > of booting from USB. Can you refer which source files to llok on and > modify.
Booting is the job of the BIOS that is running inside the guest, so you won't find this code in QEMU, but in SeaBIOS. As it happens, SeaBIOS also already supports booting from USB and it works just fine for me. Kevin