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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulation
Paolo Bonzini
1
-51
/
+76
2022-10-11
linux-user: i386/signal: move fpstate at the end of the 32-bit frames
Paolo Bonzini
1
-2
/
+9
2022-10-11
KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
1
-0
/
+21
2022-10-11
i386: kvm: Add support for MSR filtering
Alexander Graf
2
-0
/
+134
2022-10-11
x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
1
-0
/
+5
2022-10-11
target/i386: Enable TARGET_TB_PCREL
Richard Henderson
3
-29
/
+113
2022-10-11
target/i386: Inline gen_jmp_im
Richard Henderson
1
-10
/
+5
2022-10-11
target/i386: Add cpu_eip
Richard Henderson
1
-2
/
+11
2022-10-11
target/i386: Create eip_cur_tl
Richard Henderson
1
-1
/
+6
2022-10-11
target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
Richard Henderson
1
-33
/
+17
2022-10-11
target/i386: Remove MemOp argument to gen_op_j*_ecx
Richard Henderson
1
-15
/
+16
2022-10-11
target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
Richard Henderson
1
-0
/
+3
2022-10-11
target/i386: Use gen_jmp_rel for gen_jcc
Richard Henderson
1
-39
/
+18
2022-10-11
target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
Richard Henderson
1
-21
/
+15
2022-10-11
target/i386: Create gen_jmp_rel
Richard Henderson
1
-29
/
+29
2022-10-11
target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
Richard Henderson
1
-32
/
+10
2022-10-11
target/i386: Create eip_next_*
Richard Henderson
1
-21
/
+34
2022-10-11
target/i386: Truncate values for lcall_real to i32
Richard Henderson
3
-6
/
+5
2022-10-11
target/i386: Introduce DISAS_JUMP
Richard Henderson
1
-11
/
+13
2022-10-11
target/i386: Remove cur_eip, next_eip arguments to gen_repz*
Richard Henderson
1
-61
/
+59
2022-10-11
target/i386: Create cur_insn_len, cur_insn_len_i32
Richard Henderson
1
-12
/
+19
2022-10-11
target/i386: USe DISAS_EOB_ONLY
Richard Henderson
1
-6
/
+6
2022-10-11
target/i386: Use DISAS_EOB_NEXT
Richard Henderson
1
-27
/
+13
2022-10-11
target/i386: Use DISAS_EOB* in gen_movl_seg_T0
Richard Henderson
1
-31
/
+5
2022-10-11
target/i386: Introduce DISAS_EOB*
Richard Henderson
1
-2
/
+21
2022-10-11
target/i386: Create gen_update_eip_next
Richard Henderson
1
-20
/
+25
2022-10-11
target/i386: Create gen_update_eip_cur
Richard Henderson
1
-24
/
+28
2022-10-11
target/i386: Remove cur_eip, next_eip arguments to gen_interrupt
Richard Henderson
1
-7
/
+6
2022-10-11
target/i386: Remove cur_eip argument to gen_exception
Richard Henderson
1
-13
/
+13
2022-10-11
target/i386: Return bool from disas_insn
Richard Henderson
1
-22
/
+24
2022-10-11
target/i386: Remove pc_start
Richard Henderson
1
-54
/
+60
2022-10-11
i386: add notify VM exit support
Chenyi Qiang
4
-0
/
+128
2022-10-11
kvm: expose struct KVMState
Chenyi Qiang
2
-74
/
+76
2022-10-10
docs/system/arm/emulation.rst: Report FEAT_GTG support
Peter Maydell
1
-0
/
+1
2022-10-10
target/arm: Use ARMGranuleSize in ARMVAParameters
Peter Maydell
3
-20
/
+50
2022-10-10
target/arm: Don't allow guest to use unimplemented granule sizes
Peter Maydell
3
-8
/
+136
2022-10-10
hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3
Jerome Forissier
1
-0
/
+4
2022-10-10
target/arm: Use tlb_set_page_full
Richard Henderson
5
-114
/
+111
2022-10-10
target/arm: Fix cacheattr in get_phys_addr_disabled
Richard Henderson
1
-23
/
+25
2022-10-10
target/arm: Split out get_phys_addr_disabled
Richard Henderson
1
-64
/
+74
2022-10-10
target/arm: Fix ATS12NSO* from S PL1
Richard Henderson
1
-4
/
+4
2022-10-10
target/arm: Pass HCR to attribute subroutines.
Richard Henderson
1
-13
/
+17
2022-10-10
target/arm: Remove env argument from combined_attrs_fwb
Richard Henderson
1
-3
/
+2
2022-10-10
target/arm: Hoist read of *is_secure in S1_ptw_translate
Richard Henderson
1
-10
/
+12
2022-10-10
target/arm: Introduce arm_hcr_el2_eff_secstate
Richard Henderson
2
-10
/
+21
2022-10-10
target/arm: Drop secure check for HCR.TGE vs SCTLR_EL1.M
Richard Henderson
1
-2
/
+2
2022-10-10
target/arm: Reorg regime_translation_disabled
Richard Henderson
1
-7
/
+25
2022-10-10
target/arm: Fold secure and non-secure a-profile mmu indexes
Richard Henderson
7
-203
/
+85
2022-10-10
target/arm: Add is_secure parameter to do_ats_write
Richard Henderson
1
-5
/
+14
2022-10-10
target/arm: Merge regime_is_secure into get_phys_addr
Richard Henderson
2
-44
/
+42
[prev]
[next]