Update: I noticed my usb drive disappear form my windows 10 when i used this command:
qemu-system-x86_64 -boot d -m 4G -drive file=win7.img -drive if=none,id=GenDisk,file=win10.img -usb -cdrom win7.iso -device usb-ehci,id=ehci -device usb-host,bus=ehci.0,hostbus=0,hostaddr=2, so that does something, but still no stick in my win 7 vm Op za 2 dec 2023 om 19:14 schreef Paul Spaan <paulspaanm...@gmail.com>: > dear qemu, > > Im using windows 10 and am trying to connect a sandisk usb thumbstick to > my windows 7 VM, the usb seem to work, i got mouse attached to it. How do i > connect usb stick to it? it ried multiple ways, with nec usb device and > product and vendor id, as shown in a youtube video online, but that didnt > work. my windows only has usb2 support so i need to do it with ehci. so i > tried the following : > > qemu-system-x86_64 -boot d -m 4G -drive file=win7.img -drive > if=none,id=GenDisk,file=win10.img -usb -cdrom win7.iso -device > usb-ehci,id=ehci -device usb-storage,bus=ehci.0,port=2,drive=GenDisk, > > but then i get to see my win10 image on my win7 and not the usb, what am i > doing wrong, i also dont know if the port number is correct, where can i > find the port number for my usb stick (in windows 10)?, i do know the adres > = 2 if i can do anything with that. please help, thank you very much, > greetings, > > Paul >