]> git.proxmox.com Git - mirror_qemu.git/commit
xen: create wrappers for all other uses of xc_hvm_XXX() functions
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 7 Mar 2017 10:55:32 +0000 (10:55 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 22 Mar 2017 18:47:39 +0000 (11:47 -0700)
commit8f25e7544150abd4bfd4ef35fe152c049b5ea5e7
treef219c9f474579db22d5c580d05b79802ef47c81d
parent5100afb5f59906f63490c050d2eee578b9ba2b3d
xen: create wrappers for all other uses of xc_hvm_XXX() functions

This patch creates inline wrapper functions in xen_common.h for all open
coded calls to xc_hvm_XXX() functions outside of xen_common.h so that use
of xen_xc can be made implicit. This again is in preparation for the move
to using libxendevicemodel.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Anthony Perard <anthony.perard@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
hw/i386/xen/xen_platform.c
include/hw/xen/xen_common.h
xen-hvm.c