create: Add aarch64 to the arch priority list

Since it's reasonably well supported now
This commit is contained in:
Cole Robinson 2015-04-03 17:37:34 -04:00
parent 36e46d0276
commit b654db1d17

View File

@ -687,7 +687,7 @@ class vmmCreate(vmmGObjectUI):
archs.remove("i686")
archs.sort()
prios = ["x86_64", "i686", "armv7l", "ppc64"]
prios = ["x86_64", "i686", "aarch64", "armv7l", "ppc64"]
if self.conn.caps.host.cpu.arch not in prios:
prios = []
else: