aboutsummaryrefslogtreecommitdiff
path: root/hw/char/xen_console.c
AgeCommit message (Expand)Author
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-02-13char: allow specifying a GMainContext at opening timePaolo Bonzini
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-10-03chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau
2018-05-22xen: remove other open-coded use of libxengnttabPaul Durrant
2018-04-26Change references to serial_hds[] to serial_hd()Peter Maydell
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-06-02char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau
2017-06-02chardev: move headers to include/chardevMarc-André Lureau
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea
2016-10-28xen: Fix coding style warningsEmil Condrea
2016-10-28xen: Fix coding style errorsEmil Condrea
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: make some qemu_chr_fe skip if no driverMarc-André Lureau
2016-10-24char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: remaining switch to CharBackend in frontendMarc-André Lureau
2016-10-24char: remove init callbackMarc-André Lureau
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-01-29xen: Clean up includesPeter Maydell
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell
2016-01-26xen: Switch to libxengnttab interface for compat shims.Ian Campbell
2016-01-26xen_console: correctly cleanup primary console on teardown.Ian Campbell
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini