[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/8] hw/isa: Complete the VT82C686B southbridge Kcon
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH 0/8] hw/isa: Complete the VT82C686B southbridge Kconfig |
Date: |
Sun, 17 Mar 2019 01:22:51 +0100 |
Hi,
This series is extracted from a bigger Kconfig southbridge cleanup
previous to introduce the MIPS Kconfig.
I send it because Zoltan is having issues building the VT82C686
out of x86:
https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg03067.html
Regards,
Phil.
Philippe Mathieu-Daudé (8):
hw/input/Kconfig: Rename the 8042 PS/2 Keyboard Controller
hw/i2c/Kconfig: Add an entry for the SMBus
hw/acpi: Simplify the Makefile logic
hw/isa/southbridge: Rename ACPI_X86_ICH to ACPI_ICH9
hw/acpi/Kconfig: Remove ICH9 dependency on X86
hw/acpi/Kconfig: Introduce the ACPI_PIIX4 config
hw/acpi/Kconfig: Add the ACPI_SMBUS depency to ACPI_PIIX4
RFC hw/isa/Kconfig: Complete the VT82C686B southbridge config
default-configs/mips-softmmu-common.mak | 5 +++--
hw/acpi/Kconfig | 15 +++++++++++--
hw/acpi/Makefile.objs | 15 +++++--------
hw/alpha/Kconfig | 2 +-
hw/i2c/Kconfig | 8 +++++--
hw/i2c/Makefile.objs | 5 +++--
hw/i386/Kconfig | 5 +++--
hw/input/Kconfig | 2 +-
hw/input/Makefile.objs | 2 +-
hw/isa/Kconfig | 28 +++++++++++++++++++++----
hw/sparc64/Kconfig | 2 +-
hw/unicore32/Kconfig | 2 +-
12 files changed, 62 insertions(+), 29 deletions(-)
--
2.20.1
- [Qemu-devel] [PATCH 0/8] hw/isa: Complete the VT82C686B southbridge Kconfig,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH 1/8] hw/input/Kconfig: Rename the 8042 PS/2 Keyboard Controller, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 2/8] hw/i2c/Kconfig: Add an entry for the SMBus, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 3/8] hw/acpi: Simplify the Makefile logic, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 4/8] hw/isa/southbridge: Rename ACPI_X86_ICH to ACPI_ICH9, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 5/8] hw/acpi/Kconfig: Remove ICH9 dependency on X86, Philippe Mathieu-Daudé, 2019/03/16
- [Qemu-devel] [PATCH 6/8] hw/acpi/Kconfig: Introduce the ACPI_PIIX4 config, Philippe Mathieu-Daudé, 2019/03/16