Re: [PATCH 5/5] qemu: Generate cmd line for guestReset

2022-07-13 Thread Ján Tomko
On a Tuesday in 2022, Michal Privoznik wrote: QEMU offers two attributes for handling reset requests of an USB host device: guest-reset and guest-resets-all. When combined they act as follows: 1) guest-reset=false The guest is not allowed to reset the physical USB device. 2) guest-reset=true,

[PATCH 5/5] qemu: Generate cmd line for guestReset

2022-07-12 Thread Michal Privoznik
QEMU offers two attributes for handling reset requests of an USB host device: guest-reset and guest-resets-all. When combined they act as follows: 1) guest-reset=false The guest is not allowed to reset the physical USB device. 2) guest-reset=true,guest-resets-all=false The guest is allowed