summaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/system/vm.scm')
-rw-r--r--gnu/system/vm.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index a6a05862a5c..c4fc3e84745 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -22,6 +22,12 @@
22;;; You should have received a copy of the GNU General Public License 22;;; You should have received a copy of the GNU General Public License
23;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 23;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
24 24
25;;; Commentary:
26;;;
27;;; Tools to evaluate build expressions within virtual machines.
28;;;
29;;; Code:
30
25(define-module (gnu system vm) 31(define-module (gnu system vm)
26 #:use-module (guix config) 32 #:use-module (guix config)
27 #:use-module (guix store) 33 #:use-module (guix store)
@@ -91,12 +97,6 @@
91 common-qemu-options)) 97 common-qemu-options))
92 98
93 99
94;;; Commentary:
95;;;
96;;; Tools to evaluate build expressions within virtual machines.
97;;;
98;;; Code:
99
100;; By default, the msize value is 8 KiB, which according to QEMU is 100;; By default, the msize value is 8 KiB, which according to QEMU is
101;; insufficient and would degrade performance. The msize value should roughly 101;; insufficient and would degrade performance. The msize value should roughly
102;; match the bandwidth of the system's IO (see: 102;; match the bandwidth of the system's IO (see: