Skip to content

Commit f589957

Browse files
committed
Rebase FEMU on QEMU-v8.0
1 parent ad786ad commit f589957

File tree

9,349 files changed

+740188
-1723033
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,349 files changed

+740188
-1723033
lines changed

Kconfig.host

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,12 @@ config TPM
2222

2323
config VHOST_USER
2424
bool
25-
select VHOST
2625

2726
config VHOST_VDPA
2827
bool
29-
select VHOST
3028

3129
config VHOST_KERNEL
3230
bool
33-
select VHOST
3431

3532
config VIRTFS
3633
bool
@@ -45,3 +42,7 @@ config MULTIPROCESS_ALLOWED
4542
config FUZZ
4643
bool
4744
select SPARSE_MEM
45+
46+
config VFIO_USER_SERVER_ALLOWED
47+
bool
48+
imply VFIO_USER_SERVER

0 commit comments

Comments
 (0)