]> git.ipfire.org Git - thirdparty/linux.git/commit
um: virtio_uml: Support adding devices via mconsole
authorTiwei Bie <tiwei.btw@antgroup.com>
Tue, 6 Jan 2026 00:42:59 +0000 (08:42 +0800)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 13 Jan 2026 18:39:48 +0000 (19:39 +0100)
commit7ede6f1494cb148e42f893dd43e4911508814510
tree5a2181554505d31f1e74df2dabb81383c4ab7ad4
parent656be28321e2262dd645128e22ec7625f27a6f9d
um: virtio_uml: Support adding devices via mconsole

It can be used when we want to add virtio devices to UML while
it's up and running. Virtio devices can be added to UML using
the same syntax as the command line option:

(mconsole) config virtio_uml.device=<socket>:<virtio_id>[:<platform_id>]

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20260106004259.1604736-1-tiwei.btw@antgroup.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/drivers/virtio_uml.c