diff options
author | Emil Condrea | 2016-10-25 07:50:14 +0200 |
---|---|---|
committer | Stefano Stabellini | 2016-10-29 02:53:50 +0200 |
commit | 96c77dba6f1c334d0c38c1fa43b02dbf727d100a (patch) | |
tree | 5f8191bee801fd5b3da30a965b702ca38aa56a57 /include/hw | |
parent | xen: Move xenstore cleanup and mkdir functions (diff) | |
download | qemu-96c77dba6f1c334d0c38c1fa43b02dbf727d100a.tar.gz qemu-96c77dba6f1c334d0c38c1fa43b02dbf727d100a.tar.xz qemu-96c77dba6f1c334d0c38c1fa43b02dbf727d100a.zip |
xen: Rename xen_be_printf to xen_pv_printf
Prepare xen_be_printf to be used by both backend and frontends:
* xen_be_printf -> xen_pv_printf
Signed-off-by: Emil Condrea <emilcondrea@gmail.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Quan Xu <xuquan8@huawei.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/xen/xen_pvdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/xen_pvdev.h b/include/hw/xen/xen_pvdev.h index 517537ae8a..7aedc91a2a 100644 --- a/include/hw/xen/xen_pvdev.h +++ b/include/hw/xen/xen_pvdev.h @@ -72,7 +72,7 @@ struct XenDevice *xen_be_find_xendev(const char *type, int dom, int dev); void xen_be_unbind_evtchn(struct XenDevice *xendev); int xen_be_send_notify(struct XenDevice *xendev); -void xen_be_printf(struct XenDevice *xendev, int msg_level, +void xen_pv_printf(struct XenDevice *xendev, int msg_level, const char *fmt, ...) GCC_FMT_ATTR(3, 4); #endif /* QEMU_HW_XEN_PVDEV_H */ |