From: Rusty Russell <rusty@rustcorp.com.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org
Subject: [PULL] virtio updates
Date: Tue, 5 Feb 2008 00:08:13 +1100 [thread overview]
Message-ID: <200802050008.13834.rusty@rustcorp.com.au> (raw)
The following changes since commit 9135f1901ee6449dfe338adf6e40e9c2025b8150:
Linus Torvalds (1):
Merge git://git.kernel.org/.../bart/ide-2.6
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus master
Anthony Liguori (4):
virtio: Fix vring_init/vring_size to take unsigned long
virtio: Put the virtio under the virtualization menu
virtio: PCI device
virtio: Use PCI revision field to indicate virtio PCI ABI version
Christian Borntraeger (4):
virtnet: remove double ether_setup
virtio_blk: provide getgeo
virtio_blk: Dont waste major numbers
virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz
Dor Laor (1):
virtio_net: parametrize the napi_weight for virtio receive queue.
Rusty Russell (16):
virtio: Implement skb_partial_csum_set, for setting partial csums on untrusted packets.
virtio: simplify config mechanism.
virtio: explicit enable_cb/disable_cb rather than callback return.
virtio: configuration change callback
virtio: clarify NO_NOTIFY flag usage
virtio: remove unused id field from struct virtio_blk_outhdr
virtio: Net header needs hdr_len
virtio: Tweak virtio_net defines
virtio: populate network rings in the probe routine, not open
virtio: reset function
virtio: handle interrupts after callbacks turned off
virtio: Use the sg_phys convenience function.
virtio: Allow virtio to be modular and used by modules
virtio: flush buffers on open
virtio: free transmit skbs when notified, not on next xmit.
virtio: balloon driver
Documentation/lguest/lguest.c | 231 ++++++++++++++-------
arch/x86/kvm/Kconfig | 1 +
drivers/Kconfig | 2 -
drivers/block/Kconfig | 3 +-
drivers/block/virtio_blk.c | 106 ++++++----
drivers/char/virtio_console.c | 4 +-
drivers/lguest/lguest_device.c | 146 ++++++++-----
drivers/net/Kconfig | 3 +-
drivers/net/virtio_net.c | 155 ++++++++------
drivers/virtio/Kconfig | 31 +++-
drivers/virtio/Makefile | 2 +
drivers/virtio/virtio.c | 65 ++----
drivers/virtio/virtio_balloon.c | 284 +++++++++++++++++++++++++
drivers/virtio/virtio_pci.c | 446 +++++++++++++++++++++++++++++++++++++++
drivers/virtio/virtio_ring.c | 51 +++--
include/linux/lguest_launcher.h | 9 +-
include/linux/skbuff.h | 1 +
include/linux/virtio.h | 19 +-
include/linux/virtio_balloon.h | 18 ++
include/linux/virtio_blk.h | 22 +-
include/linux/virtio_config.h | 104 +++++-----
include/linux/virtio_net.h | 32 ++--
include/linux/virtio_pci.h | 57 +++++
include/linux/virtio_ring.h | 14 +-
net/9p/trans_virtio.c | 8 +-
net/core/skbuff.c | 29 +++
26 files changed, 1422 insertions(+), 421 deletions(-)
create mode 100644 drivers/virtio/virtio_balloon.c
create mode 100644 drivers/virtio/virtio_pci.c
create mode 100644 include/linux/virtio_balloon.h
create mode 100644 include/linux/virtio_pci.h
next reply other threads:[~2008-02-04 13:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-04 13:08 Rusty Russell [this message]
2008-02-05 12:47 ` [PULL] virtio updates Ingo Molnar
2008-02-05 12:47 ` Ingo Molnar
2008-02-05 13:35 ` Soren Hansen
2008-02-05 19:17 ` Anthony Liguori
2008-02-05 19:28 ` Soren Hansen
2008-02-06 4:47 ` H. Peter Anvin
2008-02-06 4:37 ` Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2008-02-04 13:08 Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200802050008.13834.rusty@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=virtualization@lists.linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.