Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200519132259.405-1-robert.foley@linaro.org
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>, Fam Zheng <fam@euphon.net>
configure | 31 +++-
python/qemu/console_socket.py | 162 ++++++++++++++++
python/qemu/machine.py | 23 ++-
tests/vm/Makefile.include | 28 +++
tests/vm/aarch64vm.py | 106 +++++++++++
tests/vm/basevm.py | 294 +++++++++++++++++++++++-------
tests/vm/centos-8-aarch64.ks | 51 ++++++
tests/vm/centos.aarch64 | 227 +++++++++++++++++++++++
tests/vm/conf_example_aarch64.yml | 51 ++++++
tests/vm/conf_example_x86.yml | 50 +++++
tests/vm/fedora | 17 +-
tests/vm/freebsd | 16 +-
tests/vm/netbsd | 19 +-
tests/vm/openbsd | 17 +-
tests/vm/ubuntu.aarch64 | 117 ++++++++++++
15 files changed, 1110 insertions(+), 99 deletions(-)
create mode 100644 python/qemu/console_socket.py
create mode 100644 tests/vm/aarch64vm.py
create mode 100644 tests/vm/centos-8-aarch64.ks
create mode 100755 tests/vm/centos.aarch64
create mode 100644 tests/vm/conf_example_aarch64.yml
create mode 100644 tests/vm/conf_example_x86.yml
create mode 100755 tests/vm/ubuntu.aarch64