From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933845AbYEBLyn (ORCPT ); Fri, 2 May 2008 07:54:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757684AbYEBLyg (ORCPT ); Fri, 2 May 2008 07:54:36 -0400 Received: from ozlabs.org ([203.10.76.45]:45880 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756243AbYEBLyf (ORCPT ); Fri, 2 May 2008 07:54:35 -0400 From: Rusty Russell To: Linus Torvalds Subject: [PULL] virtio & lguest changes for 2.6.26 Date: Fri, 2 May 2008 21:54:17 +1000 User-Agent: KMail/1.9.9 Cc: linux-kernel@vger.kernel.org, Ryan Harper , Christian Borntraeger , Harvey Harrison , Marcelo Tosatti , virtualization@lists.linux-foundation.org, lguest MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805022154.18177.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)