repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
hw
/
hyperv
/
Kconfig
blob
41dd827c841b7e5cd6c75a1974218b6719d5e21b
1
config HYPERV
2
bool
3
depends on KVM
4
5
config HYPERV_TESTDEV
6
bool
7
default y if TEST_DEVICES
8
depends on HYPERV
9
10
config VMBUS
11
bool
12
default y
13
depends on HYPERV
14
15
config SYNDBG
16
bool
17
default y
18
depends on VMBUS
19
20
config HV_BALLOON_SUPPORTED
21
bool
22
23
config HV_BALLOON
24
bool
25
default y
26
depends on VMBUS
27
depends on HV_BALLOON_POSSIBLE
28
depends on HV_BALLOON_SUPPORTED