virtio-net-osx
virtio-net-osx copied to clipboard
Mac OS X driver for a (virtualised) "virtio" network device. Virtio network devices are supported by KVM and VirtualBox. Fastest virtual network device for VirtualBox OSX Guests, allows kernel debuggi...
thank your for reply
Host system: Ubuntu 16.04 Guest: Macos sierra I installed the virtio driver installer, but, the device it's not reconigzed, shows: Cable unplugged
it would be very useful thanks
The device seems to be a newer version than the driver is written for, and even has checks against it.... Here is my ioreg for my virtio device.. https://www.pastiebin.com/5a4c5c1a1a889 I...
Do you wrote a driver for QXL or for 9p virtio?
OS X Yosemite 10.10.4: ``` qemu -netdev bridge,id=br0,br=br0 \ -device virtio-net-pci,netdev=br0,id=mac_vnet0 \ -netdev user,smb=/,id=user0 \ -device virtio-net-pci,netdev=user0,id=mac_vnet1 \ [ ... ] ``` both interfaces show in "Network" as "Not Connected",...
scp crash
Hello, The driver works with an ssh logins or a ping to the vm well so far. But if one tries to copy files over ssh, crashing the entire network....
Sorry man. Beautiful work, though!
Using QEMU/KVM, OS X 10.9.5. To test, attach two network adapters to the VM, one the default e1000, and the other a virtio adapter. Server.app refuses to acknowledge that the...