hw/s390x/css: Remove double initialization
[qemu/ar7.git] / accel / stubs / xen-stub.c
blob7ba0b697f49255fc75b0c7824e965a47010e160b
1 /*
2 * Copyright (C) 2014 Citrix Systems UK Ltd.
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 */
8 #include "qemu/osdep.h"
9 #include "sysemu/xen.h"
10 #include "qapi/qapi-commands-misc.h"
12 bool xen_allowed;
14 void qmp_xen_set_global_dirty_log(bool enable, Error **errp)