summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1842
blob: 107b792c4fff8ea11a9cb1015c03a5cc5d2db955 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
keyutils meson regression in 8.1.0
Description of problem:
keyutils is no longer found by meson during the build.

commit 0db0fbb5cf8955d4f7a4a82bde32cfd93bd042ea appears to be buggy:
```
$ grep KEYUTILS config-host.h
#undef CONFIG_KEYUTILS
```
Steps to reproduce:
1. Have keyutils installed
2. Build QEMU 8.1.0
3. Note that keyutils is no longer linked into the build

Thanks