qemu/docs/devel
Thomas Huth bb768f71eb Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependencies
The Makefile tries to include device Kconfig dependencies via

 -include $(SUBDIR_DEVICES_MAK_DEP)

and thus expects files that match *-softmmu/config-devices.mak.d ...
however, the minikconf script currently generates files a la
"*-softmmu-config.devices.mak.d" instead, so the dependency files
simply got ignored so far. For example, after a "touch hw/arm/Kconfig",
the arm-softmmu/config-devices.mak file is currently not re-generated.
Fix it by putting the dependency files in the *-softmmu folders now.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2019-05-13 09:36:31 +02:00
..
atomics.txt
blkdebug.txt
blkverify.txt
build-system.txt build: convert pci.mak to Kconfig 2019-03-07 21:45:53 +01:00
conf.py docs: Provide separate conf.py for each manual we want 2019-03-07 14:26:46 +00:00
decodetree.rst decodetree: Allow grouping of overlapping patterns 2019-03-12 09:46:58 -07:00
index.rst docs: add Secure Coding Practices to developer docs 2019-05-10 10:53:52 +01:00
kconfig.rst Makefile: Fix inclusion of the config-devices.mak.d Kconfig dependencies 2019-05-13 09:36:31 +02:00
loads-stores.rst Rename cpu_physical_memory_write_rom() to address_space_write_rom() 2018-12-14 13:30:48 +00:00
lockcnt.txt
memory.rst docs: Convert memory.txt to rst format 2019-03-07 14:26:44 +00:00
migration.rst migration: Add post_save function to VMStateDescription 2019-01-21 10:38:55 +00:00
multi-thread-tcg.txt docs: Grammar and spelling fixes 2018-07-13 10:16:04 +01:00
multiple-iothreads.txt
qapi-code-gen.txt qapi: Generate QAPIEvent stuff into separate files 2019-02-18 14:44:04 +01:00
rcu.txt
s390-dasd-ipl.txt s390-bios: Support booting from real dasd device 2019-04-12 12:40:35 +02:00
secure-coding-practices.rst docs: add Secure Coding Practices to developer docs 2019-05-10 10:53:52 +01:00
stable-process.rst
testing.rst tests/acceptance: look for target architecture in test tags first 2019-05-02 21:33:26 -03:00
tracing.txt trace: add ability to do simple printf logging via systemtap 2019-01-24 14:16:56 +00:00
virtio-migration.txt
writing-qmp-commands.txt