[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] RFC: making the PVH 64bit ABI as stableo
On Tue, 2015-06-02 at 18:09 +0100, Andrew Cooper wrote: > * Removal of all /* TODO pvhfixme */ from the code I guess this is not the literal tag: ianc@cosworth:xen.git$ git grep -i TODO.pvhfixme xen ianc@cosworth:xen.git$ git grep -i TODO.*pvh xen ianc@cosworth:xen.git$ I think you meant: ianc@cosworth:xen.git$ git grep -i pvh.fixme xen xen/arch/x86/domain_build.c: * pvh fixme: The following doesn't map MMIO ranges when they sit above the xen/arch/x86/domain_build.c: * PVH Fixme: XENFEAT_supervisor_mode_kernel has been reused in PVH with a xen/arch/x86/hvm/vmx/vmx.c: if ( unlikely(is_pvh_vcpu(v)) /* PVH fixme */ || xen/arch/x86/mm/p2m-pt.c: /* pvh fixme: foreign types are only supported on ept at present */ xen/arch/x86/mm/p2m.c: * pvh fixme: when adding support for pvh non-hardware domains, this path must xen/arch/x86/mm/p2m.c: * pvh fixme: until support is added to p2m teardown code to cleanup any xen/arch/x86/time.c: * PVH fixme: support more tsc modes. xen/arch/x86/traps.c: if ( !d || !d->vcpu || !d->vcpu[0] || !is_pv_domain(d) /* PVH fixme */ ) xen/common/vm_event.c: /* pvh fixme: p2m_is_foreign types need addressing */ xen/common/vm_event.c: /* pvh fixme: p2m_is_foreign types need addressing */ Are there other variants or is this the list? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |