The example for the virtio-ivshmem-block shows virtio-ivshmem-console not virtio-ivshmem-block as backend.
Signed-off-by: Philipp Rosenberger <[email protected]> --- Documentation/inter-cell-communication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/inter-cell-communication.md b/Documentation/inter-cell-communication.md index ff99a592..eeed9876 100644 --- a/Documentation/inter-cell-communication.md +++ b/Documentation/inter-cell-communication.md @@ -116,7 +116,7 @@ Analogously, you can create a virtio block backend by running in the root cell. Then start the backend service like this: - virtio-ivshmem-console /dev/uio2 /path/to/disk.image + virtio-ivshmem-block /dev/uio2 /path/to/disk.image The disk will show up as /dev/vda in the non-root Linux and can be accessed normally. -- 2.20.1 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/20200310160324.21136-1-p.rosenberger%40linutronix.de.
