aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini1-6/+1
2023-09-20i386: spelling fixesMichael Tokarev2-3/+3
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé1-0/+2
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé2-2/+3
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé1-0/+1
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé1-0/+3
2023-09-07target/i386: Restrict declarations specific to CONFIG_KVMPhilippe Mathieu-Daudé1-11/+16
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé2-20/+0
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé1-7/+0
2023-09-07target/i386: Remove unused KVM stubsPhilippe Mathieu-Daudé1-26/+0
2023-09-07target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()Philippe Mathieu-Daudé1-2/+0
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson1-5/+3
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki1-0/+5
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse1-10/+27
2023-07-07target/i386: Allow MCDT_NO if host supportsTao Su1-0/+4
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-2/+2
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson1-0/+1
2023-03-15Fix build without CONFIG_XEN_EMUMiroslav Rezanina1-0/+2
2023-03-07hw/xen: Implement soft reset for emulated gnttabDavid Woodhouse1-0/+5
2023-03-01kvm/i386: Add xen-evtchn-max-pirq propertyDavid Woodhouse2-0/+40
2023-03-01hw/xen: Support MSI mapping to PIRQDavid Woodhouse3-3/+21
2023-03-01hw/xen: Implement emulated PIRQ hypercall supportDavid Woodhouse1-0/+15
2023-03-01i386/xen: Implement HYPERVISOR_physdev_opDavid Woodhouse2-0/+137
2023-03-01hw/xen: Add xen_xenstore device for xenstore emulationDavid Woodhouse1-0/+12
2023-03-01i386/xen: handle HVMOP_get_paramJoao Martins1-0/+39
2023-03-01i386/xen: Reserve Xen special pages for console, xenstore ringsDavid Woodhouse1-0/+10
2023-03-01i386/xen: handle PV timer hypercallsJoao Martins1-2/+269
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 Woodhouse3-0/+52
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 Woodhouse1-0/+91
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 Woodhouse1-6/+88
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 Arora2-3/+82
2023-03-01i386/xen: implement HYPERVISOR_event_channel_opJoao Martins1-0/+25
2023-03-01i386/xen: handle VCPUOP_register_runstate_memory_areaJoao Martins1-0/+57
2023-03-01i386/xen: handle VCPUOP_register_vcpu_time_infoJoao Martins1-12/+88