qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel.
@ 2024-06-02 10:38 Will Gyda
  2024-06-02 12:13 ` Michael Tokarev
  2024-06-03  6:23 ` Paolo Bonzini
  0 siblings, 2 replies; 7+ messages in thread
From: Will Gyda @ 2024-06-02 10:38 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, philmd, pbonzini, richard.henderson, eduardo,
	manos.pitsidianakis, Will Gyda

i386: removes microvm from default build since microvm doesn't support Xen accel.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2294

Signed-off-by: Will Gyda <vilhelmgyda@gmail.com>

---
 configs/devices/i386-softmmu/default.mak | 1 -
 hw/i386/Kconfig                          | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/configs/devices/i386-softmmu/default.mak b/configs/devices/i386-softmmu/default.mak
index 598c6646df..6f4f5ab9eb 100644
--- a/configs/devices/i386-softmmu/default.mak
+++ b/configs/devices/i386-softmmu/default.mak
@@ -29,4 +29,3 @@
 CONFIG_ISAPC=y
 CONFIG_I440FX=y
 CONFIG_Q35=y
-CONFIG_MICROVM=y
diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig
index a6ee052f9a..95bcd922a5 100644
--- a/hw/i386/Kconfig
+++ b/hw/i386/Kconfig
@@ -108,6 +108,8 @@ config Q35
 
 config MICROVM
     bool
+    default y
+    depends on KVM || WHPX || NVMM || HVF || TCG
     select SERIAL_ISA # for serial_hds_isa_init()
     select ISA_BUS
     select APIC
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-06-03 11:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-02 10:38 [PATCH] i386: removes microvm from default build since microvm doesn't support Xen accel Will Gyda
2024-06-02 12:13 ` Michael Tokarev
2024-06-03  7:31   ` Vilhelm Gyda
2024-06-03  7:40     ` Michael Tokarev
2024-06-03  7:49       ` Vilhelm Gyda
2024-06-03  6:23 ` Paolo Bonzini
2024-06-03 11:28   ` Vilhelm Gyda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).