osy

Results 544 comments of osy

Seems like the global preference is already implemented to workaround this.

I think the issue is in "usb usb3-port3: attempt power cycle". The way macOS support attaching USBs in VM does not allow the USB device to reset or be power...

There are plans to introduce a separate CLI but not until after 4.0.

I don’t think anything is in writing yet. There were some plans to support vagrant which would depend on it.

I think it's a big premature to do that right now. At the minimum it would depend on the CLI tool which hasn't even been started yet. Right now the...

Seems like the best way is to convert vmStart to async Swift.

@GavinPacini the idea here isn’t to connect to a running QEMU but rather to allow you to launch QEMU remotely (say on your MacBook or an AWS instance) while all...

The console mode keyboard comes from https://github.com/migueldeicaza/SwiftTerm we chose to use their OSK because it is more targeted for a terminal use case. If you have any suggestions, I would...

So the slirp library emulates a NIC which creates a VLAN on 10.0.2.0/24. When it sees a TCP connection to 10.0.2.3, it uses libresolv to get a list of DNS...