]> git.proxmox.com Git - mirror_qemu.git/blame - accel/stubs/xen-stub.c
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
[mirror_qemu.git] / accel / stubs / xen-stub.c
CommitLineData
3285cf4f 1/*
234b7496 2 * Copyright (C) 2014 Citrix Systems UK Ltd.
3285cf4f 3 *
234b7496
PB
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.
3285cf4f
AP
6 */
7
21cbfe5f 8#include "qemu/osdep.h"
71f364b7 9#include "sysemu/xen.h"
28af9ba2 10#include "qapi/qapi-commands-migration.h"
3285cf4f 11
8e0ef068
PMD
12bool xen_allowed;
13
04b0de0e
WL
14void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
15{
16}