index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
i386
/
xen
/
xen-mapcache.c
Age
Commit message (
Expand
)
Author
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include sysemu/sysemu.h a lot less
Markus Armbruster
2019-06-24
xen: Drop includes of xen/hvm/params.h
Anthony PERARD
2019-03-19
xen-mapcache: use MAP_FIXED flag so the mmap address hint is always honored
Roger Pau Monne
2019-01-14
xen: re-name XenDevice to XenLegacyDevice...
Paul Durrant
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
2018-07-02
hw/xen: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-06-01
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-06-01
hw: Do not include "sysemu/blockdev.h" if it is not necessary
Philippe Mathieu-Daudé
2018-05-31
xen/hvm: correct reporting of modified memory under physmap during migration
Igor Druzhinin
2017-12-18
mmap(2) returns MAP_FAILED, not NULL, on failure
Michael McConville
2017-09-19
General warn report fixups
Alistair Francis
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
2017-07-21
xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...
Alexey G
2017-07-21
xen: fix compilation on 32-bit hosts
Igor Druzhinin
2017-07-18
xen: don't use xenstore to save/restore physmap anymore
Igor Druzhinin
2017-07-18
xen/mapcache: introduce xen_replace_cache_entry()
Igor Druzhinin
2017-07-18
xen/mapcache: add an ability to create dummy mappings
Igor Druzhinin
2017-05-16
xen/mapcache: store dma information in revmapcache entries for debugging
Stefano Stabellini
2017-04-25
move xen-mapcache.c to hw/i386/xen/
Anthony Xu