xref: /qemu/accel/stubs/xen-stub.c (revision 65cb7129f4160c7e07a0da107f888ec73ae96776)
1 /*
2  * Copyright (C) 2014       Citrix Systems UK Ltd.
3  *
4  * This work is licensed under the terms of the GNU GPL, version 2 or later.
5  * See the COPYING file in the top-level directory.
6  */
7 
8 #include "qemu/osdep.h"
9 #include "system/xen.h"
10 #include "qapi/qapi-commands-migration.h"
11 
12 bool xen_allowed;
13 
14 void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
15 {
16 }
17