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

gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder

We have a dedicated folder for the gitlab-ci - so there is no need
to clutter the top directory with these .yml files.

Message-Id: <20200525131823.715-5-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>

+3 -3
.gitlab-ci-edk2.yml .gitlab-ci.d/edk2.yml
.gitlab-ci-opensbi.yml .gitlab-ci.d/opensbi.yml
+2 -2
.gitlab-ci.yml
··· 1 1 include: 2 - - local: '/.gitlab-ci-edk2.yml' 3 - - local: '/.gitlab-ci-opensbi.yml' 2 + - local: '/.gitlab-ci.d/edk2.yml' 3 + - local: '/.gitlab-ci.d/opensbi.yml' 4 4 5 5 .update_apt_template: &before_script_apt 6 6 before_script:
+1 -1
MAINTAINERS
··· 2542 2542 F: roms/edk2-* 2543 2543 F: tests/data/uefi-boot-images/ 2544 2544 F: tests/uefi-test-tools/ 2545 - F: .gitlab-ci-edk2.yml 2545 + F: .gitlab-ci.d/edk2.yml 2546 2546 F: .gitlab-ci.d/edk2/ 2547 2547 2548 2548 Usermode Emulation