|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 5/7] xen: Make event channel work with PV extension of HVM
On 03/01/2010 09:48 PM, Sheng Yang wrote: Presumably even if we don't have PV_EVTCHN available/enabled, the Xen clocksource would be available for getting time?I think currently Xen pv clocksource and clockevent are binding... Not sure if a single line "clocksource_register(&xen_clocksource)" can work. I would give it a try, maybe add a new PV feature. There should be no strong binding between them, but there may be some sloppy assumptions in xen/time.c which should be fixed. Linux itself treats clocksources and eventsources as completely distinct entities, and doesn't assume they're running on the same timebase (for example). Having a PV clocksource even if the timer interrupts are emulated would make sense and be useful.
Doesn't Xen arrange for the tscs to be synced anyway? Is the MMUEXT_TLB_FLUSH/INVLPG_MULTI hypercall not currently available to HVM?I think they are different. These hypercalls flushed native's TLB, but HVM want to flush guest one, especially when using shadow, HVM need do something for it.
I see.
J
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |