[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [RFC PATCH 00/47] Describing patchset
From: |
Ákos Kovács |
Subject: |
[Qemu-devel] [RFC PATCH 00/47] Describing patchset |
Date: |
Mon, 26 Aug 2013 00:58:09 +0200 |
This is a request-for-comments patchset on the kconfig integration. The
patchset
contains a 'scripts/kconfig' git submodule (PATCH 5, kconfig-frontends v3.10)
with
the necessary modifications in the Makefile.objs (PATCHES 6-16).
It also contains the Kconfig files themselves (PATCHES 17-45) for the devices
and boards.
At the time I only included ARM, which is works nicely.
The main Kconfig file includes the devices' Kconfig file (hw/Kconfig) and the
Kconfig.targets
which is generated by the configure script, according to '--target-list'.
At the time the patchset does not contain any way to build binaries with the
new configuration,
but it can be 'imitated' with a single 'include ../.config' line in the
target's
*-softmmu/config-devices.mak or default-configs/*-softmmu.mak.
Signed-off-by: Ákos Kovács <address@hidden>
- [Qemu-devel] [RFC PATCH 00/47] Describing patchset,
Ákos Kovács <=
- [Qemu-devel] [PATCH 01/47] rules.mak: New logical functions, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 03/47] default-configs/: CONFIG_GDBSTUB_XML removed, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 04/47] scripts/kconfig: kconfig-frontends submodule added, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 02/47] Makefile.target: CONFIG_NO_* variables removed, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 05/47] Makefile: Clone kconfig git submodule in Makefile, Ákos Kovács, 2013/08/25
- [Qemu-devel] [PATCH 06/47] hw/alpha/Makefile.objs: Build objects depending on CLIPPER, Ákos Kovács, 2013/08/25