On Jul 1, 2019 1:26 PM, "Philippe Mathieu-Daudé" <phi...@redhat.com> wrote: > > Express the MIPS machine dependencies with Kconfig. > > Various issues prevent to use Kconfig with the Boston and Malta > boards. They will be switched later. >
I am going to select the whole series for mips queue scheduled tomorrow. Yours, Aleksandar > 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/qemu-devel@nongnu.org/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 > >