X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fxen-common-stub.c;fp=qemu%2Fxen-common-stub.c;h=906f991f1e012fe6f29a5c4dd371426cf2be068d;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/xen-common-stub.c b/qemu/xen-common-stub.c new file mode 100644 index 000000000..906f991f1 --- /dev/null +++ b/qemu/xen-common-stub.c @@ -0,0 +1,13 @@ +/* + * 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) +{ +}