diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-01-26 23:25:55 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-01-26 23:25:55 +0100 |
commit | 829c095dae47a18f17edc2a87d7910d59cc770bc (patch) | |
tree | bc7203762db110b658387eda7efbaa205f98ed50 /gnu/packages/qemu.scm | |
parent | 73fed4f868b9b0e9e34442917a48686630c7c56e (diff) | |
download | patches-829c095dae47a18f17edc2a87d7910d59cc770bc.tar patches-829c095dae47a18f17edc2a87d7910d59cc770bc.tar.gz |
gnu: qemu: Add note about 9p.
* gnu/packages/qemu.scm (qemu/smb-shares): Add comment.
Diffstat (limited to 'gnu/packages/qemu.scm')
-rw-r--r-- | gnu/packages/qemu.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 4212d74821..0c90d95129 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -132,6 +132,9 @@ server and embedded PowerPC, and S390 guests.") (define-public qemu/smb-shares ;; A patched QEMU where `-net smb' yields two shares instead of one: one for ;; the store, and another one for exchanges with the host. + + ;; TODO: Use 9p/-virtfs instead of this SMB hack: + ;; <http://wiki.qemu.org/Documentation/9psetup>. (package (inherit qemu-headless) (name "qemu-with-multiple-smb-shares") (source (origin (inherit (package-source qemu-headless)) |