aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/xen/xen-mapcache.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal1-599/+0
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-1/+1
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé1-8/+8
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-7/+7
2022-01-27xen-mapcache: Avoid entry->lock overflowRoss Lagerwall1-1/+7
2021-05-13numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand1-3/+4
2021-05-10xen-mapcache: avoid a race on memory map while using MAP_FIXEDIgor Druzhinin1-1/+14
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
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