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