Displaying 3 results from an estimated 3 matches for "jemery".
Did you mean:
emery
2010 Mar 13
1
[solved] Error: pci: 0000:01:07.0: non-page-aligned MMIO BAR found.
Hi Folks,
I make I new approach to pimp up my xen-Kernel in higher version-numbers.
Currently I run a selfcompiled 2.6.27-Kernel from:
hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg
In the next step I want to run the kernel from jemery:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
I tried the last couple of days to get pci-passtrough work with jeremys kernel but I still get:
----
chieftec:~# xm create vdr1.cfg
Using config file "/etc/xen/vdr1.cfg".
Error: pci: 0000:01:07.0: non-page-aligned MM...
2010 Aug 04
7
Xen 4.0.1-rc5 w/ 2.6.32.16 dom0, DomU''s start paused
I run my production DomU''s using Xen 3.4.1 at the moment with the old
2.6.18.x dom0 kernel. I just built a new Xen version (4.0.1-rc5) with
jemerys git repo of 2.6.32.16 dom0 pvops kernel. When starting domains
the go instantly into a paused state and eventually i see this error on
the command line.
[root@host test1]# xm create -c vps.config
Using config file "./vps.config".
[root@uk1 ndctest1]# Error: Device 0 (vif) could not...
2010 Aug 31
30
Xen 4.0.1 on Ubuntu Lucid 10.04 - Desktop / Server - 64 Bits - With OpenGL (Intel GEM) enabled - From Linuxcon Brazil! :-D
...rc
wget http://bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz
tar xf xen-4.0.1.tar.gz
cd xen-4.0.1
make xen
make tools
make stubdom
make install-xen
# make install-tools
make install-tools PYTHON_PREFIX_ARG=
make install-stubdom
3- Download, compile and install Linux from the Jemery''s tree:
make prep-kernels
wget
http://livexen01.worldweb.com.br/linux-config-2.6.23.18-xen-4.0.1-1-tcmc-10.08-1-O
build-linux-2.6-pvops_x86_64/.config
cd build-linux-2.6-pvops_x86_64
make menuconfig # Change whatever you want, if you now what you''re doing...
make
chmod g-s...