aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i386/kvm/xen_gnttab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-081-1/+1
* hw/i386: Constify VMStateRichard Henderson2023-12-291-1/+1
* hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse2023-11-071-1/+6
* hw/xen: don't clear map_track[] in xen_gnttab_reset()David Woodhouse2023-11-061-2/+0
* hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse2023-03-071-2/+24
* hw/xen: Add emulated implementation of grant table operationsDavid Woodhouse2023-03-071-3/+296
* hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse2023-03-011-0/+19
* i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse2023-03-011-0/+31
* hw/xen: Support mapping grant framesDavid Woodhouse2023-03-011-1/+72
* hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse2023-03-011-0/+111