Displaying 8 results from an estimated 8 matches for "lguest_block".
2007 Aug 05
0
[PATCH] Enable lguest drivers in Kconfig
...2 ++
1 file changed, 2 insertions(+)
===================================================================
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -21,8 +21,10 @@ config LGUEST_GUEST
config LGUEST_NET
tristate
+ default y
depends on LGUEST_GUEST && NET
config LGUEST_BLOCK
tristate
+ default y
depends on LGUEST_GUEST && BLOCK
2007 Aug 05
0
[PATCH] Enable lguest drivers in Kconfig
...2 ++
1 file changed, 2 insertions(+)
===================================================================
--- a/drivers/lguest/Kconfig
+++ b/drivers/lguest/Kconfig
@@ -21,8 +21,10 @@ config LGUEST_GUEST
config LGUEST_NET
tristate
+ default y
depends on LGUEST_GUEST && NET
config LGUEST_BLOCK
tristate
+ default y
depends on LGUEST_GUEST && BLOCK
2007 Aug 04
2
[Q]lguest git repo location?
HI Rusty,
I wanted to play with lguest. As it was recently merge upstream by
Linus, i took a look and the location looks like driver/lguest*.
Unfortunately my local git repo cannot get the 2.6.23-rc2 changes from
upstream somehow :-/.[duh... says "Cannot get the repository state
from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"].
i do not know what i am doing
2007 Aug 04
2
[Q]lguest git repo location?
HI Rusty,
I wanted to play with lguest. As it was recently merge upstream by
Linus, i took a look and the location looks like driver/lguest*.
Unfortunately my local git repo cannot get the 2.6.23-rc2 changes from
upstream somehow :-/.[duh... says "Cannot get the repository state
from http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git"].
i do not know what i am doing
2007 Jul 29
1
[PATCH] BLOCK=n , LGUEST=m/y compile error
Hi Rusty,
Lguest should depend on BLOCK too , without BLOCK set I get this error:
...
drivers/block/lguest_blk.c: In function 'end_entire_request':
drivers/block/lguest_blk.c:80: error: implicit declaration of function 'end_that_request_first'
drivers/block/lguest_blk.c:80: error: dereferencing pointer to incomplete type
drivers/block/lguest_blk.c:82: error: implicit declaration
2007 Jul 29
1
[PATCH] BLOCK=n , LGUEST=m/y compile error
Hi Rusty,
Lguest should depend on BLOCK too , without BLOCK set I get this error:
...
drivers/block/lguest_blk.c: In function 'end_entire_request':
drivers/block/lguest_blk.c:80: error: implicit declaration of function 'end_that_request_first'
drivers/block/lguest_blk.c:80: error: dereferencing pointer to incomplete type
drivers/block/lguest_blk.c:82: error: implicit declaration
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all,
These are the patches I'm planning to submit for 2.6.24. Comments
gratefully accepted. Along with the usual cleanups and improvements are Jes'
de-i386-ification patches, and a new "virtio" mechanism designed to be shared
with KVM (and hopefully other hypervisors).
Cheers,
Rusty.
Documentation/lguest/Makefile | 30
Documentation/lguest/lguest.c
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all,
These are the patches I'm planning to submit for 2.6.24. Comments
gratefully accepted. Along with the usual cleanups and improvements are Jes'
de-i386-ification patches, and a new "virtio" mechanism designed to be shared
with KVM (and hopefully other hypervisors).
Cheers,
Rusty.
Documentation/lguest/Makefile | 30
Documentation/lguest/lguest.c