aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins3-2/+275
2023-03-01hw/xen: Implement GNTTABOP_query_sizeDavid Woodhouse1-1/+15
2023-03-01i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_versonDavid Woodhouse1-0/+60
2023-03-01hw/xen: Add xen_gnttab device for grant table emulationDavid Woodhouse1-0/+3
2023-03-01kvm/i386: Add xen-gnttab-max-frames propertyDavid Woodhouse2-0/+40
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callbackDavid Woodhouse1-0/+34
2023-03-01hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callbackDavid Woodhouse4-0/+53
2023-03-01hw/xen: Implement EVTCHNOP_resetDavid Woodhouse1-0/+17
2023-03-01hw/xen: Implement EVTCHNOP_bind_vcpuDavid Woodhouse1-0/+12
2023-03-01hw/xen: Implement EVTCHNOP_bind_interdomainDavid Woodhouse1-0/+16
2023-03-01hw/xen: Implement EVTCHNOP_alloc_unboundDavid Woodhouse1-0/+15
2023-03-01hw/xen: Implement EVTCHNOP_sendDavid Woodhouse1-0/+12
2023-03-01hw/xen: Implement EVTCHNOP_bind_ipiDavid Woodhouse1-0/+15
2023-03-01hw/xen: Implement EVTCHNOP_bind_virqDavid Woodhouse3-0/+97
2023-03-01hw/xen: Implement EVTCHNOP_unmaskDavid Woodhouse1-0/+12
2023-03-01hw/xen: Implement EVTCHNOP_closeDavid Woodhouse1-0/+12
2023-03-01hw/xen: Implement EVTCHNOP_statusDavid Woodhouse1-2/+18
2023-03-01i386/xen: Add support for Xen event channel delivery to vCPUDavid Woodhouse2-6/+90
2023-03-01hw/xen: Add xen_evtchn device for event channel emulationDavid Woodhouse1-0/+15
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 Woodhouse1-0/+12
2023-03-01i386/xen: Implement SCHEDOP_poll and SCHEDOP_yieldDavid Woodhouse1-0/+13
2023-03-01i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdownJoao Martins2-0/+76
2023-03-01i386/xen: implement HYPERVISOR_xen_versionJoao Martins1-0/+86
2023-03-01i386/xen: handle guest hypercallsJoao Martins4-0/+53
2023-03-01i386/kvm: Set Xen vCPU ID in KVMDavid Woodhouse3-0/+34
2023-03-01i386/kvm: handle Xen HVM cpuid leavesJoao Martins5-6/+91
2023-03-01i386/kvm: Add xen-version KVM accelerator property and init KVM Xen supportDavid Woodhouse4-0/+138
2023-02-28Merge tag 'buildsys-qom-qdev-ui-20230227' of https://github.com/philmd/qemu i...Peter Maydell33-592/+604
2023-02-27hw: Move ioapic*.h to intc/Bernhard Beschow1-1/+1
2023-02-27target/tricore: Remove unused fields from CPUTriCoreStatePhilippe Mathieu-Daudé1-11/+0
2023-02-27target/xtensa/cpu: Include missing "memory.h" headerPhilippe Mathieu-Daudé1-0/+3
2023-02-27target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guardPhilippe Mathieu-Daudé1-2/+0
2023-02-27target/riscv/cpu: Move Floating-Point fields closerPhilippe Mathieu-Daudé1-3/+3
2023-02-27target/ppc: Fix warning with clang-15Pierrick Bouvier1-2/+2
2023-02-27target/ppc/kvm: Remove unused "sysbus.h" headerPhilippe Mathieu-Daudé1-1/+0
2023-02-27target/ppc/internal: Restrict MMU declarations to sysemuPhilippe Mathieu-Daudé1-0/+5
2023-02-27target/loongarch/cpu: Restrict "memory.h" header to sysemuPhilippe Mathieu-Daudé1-0/+2
2023-02-27target/loongarch/cpu: Remove unused "sysbus.h" headerBernhard Beschow1-1/+0
2023-02-27target/alpha: Remove obsolete STATUS documentPhilippe Mathieu-Daudé1-28/+0
2023-02-27target/hppa: Extract system helpers to sys_helper.cPhilippe Mathieu-Daudé3-77/+102