render / rpms / libvirt

Forked from rpms/libvirt 7 months ago
Clone
cd3767
From 37865f1dead1fac2ee34af48f96d19d686296e04 Mon Sep 17 00:00:00 2001
cd3767
From: "Richard W.M. Jones" <rjones@redhat.com>
cd3767
Date: Thu, 13 Sep 2012 14:37:22 +0100
cd3767
Subject: [PATCH] Use 'qemu-system-i386' as binary instead of 'qemu'.
cd3767
cd3767
---
cd3767
 src/qemu/qemu_capabilities.c | 4 ++--
cd3767
 1 file changed, 2 insertions(+), 2 deletions(-)
cd3767
cd3767
diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
cd3767
index af3b0b2..179b3d2 100644
cd3767
--- a/src/qemu/qemu_capabilities.c
cd3767
+++ b/src/qemu/qemu_capabilities.c
cd3767
@@ -244,8 +244,8 @@ static const struct qemu_feature_flags const arch_info_x86_64_flags [] = {
cd3767
 
cd3767
 /* The archicture tables for supported QEMU archs */
cd3767
 static const struct qemu_arch_info const arch_info_hvm[] = {
cd3767
-    {  "i686",   32, NULL, "qemu",
cd3767
-       "qemu-system-x86_64", arch_info_i686_flags, 4 },
cd3767
+    {  "i686",   32, NULL, "qemu-system-i386",
cd3767
+       NULL, arch_info_i686_flags, 4 },
cd3767
     {  "x86_64", 64, NULL, "qemu-system-x86_64",
cd3767
        NULL, arch_info_x86_64_flags, 2 },
cd3767
     {  "arm",    32, NULL, "qemu-system-arm",    NULL, NULL, 0 },
cd3767
-- 
cd3767
1.7.11.4
cd3767