aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm
AgeCommit message (Expand)Author
2023-11-07hw/xen: add support for Xen primary console in emulated modeDavid Woodhouse
2023-11-07i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUIDDavid 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-10-25kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2Paolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDRPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_ADJUST_CLOCKPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_MCEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEPPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_XSAVEPaolo Bonzini
2023-10-25kvm: i386: require KVM_CAP_DEBUGREGSPaolo Bonzini
2023-10-25kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilitiesPaolo Bonzini
2023-10-25kvm: require KVM_CAP_SIGNAL_MSIPaolo Bonzini
2023-10-20migration: simplify blockersSteve Sistare
2023-10-17target/i386/cpu: Fix CPUID_HT exposureXiaoyao Li
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realize() -> accel_cpu_common_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename AccelCPUClass::cpu_realizefn() -> cpu_target_realize()Philippe Mathieu-Daudé
2023-10-03accel: Rename accel_cpu_realizefn() -> accel_cpu_realize()Philippe Mathieu-Daudé
2023-09-26target/i386/kvm: eliminate shadowed local variablesPaolo Bonzini
2023-09-20i386: spelling fixesMichael Tokarev
2023-09-07sysemu/kvm: Restrict kvm_pc_setup_irq_routing() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_get_apic_state() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07sysemu/kvm: Restrict kvm_arch_get_supported_cpuid/msr() to x86 targetsPhilippe Mathieu-Daudé
2023-09-07target/i386: Restrict declarations specific to CONFIG_KVMPhilippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_hv_vpindex_settable()Philippe Mathieu-Daudé
2023-09-07target/i386: Allow elision of kvm_enable_x2apic()Philippe Mathieu-Daudé
2023-09-07target/i386: Remove unused KVM stubsPhilippe Mathieu-Daudé
2023-09-07target/i386/cpu-sysemu: Inline kvm_apic_in_kernel()Philippe Mathieu-Daudé
2023-08-24sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpointAnton Johansson
2023-08-22kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-08-01i386/xen: consistent locking around Xen singleshot timersDavid Woodhouse
2023-07-07target/i386: Allow MCDT_NO if host supportsTao Su
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé
2023-03-22*: Add missing includes of qemu/error-report.hRichard Henderson
2023-03-15Fix build without CONFIG_XEN_EMUMiroslav Rezanina
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