guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29409] [PATCH v2 1/4] vm: Adapt qemu command to ARM.


From: Ludovic Courtès
Subject: [bug#29409] [PATCH v2 1/4] vm: Adapt qemu command to ARM.
Date: Fri, 15 Dec 2017 11:33:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

address@hidden skribis:

> From: Mathieu Othacehe <address@hidden>
>
> * gnu/build/vm.scm (load-in-linux-vm): New argument #:target-arm32.
> Use it to adapt command for qemu-system-arm.  This implies to choose a
> machine ("virt"), use the correct console port "ttyAMA0", disable KVM use
> that is buggy on some ARM boards (Odroid XU4 for example) and use user mode
> network stack instead of NIC. Gather all those options in a new variable
> "arch-specific-flags".
> * gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
> to load-in-linux-vm "#:target-arm32?" argument.

Perfect, thank you!





reply via email to

[Prev in Thread] Current Thread [Next in Thread]