aboutsummaryrefslogtreecommitdiffstats
path: root/hw/i386/kvm/xen_evtchn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/xen_evtchn: Initialize flush_kvm_routesArtem Chernyshev2024-04-021-1/+1
* hw/i386/pc: Rename "bus" attribute to "pcibus"Bernhard Beschow2024-02-271-1/+1
* qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi2024-01-081-7/+7
* system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi2024-01-081-8/+8
* hw/i386: Constify VMStateRichard Henderson2023-12-291-2/+2
* hw/xen: Clean up event channel 'type_val' handling to use unionDavid Woodhouse2023-11-071-81/+70
* hw/xen: take iothread mutex in xen_evtchn_reset_op()David Woodhouse2023-11-061-0/+1
* hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse2023-11-061-0/+6
* hw/xen: prevent guest from binding loopback event channel to itselfDavid Woodhouse2023-08-011-2/+9
* hw/xen: fix off-by-one in xen_evtchn_set_gsi()David Woodhouse2023-08-011-2/+2
* hw/xen: Simplify emulated Xen platform initDavid Woodhouse2023-06-071-20/+20
* *: Add missing includes of qemu/error-report.hRichard Henderson2023-03-221-0/+1
* hw/xen: Hook up emulated implementation for event channel operationsDavid Woodhouse2023-03-071-0/+15
* kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse2023-03-011-10/+11
* hw/xen: Support MSI mapping to PIRQDavid Woodhouse2023-03-011-7/+255
* hw/xen: Support GSI mapping to PIRQDavid Woodhouse2023-03-011-1/+57
* hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse2023-03-011-5/+301
* i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse2023-03-011-0/+25
* hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse2023-03-011-0/+1
* hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse2023-03-011-7/+333
* i386/xen: handle PV timer hypercallsJoao Martins2023-03-011-0/+31
* hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse2023-03-011-14/+66
* hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse2023-03-011-0/+97
* i386/xen: add monitor commands to test event injectionJoao Martins2023-03-011-0/+137
* hw/xen: Implement EVTCHNOP_resetDavid Woodhouse2023-03-011-0/+30
* hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse2023-03-011-0/+40
* hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse2023-03-011-0/+78
* hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse2023-03-011-0/+32
* hw/xen: Implement EVTCHNOP_sendDavid Woodhouse2023-03-011-0/+180
* hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse2023-03-011-0/+69
* hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse2023-03-011-0/+85
* hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse2023-03-011-0/+175
* hw/xen: Implement EVTCHNOP_closeDavid Woodhouse2023-03-011-0/+123
* hw/xen: Implement EVTCHNOP_statusDavid Woodhouse2023-03-011-0/+104
* hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse2023-03-011-0/+155