diff options
Diffstat (limited to 'results/classifier/105/device/1284')
| -rw-r--r-- | results/classifier/105/device/1284 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/classifier/105/device/1284 b/results/classifier/105/device/1284 new file mode 100644 index 000000000..3f640dfdd --- /dev/null +++ b/results/classifier/105/device/1284 @@ -0,0 +1,27 @@ +device: 0.946 +graphic: 0.919 +instruction: 0.861 +semantic: 0.551 +mistranslation: 0.428 +boot: 0.295 +network: 0.136 +other: 0.129 +socket: 0.102 +vnc: 0.088 +assembly: 0.019 +KVM: 0.004 + +macOS QXL VGA not available +Description of problem: +``` +qemu-system-aarch64: QXL VGA not available +``` +``` +qemu-system-aarch64: -device qxl-vga: 'qxl-vga' is not a valid device model name +``` +Steps to reproduce: +1. Build QEMU on macOS with SPICE support (meson) +2. Run commands listed above +3. Observe QXL not working +Additional information: +I'm wiring up QEMU SPICE support on Darwin for Nixpkgs. The same issue can be observed in macports qemu builds with spice. Could this be a packaging issue? |