Re: [PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine

2023-06-21 Thread Thomas Huth
On 08/06/2023 20.31, Michael Tokarev wrote: 07.06.2023 13:26, Thomas Huth wrote: On 25/05/2023 08.47, Thomas Huth wrote: It's possible to compile QEMU without the USB devices (e.g. when using "--without-default-devices" as option for the "configure" script). To be still able to run the loongson

Re: [PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine

2023-06-08 Thread Michael Tokarev
07.06.2023 13:26, Thomas Huth wrote: On 25/05/2023 08.47, Thomas Huth wrote: It's possible to compile QEMU without the USB devices (e.g. when using "--without-default-devices" as option for the "configure" script). To be still able to run the loongson3-virt machine in default mode with such a QE

Re: [PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine

2023-06-07 Thread Thomas Huth
On 25/05/2023 08.47, Thomas Huth wrote: It's possible to compile QEMU without the USB devices (e.g. when using "--without-default-devices" as option for the "configure" script). To be still able to run the loongson3-virt machine in default mode with such a QEMU binary, we have to check here for t

[PATCH] hw/mips: Improve the default USB settings in the loongson3-virt machine

2023-05-24 Thread Thomas Huth
It's possible to compile QEMU without the USB devices (e.g. when using "--without-default-devices" as option for the "configure" script). To be still able to run the loongson3-virt machine in default mode with such a QEMU binary, we have to check here for the availability of the devices first befor