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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-19
target/i386: Remove X86CPU::kvm_no_smi_migration field
Philippe Mathieu-Daudé
3
-11
/
+1
2024-06-19
target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
Philippe Mathieu-Daudé
2
-43
/
+1
2024-06-17
target/i386: SEV: do not assume machine->cgs is SEV
Paolo Bonzini
1
-1
/
+3
2024-06-17
target/i386: convert CMPXCHG to new decoder
Paolo Bonzini
3
-80
/
+53
2024-06-17
target/i386: convert XADD to new decoder
Paolo Bonzini
3
-36
/
+26
2024-06-17
target/i386: convert LZCNT/TZCNT/BSF/BSR/POPCNT to new decoder
Paolo Bonzini
4
-76
/
+133
2024-06-17
target/i386: convert SHLD/SHRD to new decoder
Paolo Bonzini
3
-84
/
+50
2024-06-17
target/i386: adapt gen_shift_count for SHLD/SHRD
Paolo Bonzini
1
-10
/
+10
2024-06-17
target/i386: pull load/writeback out of gen_shiftd_rm_T1
Paolo Bonzini
1
-41
/
+14
2024-06-17
target/i386: convert non-grouped, helper-based 2-byte opcodes
Paolo Bonzini
5
-170
/
+206
2024-06-17
target/i386: split X86_CHECK_prot into PE and VM86 checks
Paolo Bonzini
2
-4
/
+13
2024-06-17
target/i386: finish converting 0F AE to the new decoder
Paolo Bonzini
4
-194
/
+129
2024-06-17
target/i386: fix bad sorting of entries in the 0F table
Paolo Bonzini
1
-47
/
+46
2024-06-17
target/i386: replace read_crN helper with read_cr8
Paolo Bonzini
3
-17
/
+7
2024-06-17
target/i386: convert MOV from/to CR and DR to new decoder
Paolo Bonzini
4
-84
/
+81
2024-06-11
target/i386: fix processing of intercept 0 (read CR0)
Paolo Bonzini
2
-2
/
+3
2024-06-11
target/i386: replace NoSeg special with NoLoadEA
Paolo Bonzini
3
-11
/
+9
2024-06-11
target/i386: change X86_ENTRYwr to use T0, use it for moves
Paolo Bonzini
2
-25
/
+25
2024-06-11
target/i386: change X86_ENTRYr to use T0
Paolo Bonzini
2
-20
/
+20
2024-06-11
target/i386: put BLS* input in T1, use generic flag writeback
Paolo Bonzini
2
-17
/
+11
2024-06-11
target/i386: rewrite flags writeback for ADCX/ADOX
Paolo Bonzini
2
-30
/
+40
2024-06-11
target/i386: remove CPUX86State argument from generator functions
Paolo Bonzini
3
-289
/
+289
2024-06-11
i386/sev: Return when sev_common is null
Pankaj Gupta
1
-0
/
+1
2024-06-11
i386/sev: Move SEV_COMMON null check before dereferencing
Pankaj Gupta
1
-1
/
+2
2024-06-11
i386/sev: fix unreachable code coverity issue
Pankaj Gupta
1
-1
/
+2
2024-06-11
i386/cpu: fixup number of addressable IDs for processor cores in the physical...
Chuang Xu
1
-4
/
+2
2024-06-08
target/hexagon: idef-parser simplify predicate init
Anton Johansson
2
-14
/
+14
2024-06-08
target/hexagon: idef-parser fix leak of init_list
Anton Johansson
1
-1
/
+8
2024-06-08
target/hexagon: idef-parser remove undefined functions
Anton Johansson
1
-13
/
+0
2024-06-08
target/hexagon: idef-parser remove unused defines
Anton Johansson
1
-10
/
+0
2024-06-08
Hexagon: add PC alignment check and exception
Matheus Tavares Bernardino
4
-8
/
+15
2024-06-08
Hexagon: fix HVX store new
Matheus Tavares Bernardino
1
-3
/
+6
2024-06-08
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
22
-98
/
+489
2024-06-08
i386: Add support for overflow recovery
John Allen
3
-2
/
+3
2024-06-08
i386: Add support for SUCCOR feature
John Allen
3
-1
/
+23
2024-06-08
i386: Fix MCE support for AMD hosts
John Allen
3
-8
/
+37
2024-06-08
target/i386: Add get/set/migrate support for FRED MSRs
Xin Li
3
-0
/
+99
2024-06-08
target/i386: enumerate VMX nested-exception support
Xin Li
2
-0
/
+2
2024-06-08
target/i386: mark CR4.FRED not reserved
Xin Li
1
-1
/
+16
2024-06-08
target/i386: add support for FRED in CPUID enumeration
Xin Li
2
-1
/
+19
2024-06-08
i386/hvf: Updates API usage to use modern vCPU run function
Phil Dennis-Jordan
1
-1
/
+22
2024-06-08
i386/hvf: In kick_vcpu use hv_vcpu_interrupt to force exit
Phil Dennis-Jordan
1
-0
/
+1
2024-06-08
i386/hvf: Fixes dirty memory tracking by page granularity RX->RWX change
Phil Dennis-Jordan
1
-2
/
+3
2024-06-08
i386/hvf: Fixes some compilation warnings
Phil Dennis-Jordan
3
-5
/
+4
2024-06-08
i386/hvf: Adds support for INVTSC cpuid bit
Phil Dennis-Jordan
2
-0
/
+22
2024-06-08
target/i386: fix size of EBP writeback in gen_enter()
Mark Cave-Ayland
1
-1
/
+1
2024-06-08
target/i386: fix SP when taking a memory fault during POP
Mark Cave-Ayland
1
-1
/
+1
2024-06-08
target/i386: use gen_writeback() within gen_POP()
Mark Cave-Ayland
1
-2
/
+2
2024-06-08
target/i386: use local X86DecodedOp in gen_POP()
Mark Cave-Ayland
1
-2
/
+4
2024-06-08
target/i386: document use of DISAS_NORETURN
Paolo Bonzini
1
-0
/
+11
[next]