]> xenbits.xensource.com Git - qemu-xen.git/commit
xen: make use of xen_xc implicit in xen_common.h inlines
authorPaul Durrant <paul.durrant@citrix.com>
Tue, 7 Mar 2017 10:55:30 +0000 (10:55 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 22 Mar 2017 18:47:39 +0000 (11:47 -0700)
commit260cabed718c4d3137553a4a98de268b0fb166b7
treeee422eb7020345a3d3746dfad26c92652be48ae1
parent55a19ad8b2d0797e3a8fe90ab99a9bb713824059
xen: make use of xen_xc implicit in xen_common.h inlines

Doing this will make the transition to using the new libxendevicemodel
interface less intrusive on the callers of these functions, since using
the new library will require a change of handle.

NOTE: The patch also moves the 'externs' for xen_xc and xen_fmem from
      xen_backend.h to xen_common.h, and the declarations from
      xen_backend.c to xen-common.c, which is where they belong.

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/xen/xen_backend.c
include/hw/xen/xen_backend.h
include/hw/xen/xen_common.h
xen-common.c
xen-hvm.c