diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/1842.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1842.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1842.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml deleted file mode 100644 index 16cc52f3..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1842.toml +++ /dev/null @@ -1,25 +0,0 @@ -id = 1842 -title = "keyutils meson regression in 8.1.0" -state = "closed" -created_at = "2023-08-23T08:09:48.976Z" -closed_at = "2023-09-25T15:34:59.003Z" -labels = ["Build System", "Cryptography", "Stable::to backport", "workflow::Patch available"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1842" -host-os = "Arch Linux" -host-arch = "x86_64" -qemu-version = "8.1.0" -guest-os = "n/a" -guest-arch = "n/a" -description = """keyutils is no longer found by meson during the build. - -commit 0db0fbb5cf8955d4f7a4a82bde32cfd93bd042ea appears to be buggy: -``` -$ grep KEYUTILS config-host.h -#undef CONFIG_KEYUTILS -```""" -reproduce = """1. Have keyutils installed -2. Build QEMU 8.1.0 -3. Note that keyutils is no longer linked into the build - -Thanks""" -additional = "n/a" |