xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriate
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 17 Oct 2012 15:43:53 +0000 (16:43 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 17 Oct 2012 15:43:53 +0000 (16:43 +0100)
commite7a527e100dd3f72e0f9b672ab97324d80e064df
treefa5158057bf0bc481afd80c5f85b5da51408c4fd
parent1ab8784d69076c8bb21cef2f0529e3ebebbc3606
xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriate

Note: these changes don't make any difference on x86.

Replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when it is used as
an hypercall argument.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
64 files changed:
xen/arch/arm/domain.c
xen/arch/arm/domctl.c
xen/arch/arm/hvm.c
xen/arch/arm/mm.c
xen/arch/arm/physdev.c
xen/arch/arm/sysctl.c
xen/arch/x86/compat.c
xen/arch/x86/cpu/mcheck/mce.c
xen/arch/x86/domain.c
xen/arch/x86/domctl.c
xen/arch/x86/efi/runtime.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/microcode.c
xen/arch/x86/mm.c
xen/arch/x86/mm/hap/hap.c
xen/arch/x86/mm/mem_event.c
xen/arch/x86/mm/paging.c
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/oprofile/xenoprof.c
xen/arch/x86/physdev.c
xen/arch/x86/sysctl.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/compat/mm.c
xen/arch/x86/x86_64/domain.c
xen/arch/x86/x86_64/mm.c
xen/arch/x86/x86_64/traps.c
xen/common/compat/domain.c
xen/common/compat/grant_table.c
xen/common/compat/memory.c
xen/common/domain.c
xen/common/domctl.c
xen/common/event_channel.c
xen/common/grant_table.c
xen/common/kernel.c
xen/common/kexec.c
xen/common/memory.c
xen/common/schedule.c
xen/common/sysctl.c
xen/common/tmem.c
xen/common/tmem_xen.c
xen/common/xenoprof.c
xen/drivers/acpi/pmstat.c
xen/drivers/char/console.c
xen/drivers/passthrough/iommu.c
xen/include/asm-arm/hypercall.h
xen/include/asm-arm/mm.h
xen/include/asm-x86/hap.h
xen/include/asm-x86/hypercall.h
xen/include/asm-x86/mem_event.h
xen/include/asm-x86/mm.h
xen/include/asm-x86/paging.h
xen/include/asm-x86/processor.h
xen/include/asm-x86/shadow.h
xen/include/asm-x86/xenoprof.h
xen/include/xen/acpi.h
xen/include/xen/compat.h
xen/include/xen/hypercall.h
xen/include/xen/iommu.h
xen/include/xen/tmem_xen.h
xen/include/xsm/xsm.h
xen/xsm/dummy.c
xen/xsm/flask/flask_op.c
xen/xsm/flask/hooks.c
xen/xsm/xsm_core.c