summaryrefslogtreecommitdiff
path: root/hw/i386/Kconfig
blob: 307a804349ac16d9fd5ec22b2dfe910781f88f7d (plain)
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
config SEV
    bool
    depends on KVM

config PC
    bool
    imply QXL
    imply SEV
    imply TPM_CRB
    imply TPM_TIS

config I440FX
    bool

config ISAPC
    bool

config Q35
    bool

config VTD
    bool

config AMD_IOMMU
    bool

config VMPORT
    bool

config VMMOUSE
    bool