summaryrefslogtreecommitdiffstats
path: root/hw/char/xen_console.c
Commit message (Expand)AuthorAgeFilesLines
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* xen: Import other xen/io/*.hAnthony PERARD2019-06-241-1/+1
* char: allow specifying a GMainContext at opening timePaolo Bonzini2019-02-131-1/+2
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-6/+6
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-29/+29
* chardev: mark the calls that allow an implicit mux monitorMarc-André Lureau2018-10-031-1/+5
* xen: remove other open-coded use of libxengnttabPaul Durrant2018-05-221-5/+4Star
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* char: avoid chardevice direct accessAnton Nefedov2017-07-141-1/+1
* char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* char: make chr_fe_deinit() optionaly delete backendMarc-André Lureau2017-06-021-1/+1
* char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
* chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* xen: Rename xen_be_send_notifyEmil Condrea2016-10-291-2/+2
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-291-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-291-4/+4
* xen: Fix coding style warningsEmil Condrea2016-10-291-1/+2
* xen: Fix coding style errorsEmil Condrea2016-10-291-10/+11
* char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau2016-10-241-1/+1
* char: make some qemu_chr_fe skip if no driverMarc-André Lureau2016-10-241-4/+2Star
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-13/+3Star
* char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau2016-10-241-6/+8
* char: remaining switch to CharBackend in frontendMarc-André Lureau2016-10-241-16/+23
* char: remove init callbackMarc-André Lureau2016-10-241-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* xen: Clean up includesPeter Maydell2016-01-291-6/+1Star
* xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell2016-01-261-4/+4
* xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell2016-01-261-4/+4
* xen: Switch to libxengnttab interface for compat shims.Ian Campbell2016-01-261-2/+2
* xen_console: correctly cleanup primary console on teardown.Ian Campbell2016-01-261-5/+2Star
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+305