aboutsummaryrefslogtreecommitdiff
path: root/accel/stubs/xen-stub.c
blob: 7ba0b697f49255fc75b0c7824e965a47010e160b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 "sysemu/xen.h"
#include "qapi/qapi-commands-misc.h"

bool xen_allowed;

void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
{
}