On 16/10/19 11:26, Philippe Mathieu-Daudé wrote: > On 10/16/19 9:46 AM, Paolo Bonzini wrote: >> >>> diff --git a/hw/i386/Kconfig b/hw/i386/Kconfig >>> index c5c9d4900e..d399dcba52 100644 >>> --- a/hw/i386/Kconfig >>> +++ b/hw/i386/Kconfig >>> @@ -92,6 +92,10 @@ config Q35 >>> select SMBIOS >>> select FW_CFG_DMA >>> +config MICROVM >>> + bool >> >> Missing: >> >> select ISA_BUS >> select APIC >> select IOAPIC >> select I8259 >> select MC146818RTC > > maybe 'select SERIAL_ISA' too?
Right, but only 'imply'. Paolo