11 Jul, 2008
1 commit
-
remove leftover traces of various VISWS related Kconfig specials.
Signed-off-by: Ingo Molnar
20 Jan, 2008
1 commit
-
It was moved to arch/x86/lguest/Kconfig, but I lost the deletion part in a
patch suffle. My confused one-liner "fix" to turn it on is also reverted:
84f7466ee20cc094aa38617abfa2f3834871f054Signed-off-by: Rusty Russell
Signed-off-by: Linus Torvalds
19 Jan, 2008
1 commit
-
There's currently no way to turn on Lguest guest support; the planned
Kconfig virtualization reorg didn't get into 2.6.25.This was unnoticed because if you already had CONFIG_LGUEST_GUEST=y in
your config, it worked. Too bad about new users...Also, the Kconfig help was wrong now the virtio drivers are merged.
Signed-off-by: Rusty Russell
Signed-off-by: Linus Torvalds
23 Oct, 2007
3 commits
-
This gets rid of the lguest bus, drivers and DMA mechanism, to make
way for a generic virtio mechanism.Signed-off-by: Rusty Russell
-
Signed-off-by: Rusty Russell
-
1) Group all the "guest OS" support options together, under a PARAVIRT_GUEST
menu.
2) Make those options select CONFIG_PARAVIRT, as suggested by Andi.
3) Make kconfig help titles consistent.Signed-off-by: Rusty Russell
Cc: Andi Kleen
Cc: Zach Amsden
Cc: Jeremy Fitzhardinge
Cc: Chris Wright
24 Aug, 2007
1 commit
-
It uses get_futex_key().
Signed-off-by: Alexey Dobriyan
Signed-off-by: Rusty Russell
Signed-off-by: Linus Torvalds
07 Aug, 2007
1 commit
-
Lguest drivers need to default to "Y" otherwise they're never selected
for new builds. (We don't bother prompting, because they're less than
4k combined, and implied by selecting lguest support).Signed-off-by: Rusty Russell
Signed-off-by: Linus Torvalds
30 Jul, 2007
1 commit
-
Gabriel C reports lguest doesn't compile with CONFIG_BLOCK=n. Fix this
by introducing a config var for the block device, which depends on
LGUEST && BLOCK. Do the same for the net driver, rather then depending
gratuitously on CONFIG_NET.Signed-off-by: Rusty Russell
Cc: Gabriel C
Signed-off-by: Linus Torvalds
20 Jul, 2007
1 commit
-
This is the Kconfig and Makefile to allow lguest to actually be
compiled.Signed-off-by: Rusty Russell
Cc: Andi Kleen
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds