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