Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest
* 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
arch/x86/lguest/Kconfig
0 → 100644
arch/x86/lguest/Makefile
0 → 100644
drivers/block/lguest_blk.c
已删除
100644 → 0
drivers/block/virtio_blk.c
0 → 100644
此差异已折叠。
drivers/lguest/io.c
已删除
100644 → 0
此差异已折叠。
此差异已折叠。
drivers/lguest/lguest_bus.c
已删除
100644 → 0
此差异已折叠。
drivers/lguest/lguest_device.c
0 → 100644
此差异已折叠。
drivers/lguest/x86/core.c
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
drivers/net/lguest_net.c
已删除
100644 → 0
此差异已折叠。
drivers/net/virtio_net.c
0 → 100644
此差异已折叠。
drivers/virtio/Kconfig
0 → 100644
此差异已折叠。
drivers/virtio/Makefile
0 → 100644
drivers/virtio/config.c
0 → 100644
此差异已折叠。
drivers/virtio/virtio.c
0 → 100644
此差异已折叠。
drivers/virtio/virtio_ring.c
0 → 100644
此差异已折叠。
此差异已折叠。
include/asm-x86/lguest.h
0 → 100644
此差异已折叠。
include/asm-x86/lguest_hcall.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
include/linux/lguest_bus.h
已删除
100644 → 0
此差异已折叠。
include/linux/virtio.h
0 → 100644
此差异已折叠。
include/linux/virtio_blk.h
0 → 100644
此差异已折叠。
include/linux/virtio_config.h
0 → 100644
此差异已折叠。
include/linux/virtio_console.h
0 → 100644
此差异已折叠。
include/linux/virtio_net.h
0 → 100644
此差异已折叠。
include/linux/virtio_ring.h
0 → 100644
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录