Anne Isabelle "Anya" Macedo

Results 26 comments of Anne Isabelle "Anya" Macedo

My code for cloud-sim call is here - https://github.com/getmoto/moto/commit/882e010f3c4b282821c308e5eb9be957c39962eb

@bblommers thanks! In my case, I'm using moto as a standalone server for apps running in another language, so that wouldn't really work :c

I wonder if `libusb_get_device_descriptor` is not returning, so qemu gets stuck. ``` [ 0.074566] [002c9212] libusb: debug [libusb_get_device_descriptor] 0 libusb-1.0.0.dylib 0x0000000102884cf8 libusb_get_device_descriptor + 88 1 qemu-system-arm 0x0000000100ab3268 usb_host_auto_check + 200...

In the end, it seems to come down to this [1], This is the correct payload that QEMU supports ```json { "execute": "device_add", "arguments": {"driver": "usb-host", "vendorid": "0x13fe", "productid": "0x3e00",...

@dan-corneanu I guess it's implemented like this [1][2] (apologies, upon reading your code @sheerun I saw that it's the same api) So, probably UTM starts with this bus connected so...

I think I'm having the same issue as you (although I haven't done any fiddling with the logs), Whenever I connect or disconnect a display from my docking station, I...