aboutsummaryrefslogtreecommitdiffstats
path: root/hw/xen_console.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-09Introduce a new 'connected' xendev op called when Connected.John Haxby1-2/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-3/+3
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf1-4/+7
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini1-6/+10
2011-07-17xen_console: fix memory leakStefano Stabellini1-2/+6
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-23Fix typo, thanks to Andreas Faerber for spottingblueswir11-1/+1
2009-04-23Use a more natural orderblueswir11-1/+1
2009-04-22xen: add console backend driver. (Gerd Hoffmann)aliguori1-0/+270