diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-09 22:55:54 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-16 13:56:09 +0100 |
commit | d8c7f1334fa4cb3a99de7cb664095902c5fc6605 (patch) | |
tree | a5ac6d6f52e4f88d319698449a63ecfd1c67ea4c /accel | |
parent | 32f8f83287349eedb677d9ea32b71fc6ab06964a (diff) |
i386: xen: fix compilation --without-default-devices
The xenpv machine type requires XEN_BUS, so select it.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'accel')
-rw-r--r-- | accel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/Kconfig b/accel/Kconfig index a30cf2eb48..794e0d18d2 100644 --- a/accel/Kconfig +++ b/accel/Kconfig @@ -16,3 +16,4 @@ config KVM config XEN bool select FSDEV_9P if VIRTFS + select XEN_BUS |