Currently for enabling openstack on aarch64, I have to work around the problem 
by below patch,
which is  surely not good for merging.

diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
index 63e235d..ac67b14 100644
--- a/src/qemu/qemu_command.c
+++ b/src/qemu/qemu_command.c
@@ -7764,6 +7770,9 @@ qemuBuildCommandLine(virConnectPtr conn,
     virCommandAddArg(cmd, smp);
     VIR_FREE(smp);
 
+    if (def->os.arch == VIR_ARCH_AARCH64)
+       virCommandAddArgList(cmd, "-cpu", "host", NULL);
+

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266677

Title:
  Doesn't parse cpu model for arm64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1266677/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to