add qemu command mapping for ppc64le

This commit is contained in:
Dan Horák 2019-01-02 10:04:13 +01:00 committed by Brian C. Lane
parent d34acfc14c
commit 34ab13b68a

View File

@ -141,7 +141,8 @@ class QEMUInstall(object):
"arm": "qemu-system-arm",
"aarch64": "qemu-system-aarch64",
"ppc": "qemu-system-ppc",
"ppc64": "qemu-system-ppc64"
"ppc64": "qemu-system-ppc64",
"ppc64le": "qemu-system-ppc64"
}
def __init__(self, opts, iso, ks_paths, disk_img, img_size=2048,