target/cris: Remove the deprecated CRIS targetThe CRIS target is deprecated since v9.0 (commit c7bbef40234"docs: mark CRIS support as deprecated").Signed-off-by: Philippe Mathieu-Daudé <philmd@l
target/cris: Remove the deprecated CRIS targetThe CRIS target is deprecated since v9.0 (commit c7bbef40234"docs: mark CRIS support as deprecated").Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>Reviewed-by: Thomas Huth <thuth@redhat.com>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>Message-ID: <20240904143603.52934-14-philmd@linaro.org>
show more ...
tests/data/qobject/qdict.txt: Avoid non-inclusive wordsqdict.txt only consists of more or less random test data. Wecan simply drop the lines with the problematic words here.Signed-off-by: Thomas
tests/data/qobject/qdict.txt: Avoid non-inclusive wordsqdict.txt only consists of more or less random test data. Wecan simply drop the lines with the problematic words here.Signed-off-by: Thomas Huth <thuth@redhat.com>Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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
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>