alpine-zdt-images/configs/arch/aarch64.conf
Stefan Reimer 21ca8eb427 Squashed 'alpine-cloud-images/' content from commit 71bd350
git-subtree-dir: alpine-cloud-images
git-subtree-split: 71bd3504d30f1fb1c98e9c61e813764ef5407b68
2022-11-03 18:44:42 +01:00

16 lines
246 B
Plaintext

# vim: ts=2 et:
name = [aarch64]
arch_name = aarch64
# aarch64 is UEFI only
EXCLUDE = [bios]
qemu.machine_type = virt
qemu.args = [
[-cpu, cortex-a57],
[-boot, d],
[-device, virtio-gpu-pci],
[-device, usb-ehci],
[-device, usb-kbd],
]