aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen-mapcache.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-24xen: Drop includes of xen/hvm/params.hAnthony PERARD1-2/+0
2019-03-19xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honoredRoger Pau Monne1-2/+8
2019-01-14xen: re-name XenDevice to XenLegacyDevice...Paul Durrant1-1/+1
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-1/+1
2018-07-02hw/xen: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-1/+2
2018-06-01Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2018-05-31xen/hvm: correct reporting of modified memory under physmap during migrationIgor Druzhinin1-1/+1
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville1-1/+1
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+3
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin1-1/+3
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-8/+77
2017-07-18xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin1-8/+36
2017-05-16xen/mapcache: store dma information in revmapcache entries for debuggingStefano Stabellini1-5/+10
2017-04-25move xen-mapcache.c to hw/i386/xen/Anthony Xu1-0/+459