We can remove Xen from default build too. Though, I think, regardless of Xen being in our out of default build, the "depends on" change in `hw/i386/Kconfig` is essential in itself to cover the case when a user builds with Xen only. In case of a Xen only build by user, without the proposed Kconfig changes, microvm can be ran with Xen accel. Something that doesn't work currently.
On Sun, Jun 2, 2024 at 5:43 PM Michael Tokarev <m...@tls.msk.ru> wrote: > > 02.06.2024 13:38, Will Gyda wrote: > > i386: removes microvm from default build since microvm doesn't support Xen > > accel. > > Hm. Maybe we should remove xen from default build instead? > > Thanks, > > /mjt