[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v4 0/4] Kconfig dependencies for some MIPS machines
From: |
Philippe Mathieu-Daudé |
Subject: |
[Qemu-devel] [PATCH v4 0/4] Kconfig dependencies for some MIPS machines |
Date: |
Mon, 1 Jul 2019 13:26:08 +0200 |
Express the MIPS machine dependencies with Kconfig.
Various issues prevent to use Kconfig with the Boston and Malta
boards. They will be switched later.
v4:
- dropped Boston (Aleksandar required the ITU to be selectable)
- comment why use 'imply' in Jazz (Thomas)
v3:
- addressed review comments from Thomas and Aleksandar
(noted in each patch)
v2: https://lists.gnu.org/archive/html/qemu-devel/2019-02/msg00887.html
- Do not remove machines from the default config (Thomas)
- Corrected comment about CONFIG_PCI_BONITO (Thomas)
v1: https://www.mail-archive.com/address@hidden/msg593013.html
$ git backport-diff -u kconfig_mips-v3
Key:
[----] : patches are identical
[####] : number of functional differences between upstream/downstream patch
The flags [FC] indicate (F)unctional and (C)ontextual differences, respectively
001/4:[down] 'hw/mips: Explicit the semi-hosting feature is always required'
002/4:[----] [--] 'hw/mips: Express dependencies of the MIPSsim machine with
Kconfig'
003/4:[----] [-C] 'hw/mips: Express dependencies of the Jazz machine with
Kconfig'
004/4:[0005] [FC] 'hw/mips: Express dependencies of the r4k platform with
Kconfig'
Regards,
Phil.
Philippe Mathieu-Daudé (4):
hw/mips: Explicit the semi-hosting feature is always required
hw/mips: Express dependencies of the MIPSsim machine with Kconfig
hw/mips: Express dependencies of the Jazz machine with Kconfig
hw/mips: Express dependencies of the r4k platform with Kconfig
default-configs/mips-softmmu-common.mak | 7 +++---
default-configs/mips64-softmmu.mak | 5 -----
default-configs/mips64el-softmmu.mak | 5 -----
hw/mips/Kconfig | 30 +++++++++++++++++++++++++
4 files changed, 33 insertions(+), 14 deletions(-)
--
2.20.1
- [Qemu-devel] [PATCH v4 0/4] Kconfig dependencies for some MIPS machines,
Philippe Mathieu-Daudé <=
- [Qemu-devel] [PATCH v4 1/4] hw/mips: Explicit the semi-hosting feature is always required, Philippe Mathieu-Daudé, 2019/07/01
- [Qemu-devel] [PATCH v4 2/4] hw/mips: Express dependencies of the MIPSsim machine with Kconfig, Philippe Mathieu-Daudé, 2019/07/01
- [Qemu-devel] [PATCH v4 3/4] hw/mips: Express dependencies of the Jazz machine with Kconfig, Philippe Mathieu-Daudé, 2019/07/01
- [Qemu-devel] [PATCH v4 4/4] hw/mips: Express dependencies of the r4k platform with Kconfig, Philippe Mathieu-Daudé, 2019/07/01
- Re: [Qemu-devel] [PATCH v4 0/4] Kconfig dependencies for some MIPS machines, Aleksandar Markovic, 2019/07/01