aboutsummaryrefslogtreecommitdiff
path: root/xen-common-stub.c
blob: bd56ca2ce5ea1dd30d92ffa8cf1eccc1b8d5ef33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * 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-common.h"
#include "hw/xen/xen.h"

void xenstore_store_pv_console_info(int i, CharDriverState *chr)
{
}

int xen_init(MachineClass *mc)
{
    return -ENOSYS;
}