From 06da1a6b4fa919a64020ebf1a001b7e66134bd97 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 21 Nov 2015 00:34:32 +0100 Subject: 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. --- gnu/packages/debug.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/debug.scm') diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 1e0034c10..dc94f9765 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -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) -- cgit v1.3