Re: [RFC PATCH v2 42/44] hw/i386: add a flag to disable init/sipi delivery mode of interrupt

2021-08-26 Thread Gerd Hoffmann
Hi, > ioapic_init_gsi(gsi_state, "machine", x86ms->eoi_intercept_unsupported, > -x86ms->smi_unsupported); > +x86ms->smi_unsupported, x86ms->init_sipi_unsupported); Hmm, why add three different switches here? I suspect these would all be used

[RFC PATCH v2 42/44] hw/i386: add a flag to disable init/sipi delivery mode of interrupt

2021-07-07 Thread isaku . yamahata
From: Isaku Yamahata Add a new flag to X86Machine to disallow INIT/SIPI delivery mode of interrupt and pass it to ioapic creation so that ioapic disallows INIT/SIPI delivery mode. Signed-off-by: Isaku Yamahata --- hw/i386/microvm.c | 4 ++-- hw/i386/pc_piix.c | 2 +-