guix-patches
[Top][All Lists]
Advanced

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

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


From: Mathieu Othacehe
Subject: [bug#29409] [PATCH 3/4] build: vm: Adapt qemu command to ARM.
Date: Mon, 11 Dec 2017 18:41:32 +0100
User-agent: mu4e 0.9.18; emacs 25.3.1

> Do we really need this new parameter and could we use the
> ‘target-arm32?’ procedure that you added directly?

The problem is "target-arm32" is defined in (guix utils) which is not
included at build time. Because it is supposed to be superseded by
"let-system" in a near future, I tought it would be better than moving
"target-arm32" in (guix build utils), am I right ?

> Could you add a short comment explaining this?

Sure.

> For clarity, it might be best to collect all the platform-specific
> options separately, like:
>
>   (define arch-specific-flags
>     `(,@(if target-arm32? '("-M" "virt") '())
>       ,@(if (and (file-exists? "/dev/kvm") …) …)
>       …))
>
> WDYT?

Seems better, I'll propose an updated patch.

Thanks,

Mathieu





reply via email to

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