diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1024.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1024.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1024.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml new file mode 100644 index 00000000..5504db46 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1024.toml @@ -0,0 +1,18 @@ +id = 1024 +title = "Unable to build QEMU with dbus display support on Windows" +state = "opened" +created_at = "2022-05-12T19:02:44.628Z" +closed_at = "n/a" +labels = ["hostos: Windows"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1024" +host-os = "Windows 10 21H2" +host-arch = "x86_64" +qemu-version = "7.0.50 (b32b3897f8b8f2f17425c22ea229ea6ebcb7d552)" +guest-os = "n/a" +guest-arch = "n/a" +description = """When building QEMU on Windows with `./configure --enable-dbus-display --enable-modules`, the following error appears: + +`ERROR: Modules are not available for Windows`""" +reproduce = """1. Attempt to build QEMU on Windows (MSYS2 MinGW) with dbus display support""" +additional = """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`""" |