-
- Downloads
* git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest: (45 commits) Use "struct boot_params" in example launcher Loading bzImage directly. Revert lguest magic and use hook in head.S Update lguest documentation to reflect the new virtual block device name. generalize lgread_u32/lgwrite_u32. Example launcher handle guests not being ready for input Update example launcher for virtio Lguest support for Virtio Remove old lguest I/O infrrasructure. Remove old lguest bus and drivers. Virtio helper routines for a descriptor ringbuffer implementation Module autoprobing support for virtio drivers. Virtio console driver Block driver using virtio. Net driver using virtio Virtio interface Boot with virtual == physical to get closer to native Linux. Allow guest to specify syscall vector to use. Rename "cr3" to "gpgdir" to avoid x86-specific naming. Pagetables to use normal kernel types ...
Showing
- Documentation/lguest/Makefile 3 additions, 23 deletionsDocumentation/lguest/Makefile
- Documentation/lguest/lguest.c 882 additions, 747 deletionsDocumentation/lguest/lguest.c
- Documentation/lguest/lguest.txt 31 additions, 41 deletionsDocumentation/lguest/lguest.txt
- arch/i386/Kconfig 22 additions, 10 deletionsarch/i386/Kconfig
- arch/i386/Makefile 3 additions, 0 deletionsarch/i386/Makefile
- arch/x86/kernel/asm-offsets_32.c 1 addition, 0 deletionsarch/x86/kernel/asm-offsets_32.c
- arch/x86/lguest/Kconfig 14 additions, 0 deletionsarch/x86/lguest/Kconfig
- arch/x86/lguest/Makefile 1 addition, 0 deletionsarch/x86/lguest/Makefile
- arch/x86/lguest/boot.c 32 additions, 70 deletionsarch/x86/lguest/boot.c
- arch/x86/lguest/i386_head.S 34 additions, 12 deletionsarch/x86/lguest/i386_head.S
- arch/x86/xen/Kconfig 3 additions, 2 deletionsarch/x86/xen/Kconfig
- drivers/Kconfig 1 addition, 1 deletiondrivers/Kconfig
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/block/Kconfig 6 additions, 0 deletionsdrivers/block/Kconfig
- drivers/block/Makefile 1 addition, 1 deletiondrivers/block/Makefile
- drivers/block/lguest_blk.c 0 additions, 421 deletionsdrivers/block/lguest_blk.c
- drivers/block/virtio_blk.c 308 additions, 0 deletionsdrivers/block/virtio_blk.c
- drivers/char/Kconfig 4 additions, 0 deletionsdrivers/char/Kconfig
- drivers/char/Makefile 1 addition, 1 deletiondrivers/char/Makefile
- drivers/char/virtio_console.c 225 additions, 0 deletionsdrivers/char/virtio_console.c
Loading
Please register or sign in to comment