summaryrefslogtreecommitdiff
path: root/xen-common-stub.c
diff options
context:
space:
mode:
authorAnthony Xu <anthony.xu@intel.com>2017-04-05 16:21:29 -0700
committerStefano Stabellini <sstabellini@kernel.org>2017-04-25 11:04:34 -0700
commit56e2cd24527867ac65aa86fc1820e5b700ccfa03 (patch)
tree10c14e23ff8b86fe739e0375177b061267bd986e /xen-common-stub.c
parentd6a3f64ad3e8136758bc71e47f860974204c7a12 (diff)
downloadqemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.tar.gz
move xen-common.c to hw/xen/
move xen-common.c to hw/xen/ Signed-off -by: Anthony Xu <anthony.xu@intel.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'xen-common-stub.c')
-rw-r--r--xen-common-stub.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/xen-common-stub.c b/xen-common-stub.c
deleted file mode 100644
index 09fce2dd36..0000000000
--- a/xen-common-stub.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (C) 2014 Citrix Systems UK Ltd.
- *
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
- */
-
-#include "qemu/osdep.h"
-#include "qemu-common.h"
-#include "hw/xen/xen.h"
-
-void xenstore_store_pv_console_info(int i, Chardev *chr)
-{
-}