Add at least a short patch description, please (not everybody can read your mind ;-))
On 17.10.2017 02:12, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > default-configs/i386-softmmu.mak | 1 - > default-configs/x86_64-softmmu.mak | 1 - > hw/{misc => i386}/pvpanic.c | 0 > hw/i386/Makefile.objs | 2 +- > hw/misc/Makefile.objs | 1 - > 5 files changed, 1 insertion(+), 4 deletions(-) > rename hw/{misc => i386}/pvpanic.c (100%) > > diff --git a/default-configs/i386-softmmu.mak > b/default-configs/i386-softmmu.mak > index dbc4e65652..541ec8604d 100644 > --- a/default-configs/i386-softmmu.mak > +++ b/default-configs/i386-softmmu.mak > @@ -46,7 +46,6 @@ CONFIG_LPC_ICH9=y > CONFIG_PCI_Q35=y > CONFIG_APIC=y > CONFIG_IOAPIC=y > -CONFIG_PVPANIC=y Looks like QEMU currently can not be build without CONFIG_PVPANIC, so this config switch is useless, indeed. Should be OK to remove it. Reviewed-by: Thomas Huth <th...@redhat.com>