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/1300.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1300.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1300.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1300.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1300.toml new file mode 100644 index 000000000..c639198b0 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1300.toml @@ -0,0 +1,19 @@ +id = 1300 +title = "Build failure when configuring CONFIG_VHOST_USER_FS/CONFIG_VIRTIO" +state = "closed" +created_at = "2022-11-06T15:33:06.937Z" +closed_at = "2022-11-08T07:46:35.419Z" +labels = ["workflow::Needs Info"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1300" +host-os = "Gentoo" +host-arch = "x86-64" +qemu-version = "7.1.0" +guest-os = "n/a" +guest-arch = "n/a" +description = """Attempting to configure CONFIG_VHOST_USER_FS or CONFIG_VIRTIO results in a build failure. Complete build log (with configure output) is attached.""" +reproduce = """1. Add `CONFIG_VIRTIO` and `CONFIG_VHOST_USER_FS` (`y` *or* `n`) to `configs/devices/x86_64-softmmu/gentoo.mak` (done via the [ebuild](https://github.com/gentoo/gentoo/blob/master/app-emulation/qemu/qemu-7.1.0.ebuild)) +2. Configure with `--with-devices-x86_64=gentoo` +3. Attempt building""" +additional = """[build.log](/uploads/72fc1284f5245d9384e521d3b1c65953/build.log) + +Reported downstream [here](https://bugs.gentoo.org/873190).""" |