um: virtio: clean up a comment
authorJohannes Berg <johannes.berg@intel.com>
Tue, 15 Dec 2020 09:52:21 +0000 (10:52 +0100)
committerRichard Weinberger <richard@nod.at>
Fri, 12 Feb 2021 20:21:17 +0000 (21:21 +0100)
There's no 'simtime' device, because implementing that through
virtio was just too much complexity. Clean up the comment that
still refers to it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/virtio_uml.c

index 5d957b7..515d648 100644 (file)
@@ -914,8 +914,7 @@ static struct virtqueue *vu_setup_vq(struct virtio_device *vdev,
 #ifdef CONFIG_UML_TIME_TRAVEL_SUPPORT
        /*
         * When we get an interrupt, we must bounce it through the simulation
-        * calendar (the simtime device), except for the simtime device itself
-        * since that's part of the simulation control.
+        * calendar (the time-travel=ext:... socket).
         */
        if (time_travel_mode == TT_MODE_EXTERNAL && callback) {
                info->callback = callback;