summary refs log tree commit diff stats
path: root/hw/xen/xen-operations.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: Drop support for Xen versions below 4.7.1David Woodhouse2023-06-071-56/+1
* hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse2023-06-071-1/+1
* hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse2023-03-071-1/+1
* hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-0/+198
* hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+45
* hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse2023-03-071-1/+8
* hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+157
* hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+71