Displaying 2 results from an estimated 2 matches for "ia64fault".
Did you mean:
ia64_fault
2005 May 13
0
RE: RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64available
...tant step or... ski environment needs some change? The
command
>to start ski is:
> "ski bootloader xen paralinux nomca simscsi=`pwd`/sd"
>
> Here paralinux is built upon
>bk://xen-ia64.bkbits.net/xenlinux-ia64-2.6.11.bk.
>
> BTW, just saw a small bug in vcpu.c:
>IA64FAULT vcpu_itc_d(VCPU *vcpu, UINT64
> ...
> if (((itir & ~0xfc) >> 2) < PAGE_SHIFT) {
>Should be:
> if (((itir & 0xfc) >> 2) < PAGE_SHIFT) {
>
>Thanks,
>Kevin
>>-----Original Message-----
>>From: xen-ia64-devel-bounces@lists.xensourc...
2005 May 13
0
RE: [Xen-ia64-devel] Paravirtualized xenlinux/ia64 available
.... ski environment needs some change?
> The command
> to start ski is:
> "ski bootloader xen paralinux nomca simscsi=`pwd`/sd"
>
> Here paralinux is built upon
> bk://xen-ia64.bkbits.net/xenlinux-ia64-2.6.11.bk.
>
> BTW, just saw a small bug in vcpu.c:
> IA64FAULT vcpu_itc_d(VCPU *vcpu, UINT64
> ...
> if (((itir & ~0xfc) >> 2) < PAGE_SHIFT) {
> Should be:
> if (((itir & 0xfc) >> 2) < PAGE_SHIFT) {
>
> Thanks,
> Kevin
> >-----Original Message-----
> >From: xen-ia64-devel-bounces@lists...