aboutsummaryrefslogtreecommitdiff
path: root/hw/xen/xen-operations.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-07xen: Drop support for Xen versions below 4.7.1David Woodhouse1-56/+1
2023-06-07hw/xen: Fix memory leak in libxenstore_open() for XenDavid Woodhouse1-1/+1
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse1-1/+1
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-0/+198
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-0/+45
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse1-1/+8
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse1-0/+157
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-0/+71