blob: f5efcae362e217ea3db0aa8943b0e5644e9be666 [file] [log] [blame]
Wei Liu04b0de02014-05-07 16:16:43 +00001/*
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
Peter Maydell21cbfe52016-01-26 18:17:06 +00008#include "qemu/osdep.h"
Wei Liu04b0de02014-05-07 16:16:43 +00009#include "hw/xen/xen.h"
10
Marc-André Lureau0ec7b3e2016-12-07 16:20:22 +030011void xenstore_store_pv_console_info(int i, Chardev *chr)
Wei Liu04b0de02014-05-07 16:16:43 +000012{
13}