diff options
author | Emil Condrea | 2016-10-25 07:50:09 +0200 |
---|---|---|
committer | Stefano Stabellini | 2016-10-29 02:52:48 +0200 |
commit | f0021dba622f562d42982f4f4105a7e14ef7535c (patch) | |
tree | 3a216ed2e908a0ee97d38dc488cf93e2d624d736 /hw/xen/Makefile.objs | |
parent | xen: Fix coding style warnings (diff) | |
download | qemu-f0021dba622f562d42982f4f4105a7e14ef7535c.tar.gz qemu-f0021dba622f562d42982f4f4105a7e14ef7535c.tar.xz qemu-f0021dba622f562d42982f4f4105a7e14ef7535c.zip |
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>
Diffstat (limited to 'hw/xen/Makefile.objs')
-rw-r--r-- | hw/xen/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen/Makefile.objs b/hw/xen/Makefile.objs index d3670940b7..591cdc229d 100644 --- a/hw/xen/Makefile.objs +++ b/hw/xen/Makefile.objs @@ -1,5 +1,5 @@ # xen backend driver support -common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o +common-obj-$(CONFIG_XEN_BACKEND) += xen_backend.o xen_devconfig.o xen_pvdev.o obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen-host-pci-device.o obj-$(CONFIG_XEN_PCI_PASSTHROUGH) += xen_pt.o xen_pt_config_init.o xen_pt_graphics.o xen_pt_msi.o |