xref: /openbmc/qemu/accel/Kconfig (revision 6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea)
1config WHPX
2    bool
3
4config NVMM
5    bool
6
7config HAX
8    bool
9
10config HVF
11    bool
12
13config TCG
14    bool
15
16config KVM
17    bool
18
19config XEN
20    bool
21    select FSDEV_9P if VIRTFS
22