Re: [Qemu-devel] [PATCH for-4.1] hw/input: Add a CONFIG_PS2 switch for the ps2.c file

2019-04-12 Thread Paolo Bonzini
On 11/04/19 20:22, Thomas Huth wrote: > ps2.c only needs to be compiled if we are building pckbd.c or pl050.c. > > Signed-off-by: Thomas Huth > --- > hw/input/Kconfig | 5 + > hw/input/Makefile.objs | 2 +- > 2 files changed, 6 insertions(+), 1 deletion(-) > > diff --git a/hw/input/Kc

Re: [Qemu-devel] [PATCH for-4.1] hw/input: Add a CONFIG_PS2 switch for the ps2.c file

2019-04-11 Thread Philippe Mathieu-Daudé
On 4/11/19 8:22 PM, Thomas Huth wrote: > ps2.c only needs to be compiled if we are building pckbd.c or pl050.c. Hehe I have the same patch staged locally =) > Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé > --- > hw/input/Kconfig | 5

[Qemu-devel] [PATCH for-4.1] hw/input: Add a CONFIG_PS2 switch for the ps2.c file

2019-04-11 Thread Thomas Huth
ps2.c only needs to be compiled if we are building pckbd.c or pl050.c. Signed-off-by: Thomas Huth --- hw/input/Kconfig | 5 + hw/input/Makefile.objs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hw/input/Kconfig b/hw/input/Kconfig index e2e66f0858..316573f782 10