[Pkg-libvirt-commits] [libguestfs] 30/61: aarch64: Cannot emulate IDE, like all non-PC.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Mar 29 14:36:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit afb74f104dd4b1c27f3bb1254f51342ffa6702b9
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Mar 24 17:34:15 2014 -0500
aarch64: Cannot emulate IDE, like all non-PC.
---
src/launch-direct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/launch-direct.c b/src/launch-direct.c
index 9b4ccaa..5c756b7 100644
--- a/src/launch-direct.c
+++ b/src/launch-direct.c
@@ -568,7 +568,7 @@ launch_direct (guestfs_h *g, void *datav, const char *arg)
*/
if (drv->iface && STREQ (drv->iface, "virtio")) /* virtio-blk */
goto virtio_blk;
-#if defined(__arm__) || defined(__powerpc__)
+#if defined(__arm__) || defined(__aarch64__) || defined(__powerpc__)
else if (drv->iface && STREQ (drv->iface, "ide")) {
error (g, "'ide' interface does not work on ARM or PowerPC");
goto cleanup0;
--
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