summaryrefslogtreecommitdiff
path: root/hw/display/xenfb.c
AgeCommit message (Expand)Author
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-06-24xen: Import other xen/io/*.hAnthony PERARD
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-14xenfb: activate input handlers for raw pointer devicesOwen Smith
2017-12-14xenfb: Add [feature|request]-raw-pointerOwen Smith
2017-12-14xenfb: Use Input Handlers directlyOwen Smith
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea
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-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-07xen: Use DIV_ROUND_UPLaurent Vivier
2016-04-12xenfb: use the correct condition to avoid excessive loopingWei Liu
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell
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-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini
2015-02-10Add tracing to xenfb.Don Koch
2014-09-05console: stop using PixelFormatGerd Hoffmann
2014-07-07xen: build on ARMStefano Stabellini
2014-03-08xenfb: Fix graphic_console_init() build failureAndreas Färber
2014-01-17xenfb: map framebuffer read-only and handle unmap errorsStefano Stabellini
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann
2013-04-16console: add GraphicHwOpsGerd Hoffmann
2013-04-16console: simplify screendumpGerd Hoffmann
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini