index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
kvm
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-08
i386: Add support for overflow recovery
John Allen
1
-1
/
+1
2024-06-08
i386: Add support for SUCCOR feature
John Allen
1
-0
/
+2
2024-06-08
i386: Fix MCE support for AMD hosts
John Allen
1
-8
/
+31
2024-06-08
target/i386: Add get/set/migrate support for FRED MSRs
Xin Li
1
-0
/
+49
2024-06-05
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+56
2024-06-05
i386/kvm: Add KVM_EXIT_HYPERCALL handling for KVM_HC_MAP_GPA_RANGE
Michael Roth
1
-0
/
+55
2024-06-05
i386/sev: Add a class method to determine KVM VM type for SNP guests
Paolo Bonzini
1
-0
/
+1
2024-06-04
target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings
Richard Henderson
1
-6
/
+5
2024-05-22
i386/cpu: Introduce bitmap to cache available CPU topology levels
Zhao Liu
1
-1
/
+2
2024-04-23
target/i386: SEV: use KVM_SEV_INIT2 if possible
Paolo Bonzini
1
-0
/
+2
2024-04-23
target/i386: Implement mc->kvm_type() to get VM type
Paolo Bonzini
1
-0
/
+44
2024-04-23
KVM: remove kvm_arch_cpu_check_are_resettable
Paolo Bonzini
1
-5
/
+0
2024-04-23
i386/sev: Switch to use confidential_guest_kvm_init()
Xiaoyao Li
1
-4
/
+6
2024-04-23
i386/kvm: Move architectural CPUID leaf generation to separate helper
Sean Christopherson
1
-206
/
+211
2024-03-08
vmbus: Print a warning when enabled without the recommended set of features
Maciej S. Szmigiero
1
-0
/
+7
2024-02-16
i386/cpuid: Move leaf 7 to correct group
Xiaoyao Li
1
-1
/
+1
2024-02-16
i386/cpuid: Remove subleaf constraint on CPUID leaf 1F
Xiaoyao Li
1
-4
/
+0
2024-02-16
i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
Xiaoyao Li
1
-0
/
+1
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
1
-14
/
+14
2023-12-06
i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bit
Michael Roth
1
-0
/
+8
2023-11-07
i386/xen: advertise XEN_HVM_CPUID_UPCALL_VECTOR in CPUID
David Woodhouse
1
-0
/
+4
2023-10-25
kvm: i8254: require KVM_CAP_PIT2 and KVM_CAP_PIT_STATE2
Paolo Bonzini
1
-7
/
+0
2023-10-25
kvm: i386: require KVM_CAP_SET_IDENTITY_MAP_ADDR
Paolo Bonzini
1
-13
/
+7
2023-10-25
kvm: i386: require KVM_CAP_ADJUST_CLOCK
Paolo Bonzini
1
-5
/
+1
2023-10-25
kvm: i386: require KVM_CAP_MCE
Paolo Bonzini
1
-10
/
+4
2023-10-25
kvm: i386: require KVM_CAP_SET_VCPU_EVENTS and KVM_CAP_X86_ROBUST_SINGLESTEP
Paolo Bonzini
1
-90
/
+2
2023-10-25
kvm: i386: require KVM_CAP_XSAVE
Paolo Bonzini
1
-68
/
+2
2023-10-25
kvm: i386: require KVM_CAP_DEBUGREGS
Paolo Bonzini
1
-8
/
+1
2023-10-25
kvm: i386: move KVM_CAP_IRQ_ROUTING detection to kvm_arch_required_capabilities
Paolo Bonzini
1
-5
/
+1
2023-10-25
kvm: require KVM_CAP_SIGNAL_MSI
Paolo Bonzini
1
-0
/
+1
2023-10-20
migration: simplify blockers
Steve Sistare
1
-4
/
+4
2023-10-17
target/i386/cpu: Fix CPUID_HT exposure
Xiaoyao Li
1
-0
/
+2
2023-09-26
target/i386/kvm: eliminate shadowed local variables
Paolo Bonzini
1
-6
/
+1
2023-09-20
i386: spelling fixes
Michael Tokarev
1
-2
/
+2
2023-09-07
sysemu/kvm: Restrict kvm_has_pit_state2() to x86 targets
Philippe Mathieu-Daudé
1
-2
/
+2
2023-08-24
sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint
Anton Johansson
1
-5
/
+3
2023-08-22
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
1
-0
/
+5
2023-07-07
target/i386: Allow MCDT_NO if host supports
Tao Su
1
-0
/
+4
2023-03-15
Fix build without CONFIG_XEN_EMU
Miroslav Rezanina
1
-0
/
+2
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
1
-0
/
+34
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
1
-2
/
+17
2023-03-01
kvm/i386: Add xen-gnttab-max-frames property
David Woodhouse
1
-0
/
+34
2023-03-01
hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
David Woodhouse
1
-0
/
+11
2023-03-01
i386/xen: handle VCPUOP_register_vcpu_info
Joao Martins
1
-0
/
+17
2023-03-01
i386/xen: handle guest hypercalls
Joao Martins
1
-0
/
+5
2023-03-01
i386/kvm: Set Xen vCPU ID in KVM
David Woodhouse
1
-0
/
+5
2023-03-01
i386/kvm: handle Xen HVM cpuid leaves
Joao Martins
1
-2
/
+75
2023-03-01
i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
David Woodhouse
1
-0
/
+59
2023-02-27
target/i386: KVM: allow fast string operations if host supports them
Paolo Bonzini
1
-1
/
+16
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-0
/
+1
[next]