https://github.com/qemu/qemu
Raw File
Tip revision: 9e2e9fe3df9f539f8b6941ceb96d25355fdae47e authored by Peter Maydell on 24 March 2021, 19:50:49 UTC
Update version for v6.0.0-rc0 release
Tip revision: 9e2e9fe
xen-stub.c
/*
 * Copyright (C) 2014       Citrix Systems UK Ltd.
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#include "qemu/osdep.h"
#include "sysemu/xen.h"
#include "qapi/qapi-commands-migration.h"

bool xen_allowed;

void qmp_xen_set_global_dirty_log(bool enable, Error **errp)
{
}
back to top