similar to: lguest over qemu

Displaying 20 results from an estimated 1000 matches similar to: "lguest over qemu"

2009 Apr 02
7
[Lguest] [PATCH 4/5] lguest: use KVM hypercalls
fre, 27 03 2009 kl. 10:22 +1030, skrev Rusty Russell: > From: Matias Zabaljauregui <zabaljauregui at gmail.com> > > Impact: cleanup > > This patch allow us to use KVM hypercalls Something has broken in relation to this change. I'm not sure it is this change itself or one following, but I get the following error when using lguest: lguest: unhandled trap 6 at 0x418726
2009 Apr 02
7
[Lguest] [PATCH 4/5] lguest: use KVM hypercalls
fre, 27 03 2009 kl. 10:22 +1030, skrev Rusty Russell: > From: Matias Zabaljauregui <zabaljauregui at gmail.com> > > Impact: cleanup > > This patch allow us to use KVM hypercalls Something has broken in relation to this change. I'm not sure it is this change itself or one following, but I get the following error when using lguest: lguest: unhandled trap 6 at 0x418726
2007 May 29
3
Zaptel linux26
I am using centos 4.4 ,when I am compiling zapltel using l make linux26 ,error accrued ,what s missing [root@localhost zaptel]# make linux26 grep: /include/linux/autoconf.h: No such file or directory make: *** No rule to make target `linux26'. Stop. Regards ********************************************* No employee or agent is authorized to conclude any binding
2009 Sep 24
0
[Lguest] [PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
On Mon, Sep 21, 2009 at 04:52:21PM +0930, Rusty Russell wrote: > > We still assume the Guest and Host have the same PAGE_OFFSET settings, > but now we don't assume 0xC0000000. > > Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> > Cc: Matias Zabaljauregui <zabaljauregui at gmail.com> > --- > drivers/lguest/page_tables.c | 6 ++---- > 1 file
2009 Sep 24
0
[Lguest] [PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
On Mon, Sep 21, 2009 at 04:52:21PM +0930, Rusty Russell wrote: > > We still assume the Guest and Host have the same PAGE_OFFSET settings, > but now we don't assume 0xC0000000. > > Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> > Cc: Matias Zabaljauregui <zabaljauregui at gmail.com> > --- > drivers/lguest/page_tables.c | 6 ++---- > 1 file
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
The following changes since commit 2ba3abd8186f24c7fb418927025b4e2120e3a362: Linus Torvalds (1): Merge branch 'pm-fixes' of git://git.kernel.org/.../rafael/suspend-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Rusty Russell (2): lguest: workaround cmpxchg8b_emu by ignoring cli in the
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
The following changes since commit 2ba3abd8186f24c7fb418927025b4e2120e3a362: Linus Torvalds (1): Merge branch 'pm-fixes' of git://git.kernel.org/.../rafael/suspend-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Rusty Russell (2): lguest: workaround cmpxchg8b_emu by ignoring cli in the
2004 Sep 17
3
FC2 zaptel compile failure
I've got a fresh FC2 install and I'm trying to get the symlinks right according to the /usr/src/zaptel/README.Linux26 instructions. I've created two symlinks: /usr/src/linux-2.6 -> /usr/src/linux-2.6.5-1.358 /lib/modules/linux-2.6 -> /lib/modules/2.6.7-1.494.2.2 When I do a "make linux26", I get a million warnings and errors with the result being: make[2]: ***
2009 Sep 21
0
[PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
We still assume the Guest and Host have the same PAGE_OFFSET settings, but now we don't assume 0xC0000000. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Matias Zabaljauregui <zabaljauregui at gmail.com> --- drivers/lguest/page_tables.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/lguest/page_tables.c
2009 Sep 21
0
[PATCH 3/5] lguest: use PGDIR_SHIFT for PAE code to allow different PAGE_OFFSET
We still assume the Guest and Host have the same PAGE_OFFSET settings, but now we don't assume 0xC0000000. Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Cc: Matias Zabaljauregui <zabaljauregui at gmail.com> --- drivers/lguest/page_tables.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/lguest/page_tables.c
2004 Jun 29
3
linux kernel 2.6.6
Hi All trying to compile asterisk under linux kernel 2.6.6. Currently under zaptel get the following error make linux26 Link /usr/src/linux-2.6 to your kernel sources first! make: *** [linux26] Error 1 as going from the readme. is 2.6 not compatiable with asterisk and should I go back to 2.4.26. Also has anyone got the sipura 3000 working with asterisk, both fxo and the fxs ports on the
2006 Dec 09
3
Zaptel module compile woes
Hi all, I'm pretty new to linux and compiling modules, but I've scoured the web for help on compiling the zaptel modules from source and I get the following error... make -C SUBDIRS=/usr/src/modules/zaptel modules make: *** SUBDIRS=/usr/src/modules/zaptel: No such file or directory. Stop. make: *** [linux26] Error 2 Any ideas? /usr/src/modules/zaptel is the dir I'm
2009 Sep 21
1
[PATCH 2/5] lguest: use set_pte/set_pmd uniformly for real page table entries
If we're building a pte, we can use simple assigment; only use set_pte etc. when we're actually going to use that destination as a PTE. I don't know that we'll ever run under Xen, but it's neater. And use set_pte/set_pmd rather than assuming native_ versions, even though that's probably true for most people. (Includes compile fix by Kamalesh Babulal <kamalesh at
2009 Sep 21
1
[PATCH 2/5] lguest: use set_pte/set_pmd uniformly for real page table entries
If we're building a pte, we can use simple assigment; only use set_pte etc. when we're actually going to use that destination as a PTE. I don't know that we'll ever run under Xen, but it's neater. And use set_pte/set_pmd rather than assuming native_ versions, even though that's probably true for most people. (Includes compile fix by Kamalesh Babulal <kamalesh at
2007 Aug 01
7
Problems building zaptel 1.4.4
Hi, I'm having trouble compiling zaptel 1.4.4 on SUSE 10.1. I'm really only interested in getting ztdummy to work because this is a dev machine with no zaptel h/w. SUSE 10.1 is a 2.6 kernel: asterisk-dev:/home/hugh # uname -r 2.6.16.13-4-default It seems that my problem is related to autoconf.h - I cannot find that file: asterisk-dev:/home/hugh # find / -name 'autoconf.h'
2006 Jan 23
4
make linux26
I thought I read somewhere that you no longer have to do a special make command for the 2.6 kernel. Is this true, or should I still make linux26? I'm having problems getting anything zaptel to load properly. ---- Mike Hammett Intelligent Computing Solutions http://www.ics-il.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 19
0
[PULL] lguest & virtio fixes
The following changes since commit ff54250a0ebab7f90a5f848a0ba63f999830c872: Linus Torvalds (1): Remove 'recurse into child resources' logic from 'reserve_region_with_split()' are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtio.git master Marcelo Tosatti (1): virtio: fix suspend when using
2009 Apr 19
0
[PULL] lguest & virtio fixes
The following changes since commit ff54250a0ebab7f90a5f848a0ba63f999830c872: Linus Torvalds (1): Remove 'recurse into child resources' logic from 'reserve_region_with_split()' are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-and-virtio.git master Marcelo Tosatti (1): virtio: fix suspend when using
2004 Nov 23
1
Error on install under Fedora Core 3
Although I had no problems getting Asterisk up and running under RedHat 9 I'm running into problems under FC 3. When running make linux26 I get: make -C /lib/modules/`uname -r`/build SUBDIRS=/usr/src/zaptel modules make[1]: Entering directory `/lib/modules/2.6.9-1.678_FC3/build' CC [M] /usr/src/zaptel/pciradio.o /usr/src/zaptel/pciradio.c:196:19: radfw.h: No such file or directory
2004 Dec 21
3
Problems installing Zaptel
Hi, I am new to asterisk. I have downloaded Asterisk and Zaptel from the cvs root. I am installing them on Mepis with linux-2.6.7 Whenever I try to do "make" in the zaptel directory, I get the following errors. make -C /lib/modules/`uname -r` /build SUBDIRS=/usr/src/zaptel modules make[1]: Entering directory `/usr/src/linux-2.6.7` make[1]: *** No rule to make target