]> git.proxmox.com Git - qemu.git/blame - xen-stub.c
xen: Add initialisation of Xen
[qemu.git] / xen-stub.c
CommitLineData
3285cf4f
AP
1/*
2 * Copyright (C) 2010 Citrix Ltd.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2. See
5 * the COPYING file in the top-level directory.
6 *
7 */
8
9#include "qemu-common.h"
10#include "hw/xen.h"
11
12int xen_init(void)
13{
14 return -ENOSYS;
15}