[PATCH 2/2] lguest: Convert to hrtimer framework

2007-05-09 Thread James Morris
Convert lguest to the hrtimer framework, enabling dynamic ticks and high resolution timers. Signed-off-by: James Morris <[EMAIL PROTECTED]> --- drivers/lguest/hypercalls.c | 13 + drivers/lguest/interrupts_and_traps.c | 32 +++-- drivers/lgues

[PATCH 1/2] lguest: Add TSC clocksource

2007-05-09 Thread James Morris
From: Rusty Russell <[EMAIL PROTECTED]> Add rudimentary TSC-based clocksource support (based on Rusty's original patch). Needs to be enhanced for frequency scaling. Signed-off-by: James Morris <[EMAIL PROTECTED]> --- arch/i386/kernel/tsc.c |1 + drivers/lguest/hy

[PATCH 0/2 v05] lguest: TSC & hrtimers

2007-05-09 Thread James Morris
s previous critical todo items, although handling TSC frequency scaling remains to be addressed. Please review and apply if ok. -- James Morris <[EMAIL PROTECTED]> ___ Virtualization mailing list Virtualization@lists.linux-foundatio

Re: [PATCH] lguest: two net bugfixes

2007-05-08 Thread James Morris
On Tue, 8 May 2007, Rusty Russell wrote: > 1) Bridging via host is broken: we need to set "promisc" bit in MAC >address published by the host so the guest sends us everything. >Thanks James Morris for the report (I don't use bridging). > > 2) Lguest networ

Re: [LGUEST] updated nohz/hrtimer WIP patches (v04)

2007-03-29 Thread James Morris
EVENT, __pa(&kdelta), 0, 0); > + return 0; > +} > > > Why compute kdelta? Why not just use "delta"? 'delta' is limited to 2^32 nanoseconds on 32-bit, which is not enough to be useful (I really don't understand why the A

[LGUEST] updated nohz/hrtimer WIP patches (v04)

2007-03-29 Thread James Morris
At http://namei.org/misc/lguest/patches/time/v04/ Just a resync to the latest upstream lguest patch queue, after some fun with bare metal bugs and assorted churn. - James -- James Morris <[EMAIL PROTECTED]> ___ Virtualization mailin

[LGUEST] updated nohz/hrtimer WIP patches (v02)

2007-03-26 Thread James Morris
pending interrupts after they're enabled again per suggestion from Rusty. -- James Morris <[EMAIL PROTECTED]> ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linux-foundation.org/mailman/listinfo/virtualization