diff options
| author | Anthony Xu | 2017-04-06 01:21:29 +0200 |
|---|---|---|
| committer | Stefano Stabellini | 2017-04-25 20:04:34 +0200 |
| commit | 56e2cd24527867ac65aa86fc1820e5b700ccfa03 (patch) | |
| tree | 10c14e23ff8b86fe739e0375177b061267bd986e /stubs/xen-common.c | |
| parent | add xen-9p-backend to MAINTAINERS under Xen (diff) | |
| download | qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.tar.gz qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.tar.xz qemu-56e2cd24527867ac65aa86fc1820e5b700ccfa03.zip | |
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 'stubs/xen-common.c')
| -rw-r--r-- | stubs/xen-common.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/stubs/xen-common.c b/stubs/xen-common.c new file mode 100644 index 0000000000..09fce2dd36 --- /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) +{ +} |
