[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [Qemu-devel] [PATCH 1/2] xenner: add event channel implementation.
Gerd Hoffmann writes ("[Qemu-devel] [PATCH 1/2] xenner: add event channel implementation."): > The patch also adds a XenEvtOps struct with function pointers for the > xc_evtchn_* family, which is used to switch between libxenctrl and the > qemu implementation at runtime. By default libxenctrl is used. I don't understand why it's necessary to switch between these two modes at runtime. That adds a lot of extra boilerplate and indirection code and probably has some tiny performance effect too. Why not make it a compile-time option ? Even if the xen qemu becomes nearly identical to upstream, version skew issues with the hypervisor, dom0 kernel, and so on will mean that there will have to be a separate qemu branch for xen just for release management purposes and so on. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |