gnu: Add qemu-minimal.

* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS.
(qemu-headless): Rename to...
(qemu-minimal): ... this.  New variable.  Pass --target-list.
* gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL.
* gnu/packages/grub.scm (qemu-for-tests): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image):
Update to name change.
This commit is contained in:
Ludovic Courtès 2015-11-21 00:34:32 +01:00
parent bb38ece458
commit 06da1a6b4f
4 changed files with 31 additions and 22 deletions

View file

@ -143,7 +143,7 @@ tools that process C/C++ code.")
(define qemu-2.3.0
(package
(inherit qemu-headless)
(inherit qemu-minimal)
(version "2.3.0")
(source (origin
(method url-fetch)
@ -157,7 +157,7 @@ tools that process C/C++ code.")
;; XXX: Disable tests because of GTester's rejection of duplicate test
;; names, which wasn't addressed in this version of QEMU.
`(#:tests? #f
,@(package-arguments qemu-headless)))))
,@(package-arguments qemu-minimal)))))
(define-public american-fuzzy-lop
(let ((machine (match (or (%current-target-system)