Re: [Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686

2019-03-11 Thread Paolo Bonzini
On 11/03/19 15:54, Philippe Mathieu-Daudé wrote: > On 3/9/19 5:48 PM, BALATON Zoltan wrote: >> Compiling vt82c686.c fails without APM and ACPI_PM funtions. Add >> dependency on these in Kconfig to fix this. >> >> Signed-off-by: BALATON Zoltan >> --- >> hw/isa/Kconfig | 2 ++ >> 1 file changed, 2

Re: [Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686

2019-03-11 Thread Philippe Mathieu-Daudé
On 3/9/19 5:48 PM, BALATON Zoltan wrote: > Compiling vt82c686.c fails without APM and ACPI_PM funtions. Add > dependency on these in Kconfig to fix this. > > Signed-off-by: BALATON Zoltan > --- > hw/isa/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/isa/Kconfig b/hw/isa/K

Re: [Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686

2019-03-11 Thread Paolo Bonzini
On 09/03/19 17:48, BALATON Zoltan wrote: > Compiling vt82c686.c fails without APM and ACPI_PM funtions. Add > dependency on these in Kconfig to fix this. > > Signed-off-by: BALATON Zoltan > --- > hw/isa/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/isa/Kconfig b/hw/isa/K

[Qemu-devel] [PATCH] isa: Add APM and ACPI dependencies for VT82C686

2019-03-10 Thread BALATON Zoltan
Compiling vt82c686.c fails without APM and ACPI_PM funtions. Add dependency on these in Kconfig to fix this. Signed-off-by: BALATON Zoltan --- hw/isa/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 57e09a0cb8..e092da3fc3 100644 --- a/hw/isa/Kco