summary refs log tree commit diff stats
path: root/hw/char/xen_console.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/char/xen_console: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-091-0/+1
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-20/+58
* hw/xen: update Xen console to XenDevice modelDavid Woodhouse2023-11-071-129/+403
* hw/xen: Fix double-free in xen_console store_con_info()David Woodhouse2023-04-131-10/+3
* hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse2023-03-071-2/+43
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-1/+1
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-4/+4
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* 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/+4
* Change references to serial_hds[] to serial_hd()Peter Maydell2018-04-261-1/+1
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0
* 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-281-2/+2
* xen: Rename xen_be_unbind_evtchnEmil Condrea2016-10-281-1/+1
* xen: Rename xen_be_printf to xen_pv_printfEmil Condrea2016-10-281-4/+4
* xen: Fix coding style warningsEmil Condrea2016-10-281-1/+2
* xen: Fix coding style errorsEmil Condrea2016-10-281-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/+2
* char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinitMarc-André Lureau2016-10-241-13/+3
* 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/+0
* xen: Clean up includesPeter Maydell2016-01-291-6/+1
* 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/+2
* sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini2013-04-151-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+305