[Pkg-libvirt-commits] [libguestfs] 204/266: v2v: Fix real conversions test by setting architecture in libvirt XML.

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:42:02 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 ed6173f6104e2b9f01f8b0de209935687df2bc8f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Aug 29 09:41:33 2014 +0100

    v2v: Fix real conversions test by setting architecture in libvirt XML.
---
 v2v/test-v2v-real-conversions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/test-v2v-real-conversions.sh b/v2v/test-v2v-real-conversions.sh
index 26ac22b..6a246b0 100755
--- a/v2v/test-v2v-real-conversions.sh
+++ b/v2v/test-v2v-real-conversions.sh
@@ -45,7 +45,7 @@ for file in *.img; do
   <name>$n</name>
   <memory>1048576</memory>
   <os>
-    <type>hvm</type>
+    <type arch='$(uname -m)'>hvm</type>
     <boot dev='hd'/>
   </os>
   <devices>

-- 
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