[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] x86/pv: Rename pv/ro-page-fault.c to pv/emul-ro-page-fault.c
To match all our other emulation handling. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Jan Beulich <JBeulich@xxxxxxxx> --- xen/arch/x86/pv/Makefile | 2 +- xen/arch/x86/pv/{ro-page-fault.c => emul-ro-page-fault.c} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename xen/arch/x86/pv/{ro-page-fault.c => emul-ro-page-fault.c} (99%) diff --git a/xen/arch/x86/pv/Makefile b/xen/arch/x86/pv/Makefile index 65bca04..bc777e9 100644 --- a/xen/arch/x86/pv/Makefile +++ b/xen/arch/x86/pv/Makefile @@ -5,12 +5,12 @@ obj-y += emulate.o obj-y += emul-gate-op.o obj-y += emul-inv-op.o obj-y += emul-priv-op.o +obj-y += emul-ro-page-fault.o obj-y += grant_table.o obj-y += hypercall.o obj-y += iret.o obj-y += misc-hypercalls.o obj-y += mm.o -obj-y += ro-page-fault.o obj-$(CONFIG_PV_SHIM) += shim.o obj-y += traps.o diff --git a/xen/arch/x86/pv/ro-page-fault.c b/xen/arch/x86/pv/emul-ro-page-fault.c similarity index 99% rename from xen/arch/x86/pv/ro-page-fault.c rename to xen/arch/x86/pv/emul-ro-page-fault.c index 7e0e7e8..aad5332 100644 --- a/xen/arch/x86/pv/ro-page-fault.c +++ b/xen/arch/x86/pv/emul-ro-page-fault.c @@ -1,5 +1,5 @@ /****************************************************************************** - * arch/x86/pv/ro-page-fault.c + * arch/x86/pv/emul-ro-page-fault.c * * Read-only page fault emulation for PV guests * -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |