aboutsummaryrefslogtreecommitdiff
path: root/hw/xen_console.c
AgeCommit message (Expand)Author
2012-06-21xen: Reorganize includes of Xen headers.Anthony PERARD
2012-03-27xen_console: ignore console disconnect events from console/0Stefano Stabellini
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini
2011-07-17xen_console: fix memory leakStefano Stabellini
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-23Fix typo, thanks to Andreas Faerber for spottingblueswir1
2009-04-23Use a more natural orderblueswir1
2009-04-22xen: add console backend driver. (Gerd Hoffmann)aliguori