aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/kvm/xen_gnttab.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi1-1/+1
2023-12-29hw/i386: Constify VMStateRichard Henderson1-1/+1
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse1-1/+6
2023-11-06hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse1-2/+0
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse1-2/+24
2023-03-07hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse1-3/+296
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse1-0/+19
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse1-0/+31
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse1-1/+72
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse1-0/+111