[Pkg-libvirt-commits] [libguestfs] 12/266: tests: 9p: aarch64 also uses virtio-mmio (instead of virtio-pci).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 9e01541e4814a81a1911d83d07f61aa8b4139ca2
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jul 15 17:56:57 2014 +0000

    tests: 9p: aarch64 also uses virtio-mmio (instead of virtio-pci).
---
 tests/9p/test-9p.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/9p/test-9p.sh b/tests/9p/test-9p.sh
index 6733fd9..6206609 100755
--- a/tests/9p/test-9p.sh
+++ b/tests/9p/test-9p.sh
@@ -34,7 +34,7 @@ fi
 
 # The name of the virtio-9p device is different on virtio-pci and virtio-mmio.
 arch="$(uname -m)"
-if [[ "$arch" =~ ^arm ]]; then
+if [[ "$arch" =~ ^arm || "$arch" = "aarch64" ]]; then
     virtio_mmio=yes
 fi
 if [ "$virtio_mmio" != "yes" ]; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list