From b777a12d7bb1126ebf976b551b65f216184be0de Mon Sep 17 00:00:00 2001 From: Li Zhang Date: Tue, 13 Aug 2013 11:55:40 +0800 Subject: [PATCH] cpu: Add Power7+ and Power8 CPU definition in map.xml Power7+ and Power8 are supported in QEMU, so it needs to define CPUs in libvirt to support them. Signed-off-by: Li Zhang --- src/cpu/cpu_map.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/cpu/cpu_map.xml b/src/cpu/cpu_map.xml index 6d51283a86..7d34d4009a 100644 --- a/src/cpu/cpu_map.xml +++ b/src/cpu/cpu_map.xml @@ -603,5 +603,16 @@ + + + + + + + + + + + -- 2.47.2