diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-22 15:19:19 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-22 15:19:19 +0000 |
commit | e57dd20bb7062b398a7af7c6d109eda765b5aae2 (patch) | |
tree | 1e5611b1d95c02b0c0bf141dfbadd40263907544 /hw/xen_backend.h | |
parent | d94f94862015f5f2416a99f2a56583951eee1453 (diff) | |
download | qemu-e57dd20bb7062b398a7af7c6d109eda765b5aae2.zip |
xen: add console backend driver. (Gerd Hoffmann)
This patch adds a xenconsole backend driver. It it based on current
xen-unstable code. It has been changed to make use of the common
backend driver code.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7221 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/xen_backend.h')
-rw-r--r-- | hw/xen_backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xen_backend.h b/hw/xen_backend.h index a1243f6b05..4744713ff2 100644 --- a/hw/xen_backend.h +++ b/hw/xen_backend.h @@ -83,4 +83,7 @@ int xen_be_send_notify(struct XenDevice *xendev); void xen_be_printf(struct XenDevice *xendev, int msg_level, const char *fmt, ...) __attribute__ ((format(printf, 3, 4))); +/* actual backend drivers */ +extern struct XenDevOps xen_console_ops; /* xen_console.c */ + #endif /* QEMU_HW_XEN_BACKEND_H */ |