Since virtio is an OASIS standard draft now, virtio implementation discussions are taking place on the virtio-dev OASIS mailing list. Update MAINTAINERS.
Signed-off-by: Michael S. Tsirkin <[email protected]> --- MAINTAINERS | 3 + drivers/net/virtio_net.c | 355 +++++++++++++++++++++++++---------------------- 2 files changed, 191 insertions(+), 167 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index ffcaf97..75202af 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9088,6 +9088,7 @@ F: include/media/videobuf2-* VIRTIO CONSOLE DRIVER M: Amit Shah <[email protected]> +L: [email protected] L: [email protected] S: Maintained F: drivers/char/virtio_console.c @@ -9097,6 +9098,7 @@ F: include/uapi/linux/virtio_console.h VIRTIO CORE, NET AND BLOCK DRIVERS M: Rusty Russell <[email protected]> M: "Michael S. Tsirkin" <[email protected]> +L: [email protected] L: [email protected] S: Maintained F: drivers/virtio/ @@ -9109,6 +9111,7 @@ F: include/uapi/linux/virtio_*.h VIRTIO HOST (VHOST) M: "Michael S. Tsirkin" <[email protected]> L: [email protected] +L: [email protected] L: [email protected] L: [email protected] S: Maintained -- MST -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

