2010-08-19 15:27:56 +04:00
|
|
|
/*
|
2020-06-10 19:14:21 +03:00
|
|
|
* Copyright (C) 2014 Citrix Systems UK Ltd.
|
2010-08-19 15:27:56 +04:00
|
|
|
*
|
2020-06-10 19:14:21 +03: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 15:27:56 +04:00
|
|
|
*/
|
|
|
|
|
2016-01-26 21:17:06 +03:00
|
|
|
#include "qemu/osdep.h"
|
2020-09-08 18:55:28 +03:00
|
|
|
#include "sysemu/xen.h"
|
2020-10-12 15:15:36 +03:00
|
|
|
#include "qapi/qapi-commands-migration.h"
|
2010-08-19 15:27:56 +04:00
|
|
|
|
2020-08-04 10:49:30 +03:00
|
|
|
bool xen_allowed;
|
|
|
|
|
2014-05-07 20:16:43 +04:00
|
|
|
void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
|
|
|
|
{
|
|
|
|
}
|