diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-10 12:14:21 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-12 11:20:15 -0400 |
commit | 234b74966390894046dfef6157ecc49c39fdce20 (patch) | |
tree | 748588f5ab46334052814d35e24edcb320f66a70 /stubs/xen-common.c | |
parent | ed5d7ff34a8cfafd8efe2aab4eeaf9bf789870e3 (diff) |
stubs: move Xen stubs to accel/
Keep them close to the other accelerator-dependent stubs, so as to remove
stubs that are not needed by tools.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/xen-common.c')
-rw-r--r-- | stubs/xen-common.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/stubs/xen-common.c b/stubs/xen-common.c deleted file mode 100644 index f5efcae362..0000000000 --- a/stubs/xen-common.c +++ /dev/null @@ -1,13 +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 "hw/xen/xen.h" - -void xenstore_store_pv_console_info(int i, Chardev *chr) -{ -} |