pc, Disable vmport initialisation with Xen.
[qemu/kevin.git] / xen-stub.c
blobbeb982ff5a4400ad6f45d7326d891ec5e483c13b
1 /*
2 * Copyright (C) 2010 Citrix Ltd.
4 * This work is licensed under the terms of the GNU GPL, version 2. See
5 * the COPYING file in the top-level directory.
7 */
9 #include "qemu-common.h"
10 #include "hw/xen.h"
12 int xen_init(void)
14 return -ENOSYS;