index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
i386
/
kvm
/
xen_evtchn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/xen_evtchn: Initialize flush_kvm_routes
Artem Chernyshev
2024-04-02
1
-1
/
+1
*
hw/i386/pc: Rename "bus" attribute to "pcibus"
Bernhard Beschow
2024-02-27
1
-1
/
+1
*
qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARD
Stefan Hajnoczi
2024-01-08
1
-7
/
+7
*
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-08
1
-8
/
+8
*
hw/i386: Constify VMState
Richard Henderson
2023-12-29
1
-2
/
+2
*
hw/xen: Clean up event channel 'type_val' handling to use union
David Woodhouse
2023-11-07
1
-81
/
+70
*
hw/xen: take iothread mutex in xen_evtchn_reset_op()
David Woodhouse
2023-11-06
1
-0
/
+1
*
hw/xen: select kernel mode for per-vCPU event channel upcall vector
David Woodhouse
2023-11-06
1
-0
/
+6
*
hw/xen: prevent guest from binding loopback event channel to itself
David Woodhouse
2023-08-01
1
-2
/
+9
*
hw/xen: fix off-by-one in xen_evtchn_set_gsi()
David Woodhouse
2023-08-01
1
-2
/
+2
*
hw/xen: Simplify emulated Xen platform init
David Woodhouse
2023-06-07
1
-20
/
+20
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
hw/xen: Hook up emulated implementation for event channel operations
David Woodhouse
2023-03-07
1
-0
/
+15
*
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2023-03-01
1
-10
/
+11
*
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2023-03-01
1
-7
/
+255
*
hw/xen: Support GSI mapping to PIRQ
David Woodhouse
2023-03-01
1
-1
/
+57
*
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
2023-03-01
1
-5
/
+301
*
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
2023-03-01
1
-0
/
+25
*
hw/xen: Add xen_xenstore device for xenstore emulation
David Woodhouse
2023-03-01
1
-0
/
+1
*
hw/xen: Add backend implementation of interdomain event channel support
David Woodhouse
2023-03-01
1
-7
/
+333
*
i386/xen: handle PV timer hypercalls
Joao Martins
2023-03-01
1
-0
/
+31
*
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
David Woodhouse
2023-03-01
1
-14
/
+66
*
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
2023-03-01
1
-0
/
+97
*
i386/xen: add monitor commands to test event injection
Joao Martins
2023-03-01
1
-0
/
+137
*
hw/xen: Implement EVTCHNOP_reset
David Woodhouse
2023-03-01
1
-0
/
+30
*
hw/xen: Implement EVTCHNOP_bind_vcpu
David Woodhouse
2023-03-01
1
-0
/
+40
*
hw/xen: Implement EVTCHNOP_bind_interdomain
David Woodhouse
2023-03-01
1
-0
/
+78
*
hw/xen: Implement EVTCHNOP_alloc_unbound
David Woodhouse
2023-03-01
1
-0
/
+32
*
hw/xen: Implement EVTCHNOP_send
David Woodhouse
2023-03-01
1
-0
/
+180
*
hw/xen: Implement EVTCHNOP_bind_ipi
David Woodhouse
2023-03-01
1
-0
/
+69
*
hw/xen: Implement EVTCHNOP_bind_virq
David Woodhouse
2023-03-01
1
-0
/
+85
*
hw/xen: Implement EVTCHNOP_unmask
David Woodhouse
2023-03-01
1
-0
/
+175
*
hw/xen: Implement EVTCHNOP_close
David Woodhouse
2023-03-01
1
-0
/
+123
*
hw/xen: Implement EVTCHNOP_status
David Woodhouse
2023-03-01
1
-0
/
+104
*
hw/xen: Add xen_evtchn device for event channel emulation
David Woodhouse
2023-03-01
1
-0
/
+155