summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/1024
blob: 39f4f8d799b088869fe385c1f516778768023c3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
device: 0.935
graphic: 0.916
files: 0.778
debug: 0.726
performance: 0.710
network: 0.704
PID: 0.695
other: 0.694
socket: 0.692
vnc: 0.671
boot: 0.627
semantic: 0.626
permissions: 0.529
KVM: 0.035

Unable to build QEMU with dbus display support on Windows
Description of problem:
When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears:

`ERROR: Modules are not available for Windows`
Steps to reproduce:
1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support
Additional information:
Attempting to build with only `--enable-dbus-display` does not work either, as it requires `--enable-modules`, which does not work on Windows:
`../meson.build:1598:0: ERROR: Feature dbus_display cannot be enabled: -display dbus requires --enable-modules`