 d9458f990a
			
		
	
	
		d9458f990a
		
	
	
	
	
		
			
			If QEMU is built with --without-default-devices, the s390-flic-kvm device is missing and QEMU aborts when started with the KVM accelerator. Make sure it's available by selecting S390_FLIC_KVM in Kconfig. Consequently, this also fixes an abort in tests/qtest/migration-test. Signed-off-by: Cédric Le Goater <clg@redhat.com> Message-Id: <20230711151440.716822-1-clg@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
		
			
				
	
	
		
			107 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			107 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config HEATHROW_PIC
 | |
|     bool
 | |
| 
 | |
| config I8259
 | |
|     bool
 | |
|     select ISA_BUS
 | |
| 
 | |
| config PL190
 | |
|     bool
 | |
| 
 | |
| config IOAPIC
 | |
|     bool
 | |
|     select I8259
 | |
| 
 | |
| config ARM_GIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config OPENPIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config APIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
|     select I8259
 | |
| 
 | |
| config ARM_GICV3_TCG
 | |
|     bool
 | |
|     default y
 | |
|     depends on ARM_GIC && TCG
 | |
| 
 | |
| config ARM_GIC_KVM
 | |
|     bool
 | |
|     default y
 | |
|     depends on ARM_GIC && KVM
 | |
| 
 | |
| config XICS
 | |
|     bool
 | |
| 
 | |
| config XIVE
 | |
|     bool
 | |
| 
 | |
| config ALLWINNER_A10_PIC
 | |
|     bool
 | |
| 
 | |
| config S390_FLIC
 | |
|     bool
 | |
| 
 | |
| config S390_FLIC_KVM
 | |
|     bool
 | |
|     depends on S390_FLIC && KVM
 | |
| 
 | |
| config OMPIC
 | |
|     bool
 | |
| 
 | |
| config PPC_UIC
 | |
|     bool
 | |
| 
 | |
| config SH_INTC
 | |
|     bool
 | |
| 
 | |
| config RX_ICU
 | |
|     bool
 | |
| 
 | |
| config LOONGSON_LIOINTC
 | |
|     bool
 | |
| 
 | |
| config RISCV_ACLINT
 | |
|     bool
 | |
| 
 | |
| config RISCV_APLIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config RISCV_IMSIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config SIFIVE_PLIC
 | |
|     bool
 | |
|     select MSI_NONBROKEN
 | |
| 
 | |
| config GOLDFISH_PIC
 | |
|     bool
 | |
| 
 | |
| config M68K_IRQC
 | |
|     bool
 | |
| 
 | |
| config NIOS2_VIC
 | |
|     bool
 | |
| 
 | |
| config LOONGARCH_IPI
 | |
|     bool
 | |
| 
 | |
| config LOONGARCH_PCH_PIC
 | |
|     bool
 | |
|     select UNIMP
 | |
| 
 | |
| config LOONGARCH_PCH_MSI
 | |
|     select MSI_NONBROKEN
 | |
|     bool
 | |
|     select UNIMP
 | |
| 
 | |
| config LOONGARCH_EXTIOI
 | |
|     bool
 |