Rusty Russell
2008-May-30 05:21 UTC
[PULL] virtio & lguest fixes (and new virtio_rng driver)
The following changes since commit 0a2ce2ffc358da96792d514c1024b72c52be9cc1:
David Howells (1):
Fix FRV minimum slab/kmalloc alignment
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git
master
Chris Lalancette (1):
Fix crash in virtio_blk during modprobe ; rmmod ; modprobe
Christian Borntraeger (4):
virtio_blk: allow read-only disks
virtio_net: another race with virtio_net and enable_cb
virtio_config: fix len calculation of config elements
virtio_blk: fix endianess annotations
Rusty Russell (8):
lguest: use ioremap_cache, not ioremap
virtio: bus_id for devices should contain 'virtio'
virtio: virtio_pci should not set bus_id.
virtio: set device index in common code.
lguest: fix ugly <NULL> in /proc/interrupts
virtio: An entropy device, as suggested by hpa.
virtio: force callback on empty.
lguest: notify on empty
Documentation/lguest/lguest.c | 12 ++-
arch/x86/lguest/boot.c | 5 +-
drivers/block/virtio_blk.c | 7 ++-
drivers/char/hw_random/Kconfig | 9 ++
drivers/char/hw_random/Makefile | 1 +
drivers/char/hw_random/virtio-rng.c | 155 +++++++++++++++++++++++++++++++++++
drivers/lguest/lguest_device.c | 25 ++----
drivers/s390/kvm/kvm_virtio.c | 18 ++---
drivers/virtio/virtio.c | 8 ++-
drivers/virtio/virtio_pci.c | 7 --
drivers/virtio/virtio_ring.c | 8 --
include/linux/virtio_blk.h | 9 +-
include/linux/virtio_config.h | 6 +-
include/linux/virtio_rng.h | 8 ++
14 files changed, 225 insertions(+), 53 deletions(-)
create mode 100644 drivers/char/hw_random/virtio-rng.c
create mode 100644 include/linux/virtio_rng.h
Maybe Matching Threads
- [PULL] virtio & lguest fixes (and new virtio_rng driver)
- [kvm-devel] [Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
- [kvm-devel] [Virtio-for-kvm] [PATCH 2/13] [Mostly resend] virtio additions
- [PATCH] virtio_rng: dont use vmalloced addresses for virtio
- [PATCH] virtio_rng: dont use vmalloced addresses for virtio
