Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-06-07 | xen: Drop support for Xen versions below 4.7.1 | David Woodhouse | 1 | -56/+1 |
2023-06-07 | hw/xen: Fix memory leak in libxenstore_open() for Xen | David Woodhouse | 1 | -1/+1 |
2023-03-07 | hw/xen: Rename xen_common.h to xen_native.h | David Woodhouse | 1 | -1/+1 |
2023-03-07 | hw/xen: Add xenstore operations to allow redirection to internal emulation | Paul Durrant | 1 | -0/+198 |
2023-03-07 | hw/xen: Add foreignmem operations to allow redirection to internal emulation | David Woodhouse | 1 | -0/+45 |
2023-03-07 | hw/xen: Pass grant ref to gnttab unmap operation | David Woodhouse | 1 | -1/+8 |
2023-03-07 | hw/xen: Add gnttab operations to allow redirection to internal emulation | David Woodhouse | 1 | -0/+157 |
2023-03-07 | hw/xen: Add evtchn operations to allow redirection to internal emulation | David Woodhouse | 1 | -0/+71 |