]> git.ipfire.org Git - thirdparty/libvirt.git/commit
AArch64: Porting of armv7l conditons to run qemu for aarch64.
authorPranavkumar Sawargaonkar <pranavkumar@linaro.org>
Thu, 2 Jan 2014 10:42:56 +0000 (16:12 +0530)
committerCole Robinson <crobinso@redhat.com>
Mon, 6 Jan 2014 16:02:24 +0000 (11:02 -0500)
commit27e32e0f3d4d5840cee7e361bdff94c68ae181e2
tree4bd32c3bae87fa1e2d69df17da29d0df048459f1
parentd219826c654a0d384fad4cc4e4d3e478d8601053
AArch64: Porting of armv7l conditons to run qemu for aarch64.

AArch64 qemu has similar behavior as armv7l, like use of mmio etc.
This patch adds similar bypass checks what we have for armv7l to aarch64.
E.g. we are enabling mmio transport for Nicdev.
Making addDefaultUSB and addDefaultMemballoon to false etc.

V3:
- Adding missing domain rng schema for aarcg64 and test case in
  testutilsqemu.c which was causing test suite failure
  while running make check.

V2:
- Added testcase to qemuxml2argvtest as suggested
  during review comments of V1.

V1:
- Initial patch.

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
docs/schemas/domaincommon.rng
src/qemu/qemu_capabilities.c
src/qemu/qemu_command.c
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-aarch64-virt-virtio.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-aarch64-virt-virtio.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/testutilsqemu.c