From 56e2cd24527867ac65aa86fc1820e5b700ccfa03 Mon Sep 17 00:00:00 2001 From: Anthony Xu Date: Wed, 5 Apr 2017 16:21:29 -0700 Subject: move xen-common.c to hw/xen/ move xen-common.c to hw/xen/ Signed-off -by: Anthony Xu Reviewed-by: Stefano Stabellini --- stubs/xen-common.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 stubs/xen-common.c (limited to 'stubs/xen-common.c') diff --git a/stubs/xen-common.c b/stubs/xen-common.c new file mode 100644 index 0000000..09fce2d --- /dev/null +++ b/stubs/xen-common.c @@ -0,0 +1,14 @@ +/* + * 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) +{ +} -- cgit v1.1