aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm/xen-emu.c
AgeCommit message (Expand)Author
2024-01-08qemu/main-loop: rename QEMU_IOTHREAD_LOCK_GUARD to BQL_LOCK_GUARDStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07i386/xen: Ignore VCPU_SSHOTTMR_future flag in set_singleshot_timer()David Woodhouse
2023-11-06hw/xen: select kernel mode for per-vCPU event channel upcall vectorDavid Woodhouse
2023-11-06i386/xen: fix per-vCPU upcall vector for Xen emulationDavid Woodhouse
2023-11-06i386/xen: Don't advertise XENFEAT_supervisor_mode_kernelDavid Woodhouse
2023-09-20i386: spelling fixesMichael Tokarev
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse
2023-03-01i386/xen: handle HVMOP_get_paramJoao Martins
2023-03-01i386/xen: Reserve Xen special pages for console, xenstore ringsDavid Woodhouse
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse
2023-03-01i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse
2023-03-01i386/xen: implement HVMOP_set_paramAnkur Arora
2023-03-01i386/xen: implement HVMOP_set_evtchn_upcall_vectorAnkur Arora
2023-03-01i386/xen: implement HYPERVISOR_event_channel_opJoao Martins
2023-03-01i386/xen: handle VCPUOP_register_runstate_memory_areaJoao Martins
2023-03-01i386/xen: handle VCPUOP_register_vcpu_time_infoJoao Martins
2023-03-01i386/xen: handle VCPUOP_register_vcpu_infoJoao Martins
2023-03-01i386/xen: implement HYPERVISOR_vcpu_opJoao Martins
2023-03-01i386/xen: implement HYPERVISOR_hvm_opJoao Martins
2023-03-01i386/xen: implement XENMEM_add_to_physmap_batchDavid Woodhouse
2023-03-01i386/xen: implement HYPERVISOR_memory_opJoao Martins
2023-03-01i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse
2023-03-01i386/xen: Implement SCHEDOP_poll and SCHEDOP_yieldDavid Woodhouse
2023-03-01i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdownJoao Martins