Re: [Qemu-devel] [PATCH 2/8] hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig

2019-03-11 Thread Philippe Mathieu-Daudé
On 3/11/19 7:47 AM, Thomas Huth wrote: > On 11/03/2019 00.53, Philippe Mathieu-Daudé wrote: >> The Intel 8042 chipset also includes some functions unrelated to >> the keyboard, such the A20-Gate. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> hw/input/Kconfig | 4 >> 1 file changed, 4

Re: [Qemu-devel] [PATCH 2/8] hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig

2019-03-10 Thread Thomas Huth
On 11/03/2019 00.53, Philippe Mathieu-Daudé wrote: > The Intel 8042 chipset also includes some functions unrelated to > the keyboard, such the A20-Gate. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/input/Kconfig | 4 > 1 file changed, 4 insertions(+) > > diff --git a/hw/input/Kconf

[Qemu-devel] [PATCH 2/8] hw/input: Add 8042 PS/2 Keyboard Controller to Kconfig

2019-03-10 Thread Philippe Mathieu-Daudé
The Intel 8042 chipset also includes some functions unrelated to the keyboard, such the A20-Gate. Signed-off-by: Philippe Mathieu-Daudé --- hw/input/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/hw/input/Kconfig b/hw/input/Kconfig index e2e66f0858..83e4546a28 100644 --- a/hw/in