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>
This commit is contained in:
Anthony Xu 2017-04-05 16:21:29 -07:00 committed by Stefano Stabellini
parent d6a3f64ad3
commit 56e2cd2452
5 changed files with 2 additions and 3 deletions

14
stubs/xen-common.c Normal file
View file

@ -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)
{
}