Displaying 12 results from an estimated 12 matches for "lgba".
Did you mean:
lba
2007 Jun 01
2
lguest problem on boot of guest kernel
...g, compiling and booting the
host-kernel goes ok - compiling lguest is ok as well after hardcodeing
SIOCBRADDIF - but on the first boot attempt of a guest linux I get:
root@darkstar:/usr/src/linux-2.6.21# Documentation/lguest/lguest
64m vmlinux --tunnet=192.168.2.1 --block=../root_fs root=/dev/lgba
lguest: unhandled trap 6 at 0xc0117903 (0x0)
this should be in "c01178db T reserve_top_address" - any idea what could
be wrong ?
thx !
hofrat
2007 Jun 01
2
lguest problem on boot of guest kernel
...g, compiling and booting the
host-kernel goes ok - compiling lguest is ok as well after hardcodeing
SIOCBRADDIF - but on the first boot attempt of a guest linux I get:
root@darkstar:/usr/src/linux-2.6.21# Documentation/lguest/lguest
64m vmlinux --tunnet=192.168.2.1 --block=../root_fs root=/dev/lgba
lguest: unhandled trap 6 at 0xc0117903 (0x0)
this should be in "c01178db T reserve_top_address" - any idea what could
be wrong ?
thx !
hofrat
2007 Apr 18
0
lhype -> lguest
...mportantly, the rejection of both "Wonkavisor" and
"Rustyvisor"), I decided to name it after the guest (which is what users
care about), not the hypervisor (which is what hackers care about).
Hence:
lhype_add -> lguest
lguest.ko -> lg
/dev/lhba -> /dev/lgba
Thanks to everyone for the naming input!
Rusty.
2007 Apr 18
0
lhype -> lguest
...mportantly, the rejection of both "Wonkavisor" and
"Rustyvisor"), I decided to name it after the guest (which is what users
care about), not the hypervisor (which is what hackers care about).
Hence:
lhype_add -> lguest
lguest.ko -> lg
/dev/lhba -> /dev/lgba
Thanks to everyone for the naming input!
Rusty.
2007 May 02
3
[RELEASE] Lguest for 2.6.21
...x-2.6.21
$ zcat /tmp/lguest-2.6.21-254.patch.gz | patch -p1
$ make
- Say "y" to CONFIG_EXPERIMENTAL, "m" to CONFIG_LGUEST.
$ make modules_install
$ make -C Documentation/lguest
$ sudo Documentation/lguest/lguest --block=<some-convenient-raw-image> \
128 vmlinux root=/dev/lgba
Three ^C's within one second will kill the guest.
2007 May 02
3
[RELEASE] Lguest for 2.6.21
...x-2.6.21
$ zcat /tmp/lguest-2.6.21-254.patch.gz | patch -p1
$ make
- Say "y" to CONFIG_EXPERIMENTAL, "m" to CONFIG_LGUEST.
$ make modules_install
$ make -C Documentation/lguest
$ sudo Documentation/lguest/lguest --block=<some-convenient-raw-image> \
128 vmlinux root=/dev/lgba
Three ^C's within one second will kill the guest.
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...+ dd if=/dev/zero of=rootfile bs=1M count=2048
+ qemu -cdrom image.iso -hda rootfile -net user -net nic -boot d
+
+- "modprobe lg" if you built it as a module.
+
+- Run an lguest as root:
+
+ Documentation/lguest/lguest 64m vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/lgba
+
+ Explanation:
+ 64m: the amount of memory to use.
+
+ vmlinux: the kernel image found in the top of your build directory. You
+ can also use a standard bzImage.
+
+ --tunnet=192.168.19.1: configures a "tap" device for networking with this
+ IP address.
+
+ --...
2007 May 09
0
[patch 9/9] lguest: the documentation, example launcher
...+ dd if=/dev/zero of=rootfile bs=1M count=2048
+ qemu -cdrom image.iso -hda rootfile -net user -net nic -boot d
+
+- "modprobe lg" if you built it as a module.
+
+- Run an lguest as root:
+
+ Documentation/lguest/lguest 64m vmlinux --tunnet=192.168.19.1 --block=rootfile root=/dev/lgba
+
+ Explanation:
+ 64m: the amount of memory to use.
+
+ vmlinux: the kernel image found in the top of your build directory. You
+ can also use a standard bzImage.
+
+ --tunnet=192.168.19.1: configures a "tap" device for networking with this
+ IP address.
+
+ --...
2007 Jul 24
1
lguest doesn't work on kernel 2.6.23-rc1
...KTIME_SCALAR=3Dy
-------------- next part --------------
Script started on Tue Jul 24 16:25:39 2007
=1B[01;31mfang=1B[01;34m linux-2.6 #=1B[00m modprobe lg
=1B[01;31mfang=1B[01;34m linux-2.6 #=1B[00m Documentation/lguest/lguest --v=
erbose --block=3D/mnt/data/Qemu/lguest-deb 64m vmlinux root=3D/dev/lgba
device 0xb7fff000: block 4194304 sectors
device (nil): console
Section 0: size 3456728 addr 0x100000
Section 1: size 630784 addr 0x44c000
Device 0: block
Device 1: console
Linear mapping of 16384 pages in 16 pte pages at 0x3fef000
Reserving virtual address space above 0xffc00000
Linux version 2.6....
2007 Jul 24
1
lguest doesn't work on kernel 2.6.23-rc1
...KTIME_SCALAR=3Dy
-------------- next part --------------
Script started on Tue Jul 24 16:25:39 2007
=1B[01;31mfang=1B[01;34m linux-2.6 #=1B[00m modprobe lg
=1B[01;31mfang=1B[01;34m linux-2.6 #=1B[00m Documentation/lguest/lguest --v=
erbose --block=3D/mnt/data/Qemu/lguest-deb 64m vmlinux root=3D/dev/lgba
device 0xb7fff000: block 4194304 sectors
device (nil): console
Section 0: size 3456728 addr 0x100000
Section 1: size 630784 addr 0x44c000
Device 0: block
Device 1: console
Linear mapping of 16384 pages in 16 pte pages at 0x3fef000
Reserving virtual address space above 0xffc00000
Linux version 2.6....
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