Displaying 5 results from an estimated 5 matches for "hypervisor_poll".
2007 Nov 22
2
2.6.22.9-xen (ubuntu) and Nvidia x86_64-100.14.19 - success
...d on an old one from suse).
bash NVIDIA-Linux-x86_64-100.14.19-pkg2.run -a -x
cp -a NVIDIA-Linux-x86_64-100.14.19-pkg2/usr/src/nv/
nvidia-source-100.14.19-x86_64-xen
patch -p0 < nvidia-xen.diff
$EDITOR /lib/modules/`uname
-r`/build/include/asm-i386/mach-xen/asm/hypervisor.h
[ comment out HYPERVISOR_poll function ]
cd nvidia-source-100.14.19-x86_64-xen
IGNORE_XEN_PRESENCE=y make SYSSRC=/lib/modules/`uname -r`/build module
[nessecary with SYSSRC=... to get all the includepaths right]
DISPLAY=:0.0 xdpyinfo
[snip]
BIG-REQUESTS
DAMAGE
DEC-XTRAP
DOUBLE-BUFFER
DPMS
Extend...
2006 Mar 10
12
[PATCH] Add SCHEDOP_block_on
This patch adds a facility to block on a particular event channel, for
when a domain needs to block, but cannot enable interrupts. A domain
uses the call something like this:
while (1) {
clear_evtchn_pending(evtchn);
if (check_for_data(evtchn))
break;
HYPERVISOR_block_on(evtchn);
}
The clear of the pending is needed to ensure that any subsequent calls
to block_on() don''t
2006 Jul 26
5
linux-2.6-xen.hg
Hi,
Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being
updated? if not, what''s the preferred Linux tree to track that has all
of the Xen bits?
Thanks,
Muli
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it