summaryrefslogtreecommitdiffstats
path: root/hw/i386/xen/xen-mapcache.c
Commit message (Expand)AuthorAgeFilesLines
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* xen: Drop includes of xen/hvm/params.hAnthony PERARD2019-06-241-2/+0Star
* xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne2019-03-191-2/+8
* xen: re-name XenDevice to XenLegacyDevice...Paul Durrant2019-01-141-1/+1
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-1/+1
* hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-011-1/+0Star
|\
| * hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* | xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin2018-05-311-1/+1
|/
* mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville2017-12-181-1/+1
* General warn report fixupsAlistair Francis2017-09-191-1/+1
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-2/+3
* xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G2017-07-221-2/+11
* xen: fix compilation on 32-bit hostsIgor Druzhinin2017-07-221-4/+5
* xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2017-07-181-1/+3
* xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin2017-07-181-8/+77
* xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin2017-07-181-8/+36
* xen/mapcache: store dma information in revmapcache entries for debuggingStefano Stabellini2017-05-161-5/+10
* move xen-mapcache.c to hw/i386/xen/Anthony Xu2017-04-251-0/+459