https://github.com/qemu/qemu
Raw File
Tip revision: 9c74490bff6c8886a922008d0c9ce6cae70dd17e authored by Stefan Hajnoczi on 05 December 2023, 21:33:13 UTC
Update version for v8.2.0-rc3 release
Tip revision: 9c74490
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