[PULL] virtio & lguest changes for 2.6.26

From: Rusty Russell
Date: Fri May 02 2008 - 07:54:44 EST


The following changes since commit 886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a:
Linus Torvalds (1):
Merge branch 'for-linus' of git://git.kernel.org/.../ieee1394/linux1394-2.6

are available in the git repository at:

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

Christian Borntraeger (1):
virtio: export more headers to userspace

Harvey Harrison (1):
virtio: fix sparse return void-valued expression warnings

Marcelo Tosatti (1):
virtio-blk: fix remove oops

Rusty Russell (11):
virtio: ignore corrupted virtqueues rather than spinning.
virtio: fix tx_ stats in virtio_net
virtio: de-structify virtio_block status byte
virtio: fix scatterlist sizing in net driver.
virtio: wean net driver off NETDEV_TX_BUSY
virtio: finer-grained features for virtio_net
virtio: change config to guest endian.
virtio: explicit advertisement of driver features
lguest: avoid using NR_CPUS as a bounds check.
lguest: remove bogus NULL cpu check
lguest: make Launcher see device status updates

Ryan Harper (1):
virtio: add virtio disk geometry feature

Documentation/lguest/lguest.c | 62 +++++++++++++++++---------
drivers/block/virtio_blk.c | 44 +++++++++++++-----
drivers/lguest/lguest_device.c | 68 +++++++++++++++++-----------
drivers/lguest/lguest_user.c | 4 +-
drivers/net/virtio_net.c | 96 +++++++++++++++++++++++++++-----------
drivers/virtio/virtio.c | 38 +++++++++++++++-
drivers/virtio/virtio_balloon.c | 12 +++--
drivers/virtio/virtio_pci.c | 34 +++++++-------
drivers/virtio/virtio_ring.c | 5 ++
include/linux/Kbuild | 5 ++
include/linux/virtio.h | 7 +++
include/linux/virtio_blk.h | 14 +++---
include/linux/virtio_config.h | 81 ++++++++++++++++++---------------
include/linux/virtio_net.h | 13 +++++-
14 files changed, 324 insertions(+), 159 deletions(-)
--
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/