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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
target/i386: Clean up error cases for vmsr_read_thread_stat()
Anthony Harivel
1
-2
/
+3
2024-07-31
target/i386: Fix typo that assign same value twice
Anthony Harivel
1
-2
/
+2
2024-07-31
target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machine
Zhao Liu
1
-0
/
+15
2024-07-31
target/i386/cpu: Add dependencies of CPUID 0x12 leaves
Zhao Liu
1
-0
/
+12
2024-07-31
target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependency
Zhao Liu
1
-5
/
+4
2024-07-31
target/i386/cpu: Remove unnecessary SGX feature words checks
Zhao Liu
1
-15
/
+1
2024-07-31
target/i386: Change unavail from u32 to u64
Xiong Zhang
1
-1
/
+1
2024-07-29
target/i386: Remove dead assignment to ss in do_interrupt64()
Peter Maydell
1
-3
/
+2
2024-07-22
Add support for RAPL MSRs in KVM/Qemu
Anthony Harivel
5
-1
/
+883
2024-07-16
target/i386/tcg: save current task state before loading new one
Paolo Bonzini
1
-40
/
+45
2024-07-16
target/i386/tcg: use X86Access for TSS access
Paolo Bonzini
1
-52
/
+58
2024-07-16
target/i386/tcg: check for correct busy state before switching to a new task
Paolo Bonzini
1
-0
/
+5
2024-07-16
target/i386/tcg: Compute MMU index once
Paolo Bonzini
1
-13
/
+22
2024-07-16
target/i386/tcg: Introduce x86_mmu_index_{kernel_,}pl
Richard Henderson
2
-12
/
+26
2024-07-16
target/i386/tcg: Reorg push/pop within seg_helper.c
Richard Henderson
1
-222
/
+259
2024-07-16
target/i386/tcg: use PUSHL/PUSHW for error code
Paolo Bonzini
1
-9
/
+7
2024-07-16
target/i386/tcg: Allow IRET from user mode to user mode with SMAP
Paolo Bonzini
1
-9
/
+9
2024-07-16
target/i386/tcg: Remove SEG_ADDL
Richard Henderson
1
-6
/
+2
2024-07-16
target/i386/tcg: fix POP to memory in long mode
Paolo Bonzini
2
-1
/
+2
2024-07-16
i386/sev: Don't allow automatic fallback to legacy KVM_SEV*_INIT
Michael Roth
1
-14
/
+71
2024-07-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
6
-23
/
+109
2024-07-04
target/i386/SEV: implement mask_cpuid_features
Paolo Bonzini
2
-0
/
+37
2024-07-04
target/i386: add support for masking CPUID features in confidential guests
Paolo Bonzini
2
-0
/
+29
2024-07-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
2
-11
/
+2
2024-07-03
hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
David Woodhouse
2
-11
/
+2
2024-07-03
target/i386: add avx-vnni-int16 feature
Paolo Bonzini
1
-1
/
+1
2024-07-03
i386/sev: Fallback to the default SEV device if none provided in sev_get_capa...
Michal Privoznik
1
-5
/
+5
2024-07-03
i386/sev: Fix error message in sev_get_capabilities()
Michal Privoznik
1
-1
/
+1
2024-07-03
target/i386: do not include undefined bits in the AMD topoext leaf
Paolo Bonzini
2
-0
/
+7
2024-07-03
target/i386: SEV: fix formatting of CPUID mismatch message
Paolo Bonzini
1
-3
/
+3
2024-07-03
target/i386: drop AMD machine check bits from Intel CPUID
Paolo Bonzini
1
-4
/
+19
2024-07-03
target/i386: pass X86CPU to x86_cpu_get_supported_feature_word
Paolo Bonzini
3
-9
/
+7
2024-07-02
hvf: Drop ifdef for macOS versions older than 12.0
Akihiko Odaki
1
-22
/
+1
2024-06-30
target/i386: Advertise MWAIT iff host supports
Zide Chen
2
-14
/
+9
2024-06-28
target/i386/sev: Fix printf formats
Richard Henderson
1
-6
/
+11
2024-06-28
target/i386/sev: Use size_t for object sizes
Richard Henderson
2
-9
/
+9
2024-06-28
target/i386: SEV: store pointer to decoded id_auth in SevSnpGuest
Paolo Bonzini
1
-5
/
+8
2024-06-28
target/i386: SEV: rename sev_snp_guest->id_auth
Paolo Bonzini
1
-6
/
+6
2024-06-28
target/i386: SEV: store pointer to decoded id_block in SevSnpGuest
Paolo Bonzini
1
-5
/
+6
2024-06-28
target/i386: SEV: rename sev_snp_guest->id_block
Paolo Bonzini
1
-6
/
+6
2024-06-28
target/i386: remove unused enum
Paolo Bonzini
1
-16
/
+0
2024-06-28
target/i386: give CC_OP_POPCNT low bits corresponding to MO_TL
Paolo Bonzini
2
-4
/
+12
2024-06-28
target/i386: use cpu_cc_dst for CC_OP_POPCNT
Paolo Bonzini
4
-6
/
+6
2024-06-28
target/i386: fix CC_OP dump
Paolo Bonzini
1
-63
/
+64
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
1
-1
/
+1
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
[next]