xen: Create a new file xen_pvdev.c
commitf0021dba622f562d42982f4f4105a7e14ef7535c
authorEmil Condrea <emilcondrea@gmail.com>
Tue, 25 Oct 2016 05:50:09 +0000 (25 08:50 +0300)
committerStefano Stabellini <sstabellini@kernel.org>
Sat, 29 Oct 2016 00:52:48 +0000 (28 17:52 -0700)
tree3a216ed2e908a0ee97d38dc488cf93e2d624d736
parentb9730c5b4e7132b5e49806c6724f91d760e88d17
xen: Create a new file xen_pvdev.c

The purpose of the new file is to store generic functions shared by frontend
and backends such as xenstore operations, xendevs.

Signed-off-by: Quan Xu <quan.xu@intel.com>
Signed-off-by: Emil Condrea <emilcondrea@gmail.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Quan Xu <xuquan8@huawei.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
hw/xen/Makefile.objs
hw/xen/xen_backend.c
hw/xen/xen_pvdev.c [new file with mode: 0644]
include/hw/xen/xen_backend.h
include/hw/xen/xen_pvdev.h [new file with mode: 0644]