virtio-mmio: Devices parameter parsing
authorPawel Moll <pawel.moll@arm.com>
Wed, 9 May 2012 17:30:16 +0000 (18:30 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 22 May 2012 02:46:15 +0000 (12:16 +0930)
commit81a054ce0b469b66c88e9da6403082759c64bf73
tree4736df1e0d7c7d9143a1e6dbbfe8947d8079f934
parentf65ca1dc6a8c81c6bd72297d4399ec5f4c1f3a01
virtio-mmio: Devices parameter parsing

This patch adds an option to instantiate guest virtio-mmio devices
basing on a kernel command line (or module) parameter, for example:

virtio_mmio.devices=0x100@0x100b0000:48

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Documentation/kernel-parameters.txt
drivers/virtio/Kconfig
drivers/virtio/virtio_mmio.c