[PULL] virtio & lguest

From: Rusty Russell
Date: Tue Feb 23 2010 - 23:05:56 EST


(Will be away for a month from tomorrow, so this is an early pull request).

The following changes since commit 9f3a6284880ceea452903e2043c88d7226736318:
Linus Torvalds (1):
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Adam Litke (2):
virtio: Add memory statistics reporting to the balloon driver (V4)
virtio: Fix scheduling while atomic in virtio_balloon stats

Amit Shah (29):
virtio: Initialize vq->data entries to NULL
virtio: console: We support only one device at a time
virtio: console: encapsulate buffer information in a struct
virtio: console: ensure add_inbuf can work for multiple ports as well
virtio: console: introduce a get_inbuf helper to fetch bufs from in_vq
virtio: console: don't assume a single console port.
virtio: console: struct ports for multiple ports per device.
virtio: console: ensure console size is updated on hvc open
virtio: console: Separate out console-specific data into a separate struct
virtio: console: Separate out console init into a new function
virtio: console: Separate out find_vqs operation into a different function
virtio: console: Introduce function to hand off data from host to readers
virtio: console: Introduce a send_buf function for a common path for sending data to host
virtio: console: Add a new MULTIPORT feature, support for generic ports
virtio: console: Prepare for writing to userspace buffers
virtio: console: Associate each port with a char device
virtio: console: Add file operations to ports for open/read/write/poll
virtio: console: Ensure only one process can have a port open at a time
virtio: console: Register with sysfs and create a 'name' attribute for ports
virtio: console: Remove cached data on port close
virtio: console: Handle port hot-plug
virtio: console: Add ability to hot-unplug ports
virtio: console: Add debugfs files for each port to expose debug info
virtio: console: show error message if hvc_alloc fails for console ports
virtio: console: Ensure no memleaks in case of unused buffers
virtio: console: Add ability to remove module
virtio: console: Error out if we can't allocate buffers for control queue
virtio: console: Fill ports' entire in_vq with buffers
Add MAINTAINERS entry for virtio_console

Christoph Hellwig (1):
virtio_blk: add block topology support

Jamie Lokier (1):
Add __devexit_p around reference to virtio_pci_remove

Michael S. Tsirkin (1):
virtio: use smp_XX barriers on SMP

Rusty Russell (9):
virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ
lguest: remove unneeded zlib.h include in example launcher
virtio: remove bogus barriers from DEBUG version of virtio_ring.c
virtio: console: comment cleanup
virtio: console: statically initialize virtio_cons
hvc_console: make the ops pointer const.
virtio: console: port encapsulation
virtio: console: use vdev->priv to avoid accessing global var.
virtio: console: remove global var

Shirley Ma (1):
virtio: Add ability to detach unused buffers from vrings

Documentation/lguest/lguest.c | 1 -
MAINTAINERS | 6 +
drivers/block/virtio_blk.c | 61 ++-
drivers/char/Kconfig | 8 +
drivers/char/hvc_beat.c | 2 +-
drivers/char/hvc_console.c | 7 +-
drivers/char/hvc_console.h | 7 +-
drivers/char/hvc_iseries.c | 2 +-
drivers/char/hvc_iucv.c | 2 +-
drivers/char/hvc_rtas.c | 2 +-
drivers/char/hvc_udbg.c | 2 +-
drivers/char/hvc_vio.c | 2 +-
drivers/char/hvc_xen.c | 2 +-
drivers/char/virtio_console.c | 1578 +++++++++++++++++++++++++++++++++++----
drivers/virtio/virtio_balloon.c | 109 +++-
drivers/virtio/virtio_pci.c | 2 +-
drivers/virtio/virtio_ring.c | 59 ++-
include/linux/virtio.h | 4 +
include/linux/virtio_balloon.h | 15 +
include/linux/virtio_blk.h | 13 +
include/linux/virtio_console.h | 30 +-
21 files changed, 1721 insertions(+), 193 deletions(-)

--
Away travelling 25Feb-26Mar (6 .de + 1 .pl + 17 .lt + 2 .sg)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/