2010-08-19 19:27:56 +08:00
|
|
|
/*
|
2020-06-11 00:14:21 +08:00
|
|
|
* Copyright (C) 2014 Citrix Systems UK Ltd.
|
2010-08-19 19:27:56 +08:00
|
|
|
*
|
2020-06-11 00:14:21 +08:00
|
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
|
|
|
* See the COPYING file in the top-level directory.
|
2010-08-19 19:27:56 +08:00
|
|
|
*/
|
|
|
|
|
2016-01-27 02:17:06 +08:00
|
|
|
#include "qemu/osdep.h"
|
2020-09-08 23:55:28 +08:00
|
|
|
#include "sysemu/xen.h"
|
2020-10-12 20:15:36 +08:00
|
|
|
#include "qapi/qapi-commands-migration.h"
|
2010-08-19 19:27:56 +08:00
|
|
|
|
2020-08-04 15:49:30 +08:00
|
|
|
bool xen_allowed;
|
|
|
|
|
2014-05-08 00:16:43 +08:00
|
|
|
void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
|
|
|
|
{
|
|
|
|
}
|