[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH 03/12] evtchn delivery on HVM
On Tue, 18 May 2010, Jeremy Fitzhardinge wrote: > On 05/18/2010 03:22 AM, Stefano Stabellini wrote: > > From: Sheng Yang <sheng@xxxxxxxxxxxxxxx> > > > > Set the callback to receive evtchns from Xen, using the > > callback vector delivery mechanism. > > > > Could you expand on this a little? Like, why is this desireable? What > functional difference does it make? Is this patch useful in its own > right, or is it just laying the groundwork for something else? > In order to use PV frontends on HVM we need to receive notifications on event channel deliveries somehow. Using the callback vector is the preferred way, because it is available independently from any (emulated) PCI device, all the vcpus can receive these callbacks and theoretically there is no need to interact with the emulated lapic (even though at the moment we are doing it anyway because we are using the IPI vector). The other way is to receive interrupts from the xen platform pci device, but in that case interaction with the emulated lapic is unavoidable and we are limited to receive interrupts on vcpu 0. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |