* [DistroKit] [PATCH] platform-v7a: kernel: re-activate virtio support
@ 2018-05-29 20:20 Roland Hieber
2018-06-05 10:47 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2018-05-29 20:20 UTC (permalink / raw)
To: distrokit; +Cc: Roland Hieber
This got lost in commit 5dc9701fe9ec ("platform-v7a: kernel version bump
4.15 -> 4.16"), and resulted in a qemu system no longer able to mount
external 9p devices:
$ ./configs/platform-v7a/run 9p
[...]
[ 1.799073] 9pnet_virtio: no channels available for device /dev/root
[ 1.800620] VFS: Cannot open root device "root" or unknown-block(0,0): error -2
[ 1.802147] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
Fixes: 5dc9701fe9ec ("platform-v7a: kernel version bump 4.15 -> 4.16")
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
---
configs/platform-v7a/kernelconfig | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 8e6aeaf..438d1c6 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -2532,7 +2532,11 @@ CONFIG_TI_EDMA=y
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y
-# CONFIG_VIRTIO_MENU is not set
+CONFIG_VIRTIO_MENU=y
+# CONFIG_VIRTIO_BALLOON is not set
+# CONFIG_VIRTIO_INPUT is not set
+CONFIG_VIRTIO_MMIO=y
+# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
#
# Microsoft Hyper-V guest support
--
2.17.0
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] platform-v7a: kernel: re-activate virtio support
2018-05-29 20:20 [DistroKit] [PATCH] platform-v7a: kernel: re-activate virtio support Roland Hieber
@ 2018-06-05 10:47 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2018-06-05 10:47 UTC (permalink / raw)
To: Roland Hieber; +Cc: distrokit
On Tue, May 29, 2018 at 10:20:10PM +0200, Roland Hieber wrote:
> This got lost in commit 5dc9701fe9ec ("platform-v7a: kernel version bump
> 4.15 -> 4.16"), and resulted in a qemu system no longer able to mount
> external 9p devices:
>
> $ ./configs/platform-v7a/run 9p
> [...]
> [ 1.799073] 9pnet_virtio: no channels available for device /dev/root
> [ 1.800620] VFS: Cannot open root device "root" or unknown-block(0,0): error -2
> [ 1.802147] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
>
> Fixes: 5dc9701fe9ec ("platform-v7a: kernel version bump 4.15 -> 4.16")
> Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
> ---
> configs/platform-v7a/kernelconfig | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
Merged, thx.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-06-05 10:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-29 20:20 [DistroKit] [PATCH] platform-v7a: kernel: re-activate virtio support Roland Hieber
2018-06-05 10:47 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox