]> git.proxmox.com Git - mirror_qemu.git/blob - xen-common-stub.c
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
[mirror_qemu.git] / xen-common-stub.c
1 /*
2 * Copyright (C) 2014 Citrix Systems UK Ltd.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8 #include "qemu-common.h"
9 #include "hw/xen/xen.h"
10
11 void xenstore_store_pv_console_info(int i, CharDriverState *chr)
12 {
13 }
14
15 int xen_init(MachineClass *mc)
16 {
17 return -ENOSYS;
18 }
19