[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#30604] [PATCH v5 6/7] vm: Make the virtio-blk is uniquely identifya
From: |
Danny Milosavljevic |
Subject: |
[bug#30604] [PATCH v5 6/7] vm: Make the virtio-blk is uniquely identifyable in /sys. |
Date: |
Tue, 27 Feb 2018 16:50:50 +0100 |
* gnu/build/vm.scm (load-in-linux-vm): Set virtio-blk pci addr to 0x10.
* gnu/system/vm.scm (common-qemu-options): Set virtio-blk pci addr to 0x10.
---
gnu/build/vm.scm | 2 +-
gnu/system/vm.scm | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/build/vm.scm b/gnu/build/vm.scm
index fe003ea45..ebf9e9f6e 100644
--- a/gnu/build/vm.scm
+++ b/gnu/build/vm.scm
@@ -154,7 +154,7 @@ the #:references-graphs parameter of 'derivation'."
builder)
(append
(if make-disk-image?
- `("-device" "virtio-blk,drive=myhd"
+ `("-device" "virtio-blk-pci,addr=0x10,drive=myhd"
"-drive" ,(string-append "if=none,file=" output
",format=" disk-image-format
",id=myhd"))
diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm
index b5a559012..fdff64ed9 100644
--- a/gnu/system/vm.scm
+++ b/gnu/system/vm.scm
@@ -706,7 +706,8 @@ with '-virtfs' options for the host file systems listed in
SHARED-FS."
#$@(map virtfs-option shared-fs)
"-vga std"
- (format #f "-drive
file=~a,if=virtio,cache=writeback,werror=report,readonly"
+ "-device" "virtio-blk-pci,addr=0x10,drive=myhd"
+ (format #f "-drive
id=myhd,file=~a,if=none,cache=writeback,werror=report,readonly"
#$image)))
(define* (system-qemu-image/shared-store-script os
- [bug#30604] [PATCH v4 6/7] vm: Make the virtio-blk uniquely identifyable in /sys., (continued)
- [bug#30604] [PATCH v4 6/7] vm: Make the virtio-blk uniquely identifyable in /sys., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v4 4/7] linux-boot: Load kernel modules only when the hardware is present., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v4 1/7] gnu: kmod: Split off kmod-minimal., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v4 3/7] linux-initrd: Add kmod., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 0/7] Load Linux module only when supported hardware is present., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 3/7] linux-initrd: Add kmod., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 1/7] gnu: kmod: Split off kmod-minimal., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 4/7] linux-boot: Load kernel modules only when the hardware is present., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 2/7] gnu: Add kmod-minimal-static., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 7/7] linux-boot: Call make-static-device-nodes much earlier., Danny Milosavljevic, 2018/02/27
- [bug#30604] [PATCH v5 6/7] vm: Make the virtio-blk is uniquely identifyable in /sys.,
Danny Milosavljevic <=
- [bug#30604] [PATCH v5 5/7] vm: Allow qemu-image builder to load Linux kernel modules., Danny Milosavljevic, 2018/02/27