qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

tests: Move qdict-test-data.txt to tests/data/qobject/

Move qdict-test-data.txt to the tests/data/qobject/ subdirectory,
and remove the unnecessary symlinking.
(See 4b2ff65a1f3 for similar test-data cleanup).

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[thuth: Fix conflict in MAINTAINERS]
Signed-off-by: Thomas Huth <thuth@redhat.com>

authored by

Philippe Mathieu-Daudé and committed by
Thomas Huth
fe07b62c 6cb4f6db

+3 -3
+1 -1
MAINTAINERS
··· 1965 1965 F: tests/check-qnum.c 1966 1966 F: tests/check-qobject.c 1967 1967 F: tests/check-qstring.c 1968 - F: qdict-test-data.txt 1968 + F: tests/data/qobject/qdict.txt 1969 1969 T: git https://repo.or.cz/qemu/armbru.git qapi-next 1970 1970 1971 1971 QEMU Guest Agent
+1 -1
configure
··· 7662 7662 DIRS="$DIRS docs docs/interop fsdev scsi" 7663 7663 DIRS="$DIRS pc-bios/optionrom pc-bios/spapr-rtas pc-bios/s390-ccw" 7664 7664 DIRS="$DIRS roms/seabios roms/vgabios" 7665 - LINKS="Makefile tests/tcg/Makefile qdict-test-data.txt" 7665 + LINKS="Makefile tests/tcg/Makefile" 7666 7666 LINKS="$LINKS tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit" 7667 7667 LINKS="$LINKS tests/tcg/lm32/Makefile tests/tcg/xtensa/Makefile po/Makefile" 7668 7668 LINKS="$LINKS tests/fp/Makefile"
qdict-test-data.txt tests/data/qobject/qdict.txt
+1 -1
tests/check-qdict.c
··· 291 291 FILE *test_file; 292 292 QDict *qdict; 293 293 QString *value; 294 - const char *test_file_path = "qdict-test-data.txt"; 294 + const char *test_file_path = "tests/data/qobject/qdict.txt"; 295 295 296 296 test_file = fopen(test_file_path, "r"); 297 297 g_assert(test_file != NULL);