blob: 65f60756ef3f9c4f9fa6320d37a8df89550e0aed (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
device: 0.961
x86: 0.950
graphic: 0.940
VMM: 0.915
peripherals: 0.890
network: 0.880
files: 0.868
vnc: 0.859
socket: 0.807
semantic: 0.804
PID: 0.793
kernel: 0.740
debug: 0.736
architecture: 0.697
boot: 0.693
TCG: 0.681
permissions: 0.666
ppc: 0.654
hypervisor: 0.643
register: 0.639
arm: 0.589
virtual: 0.562
risc-v: 0.553
assembly: 0.552
i386: 0.499
user-level: 0.390
performance: 0.348
mistranslation: 0.251
KVM: 0.202
Build failure when configuring CONFIG_VHOST_USER_FS/CONFIG_VIRTIO
Description of problem:
Attempting to configure CONFIG_VHOST_USER_FS or CONFIG_VIRTIO results in a build failure. Complete build log (with configure output) is attached.
Steps to 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 information:
[build.log](/uploads/72fc1284f5245d9384e521d3b1c65953/build.log)
Reported downstream [here](https://bugs.gentoo.org/873190).
|