Amit Shah
2010-Mar-23 08:57 UTC
[PATCH 0/7] virtio: console: Fixes, new flexible way of discovering ports
Hello all, This new patchset switches over to using the control queue for port discovery so that we can stay in sync with the host for port enumeration and also don't use bitmaps to limit us to config space sizes. This changes the ABI, so it would be better to merge this for 2.6.34 so that we don't have to worry about released kernels with the older ABI. Amit Shah (7): MAINTAINERS: Put the virtio-console entry in correct alphabetical order virtio: console: Remove config work handler virtio: console: Add a __send_control_msg() that can send messages without a valid port virtio: console: Move code around for future patches virtio: console: Use a control message to add ports virtio: console: Don't always create a port 0 if using multiport virtio: console: Return -EPIPE if port on the host isn't connected MAINTAINERS | 13 +- drivers/char/virtio_console.c | 418 +++++++++++++++++----------------------- include/linux/virtio_console.h | 18 +- 3 files changed, 191 insertions(+), 258 deletions(-)
Amit Shah
2010-Mar-23 08:57 UTC
[PATCH 1/7] MAINTAINERS: Put the virtio-console entry in correct alphabetical order
Move around the entry for virtio-console to keep the file sorted. Signed-off-by: Amit Shah <amit.shah at redhat.com> --- MAINTAINERS | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 382eaa4..3306429 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2465,12 +2465,6 @@ L: linuxppc-dev at ozlabs.org S: Odd Fixes F: drivers/char/hvc_* -VIRTIO CONSOLE DRIVER -M: Amit Shah <amit.shah at redhat.com> -L: virtualization at lists.linux-foundation.org -S: Maintained -F: drivers/char/virtio_console.c - iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER M: Peter Jones <pjones at redhat.com> M: Konrad Rzeszutek Wilk <konrad at kernel.org> @@ -5952,6 +5946,13 @@ S: Maintained F: Documentation/filesystems/vfat.txt F: fs/fat/ +VIRTIO CONSOLE DRIVER +M: Amit Shah <amit.shah at redhat.com> +L: virtualization at lists.linux-foundation.org +S: Maintained +F: drivers/char/virtio_console.c +F: include/linux/virtio_console.h + VIRTIO HOST (VHOST) M: "Michael S. Tsirkin" <mst at redhat.com> L: kvm at vger.kernel.org -- 1.6.2.5
Rusty Russell
2010-Mar-30 05:16 UTC
[PATCH 0/7] virtio: console: Fixes, new flexible way of discovering ports
On Tue, 23 Mar 2010 07:27:53 pm Amit Shah wrote:> Hello all, > > This new patchset switches over to using the control queue for port > discovery so that we can stay in sync with the host for port > enumeration and also don't use bitmaps to limit us to config space > sizes. > > This changes the ABI, so it would be better to merge this for 2.6.34 > so that we don't have to worry about released kernels with the older > ABI.This looks horribly like development during the merge window. Sorry, Rusty.
Maybe Matching Threads
- [PATCH 0/7] virtio: console: Fixes, new flexible way of discovering ports
- [PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
- [PATCH 0/8] (v4) virtio: console: Fixes, new way of discovering ports
- [PATCH 00/10] (v5) virtio: console: Fixes, new way of discovering ports
- [PATCH 00/10] (v5) virtio: console: Fixes, new way of discovering ports