system: vm: Add arm64 support.
authorMathieu Othacehe <m.othacehe@gmail.com>
Tue, 20 Aug 2019 16:00:40 +0000 (18:00 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Fri, 15 Nov 2019 16:32:28 +0000 (17:32 +0100)
commitfd02b831ba70c0902dd103707f253aa07ea64bfb
tree32733b3c9faeb26cbc8129bc79834e11a3c82768
parent8ac892c99cd451993c8472933b895eca1aa00c2c
system: vm: Add arm64 support.

* gnu/build/vm.scm (load-in-linux-vm): Add target-arm64? argument and use it
to pass correct arguments to qemu.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass the new
target-arm64? argument added above. Do not add ESP partition on all ARM
targets. Do not pass grub-efi package to initialize-hard-disk on ARM targets.
gnu/build/vm.scm
gnu/system/vm.scm