]> git.proxmox.com Git - qemu.git/blob - xen-stub.c
beb982ff5a4400ad6f45d7326d891ec5e483c13b
[qemu.git] / xen-stub.c
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
12 int xen_init(void)
13 {
14 return -ENOSYS;
15 }