aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-01hw/xen: Subsume xen_be_register_common() into xen_be_init()David Woodhouse4-48/+25
2023-03-01i386/xen: Document Xen HVM emulationDavid Woodhouse2-0/+77
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse6-10/+54
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse11-10/+339
2023-03-01hw/xen: Support GSI mapping to PIRQDavid Woodhouse3-1/+75
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse6-5/+324
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse4-0/+173
2023-03-01hw/xen: Automatically add xen-platform PCI device for emulated Xen guestsDavid Woodhouse1-0/+3
2023-03-01hw/xen: Add basic ring handling to xenstoreDavid Woodhouse1-3/+251
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse6-0/+288
2023-03-01hw/xen: Add backend implementation of interdomain event channel supportDavid Woodhouse2-7/+352
2023-03-01i386/xen: handle HVMOP_get_paramJoao Martins1-0/+39
2023-03-01i386/xen: Reserve Xen special pages for console, xenstore ringsDavid Woodhouse2-0/+19
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins5-2/+308
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse3-1/+36
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse3-0/+96
2023-03-01hw/xen: Support mapping grant framesDavid Woodhouse3-2/+75
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse5-0/+135
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse5-0/+43
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse2-14/+100
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse8-0/+161
2023-03-01i386/xen: add monitor commands to test event injectionJoao Martins7-0/+320
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse3-0/+50
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse3-0/+54
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse3-0/+96
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse3-0/+49
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse3-0/+194
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse3-0/+86
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse6-0/+185
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse3-0/+189
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse3-0/+137
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse3-2/+125
2023-03-01i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse3-6/+92
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse5-1/+194
2023-03-01i386/xen: implement HVMOP_set_paramAnkur Arora1-0/+33
2023-03-01i386/xen: implement HVMOP_set_evtchn_upcall_vectorAnkur Arora4-3/+84
2023-03-01i386/xen: implement HYPERVISOR_event_channel_opJoao Martins1-0/+25
2023-03-01i386/xen: handle VCPUOP_register_runstate_memory_areaJoao Martins3-0/+59
2023-03-01i386/xen: handle VCPUOP_register_vcpu_time_infoJoao Martins3-12/+90
2023-03-01i386/xen: handle VCPUOP_register_vcpu_infoJoao Martins6-3/+191
2023-03-01i386/xen: implement HYPERVISOR_vcpu_opJoao Martins1-0/+25
2023-03-01i386/xen: implement HYPERVISOR_hvm_opJoao Martins1-0/+17
2023-03-01i386/xen: implement XENMEM_add_to_physmap_batchDavid Woodhouse2-0/+93
2023-03-01i386/xen: implement HYPERVISOR_memory_opJoao Martins3-1/+143
2023-03-01i386/xen: manage and save/restore Xen guest long_mode settingDavid Woodhouse3-0/+78
2023-03-01i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE modeDavid Woodhouse2-0/+14
2023-03-01xen: Permit --xen-domid argument when accel is KVMPaul Durrant1-1/+1
2023-03-01hw/xen: Add xen_overlay device for emulating shared xenheap pagesDavid Woodhouse4-0/+238
2023-03-01i386/xen: Implement SCHEDOP_poll and SCHEDOP_yieldDavid Woodhouse1-0/+13
2023-03-01i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdownJoao Martins3-0/+77