aboutsummaryrefslogtreecommitdiff
path: root/hw/display/xenfb.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-06-24xen: Import other xen/io/*.hAnthony PERARD1-4/+3
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-12/+13
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-27compiler: add a sizeof_field() macroStefan Hajnoczi1-2/+2
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-1/+1
2017-12-14xenfb: activate input handlers for raw pointer devicesOwen Smith1-0/+5
2017-12-14xenfb: Add [feature|request]-raw-pointerOwen Smith1-17/+30
2017-12-14xenfb: Use Input Handlers directlyOwen Smith1-137/+137
2017-09-26hw/display/xenfb.c: Add trace_xenfb_key_eventLiang Yan1-0/+1
2017-07-07xenfb: remove xen_init_display "temporary" hackStefano Stabellini1-63/+18
2017-06-02Remove/replace sysemu/char.h inclusionMarc-André Lureau1-1/+0
2016-10-28xen: Rename xen_be_find_xendevEmil Condrea1-2/+2
2016-10-28xen: Rename xen_be_send_notifyEmil Condrea1-4/+4
2016-10-28xen: Rename xen_be_unbind_evtchnEmil Condrea1-1/+1
2016-10-28xen: Rename xen_be_printf to xen_pv_printfEmil Condrea1-21/+21
2016-10-28xen: Fix coding style warningsEmil Condrea1-2/+4
2016-10-28xen: Fix coding style errorsEmil Condrea1-41/+50
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-07xen: Use DIV_ROUND_UPLaurent Vivier1-2/+2
2016-04-12xenfb: use the correct condition to avoid excessive loopingWei Liu1-1/+1
2016-02-10xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2Ian Campbell1-7/+0
2016-01-29xen: Clean up includesPeter Maydell1-9/+1
2016-01-26xen: Switch uses of xc_map_foreign_{pages,bulk} to use libxenforeignmemory API.Ian Campbell1-8/+9
2016-01-26xen: Switch uses of xc_map_foreign_range into xc_map_foreign_pagesIan Campbell1-7/+8
2016-01-14xenfb.c: avoid expensive loops when prod <= out_consStefano Stabellini1-2/+3
2015-12-18xenfb: avoid reading twice the same fields from the shared pageStefano Stabellini1-4/+6
2015-02-10Add tracing to xenfb.Don Koch1-0/+5
2014-09-05console: stop using PixelFormatGerd Hoffmann1-3/+5
2014-07-07xen: build on ARMStefano Stabellini1-8/+10
2014-03-08xenfb: Fix graphic_console_init() build failureAndreas Färber1-1/+1
2014-01-17xenfb: map framebuffer read-only and handle unmap errorsStefano Stabellini1-1/+6
2013-04-25console: qom-ify QemuConsoleGerd Hoffmann1-1/+1
2013-04-16xen: re-enable refresh interval reporting for xenfbGerd Hoffmann1-39/+17
2013-04-16console: add GraphicHwOpsGerd Hoffmann1-4/+6
2013-04-16console: simplify screendumpGerd Hoffmann1-1/+0
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+1021