Phil Dennis-Jordan
Phil Dennis-Jordan
Have you tried building the existing code with an Xcode version which still contains a PPC compiler and SDK? Also, I've not run a PPC MacOSX for years, any pointers...
Incidentally, on x86 with modern macOS versions on vaguely recent Qemu versions, this driver is no longer needed, as I managed to get a patch that fixes Qemu's Tablet to...
Is that when attempting to open the installer .pkg? If so, try manually placing the codeless kext in `/System/Library/Extensions`: * Download Build-1.2.zip from https://github.com/pmj/QemuUSBTablet-OSX/tree/master/build * Extract it * Install the...
Hey, as we're now working on the virtio drivers again - if you're still seeing this issue, can you let me know if the detected MAC address from OSX's point...
OK, if the MAC address is fine, then the problem likely isn't MSI-X, but it could still be interrupt related. I'll do my best to repro & fix over the...
Does the Network section of System Preferences behave similarly? Can you actually exchange any data over the connection?
This sounds very much like the issue described in bug #1. I'm going to claim it's a duplicate of that, so I'll post any progress with repro & fixing to...
Yup, looks like 2.11 now implements Virtio 1.0 standard, non-transitional devices. Previous versions have been using transitional devices, which have implemented both the 1.0 standard device interface, and the legacy...
P.S. Please keep this issue open until it's properly fixed and I release 1.0b1, even if the workaround solves it for now.
It will definitely need a substantial amount of testing, but the standard-compliant virtio PCI backend driver is not quite functional yet, I'm afraid, so not ready for anything practical just...