summaryrefslogtreecommitdiffstats
path: root/recipes-append/libvirt/files/Fix-pci-bus-naming-for-PPC.patch
blob: 39075e824454bfd8ac4e9d203c8e8a99c40b7df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    Upstream-status: Inappropriate (needed only for meta-fsl-ppc)

    Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>

diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
index a5c6879..b491f58 100644
--- a/src/qemu/qemu_capabilities.c
+++ b/src/qemu/qemu_capabilities.c
@@ -1956,7 +1956,7 @@
         if (qemuCaps->version >= 2000000)
             return true;
 
-        if (qemuCaps->version >= 1006000 &&
+        if (qemuCaps->version >= 1004000 &&
             STREQ(def->os.machine, "ppce500"))
             return true;