index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
target/i386: validate VEX prefixes via the instructions' exception classes
Paolo Bonzini
2022-10-18
4
-12
/
+239
|
*
target/i386: add AVX_EN hflag
Paul Brook
2022-10-18
3
-0
/
+16
|
*
target/i386: add CPUID feature checks to new decoder
Paolo Bonzini
2022-10-18
2
-0
/
+75
|
*
target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext
Paolo Bonzini
2022-10-18
1
-0
/
+2
|
*
target/i386: add ALU load/writeback core
Paolo Bonzini
2022-10-18
4
-1
/
+212
|
*
target/i386: add core of new i386 decoder
Paolo Bonzini
2022-10-18
4
-8
/
+1020
|
*
target/i386: make rex_w available even in 32-bit mode
Paolo Bonzini
2022-10-18
1
-5
/
+5
|
*
target/i386: make ldo/sto operations consistent with ldq
Paolo Bonzini
2022-10-18
1
-21
/
+22
|
*
target/i386: Define XMMReg and access macros, align ZMM registers
Richard Henderson
2022-10-18
1
-14
/
+44
|
*
target/i386: Use probe_access_full for final stage2 translation
Richard Henderson
2022-10-18
1
-14
/
+28
|
*
target/i386: Use atomic operations for pte updates
Richard Henderson
2022-10-18
1
-74
/
+168
|
*
target/i386: Combine 5 sets of variables in mmu_translate
Richard Henderson
2022-10-18
1
-87
/
+91
|
*
target/i386: Use MMU_NESTED_IDX for vmload/vmsave
Richard Henderson
2022-10-18
3
-138
/
+126
|
*
target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
Richard Henderson
2022-10-18
4
-30
/
+60
|
*
target/i386: Reorg GET_HPHYS
Richard Henderson
2022-10-18
1
-28
/
+95
|
*
target/i386: Introduce structures for mmu_translate
Richard Henderson
2022-10-18
1
-154
/
+174
|
*
target/i386: Direct call get_hphys from mmu_translate
Richard Henderson
2022-10-18
1
-8
/
+4
|
*
target/i386: Use MMUAccessType across excp_helper.c
Richard Henderson
2022-10-18
1
-13
/
+15
|
*
target/i386: Save and restore pc_save before tcg_remove_ops_after
Richard Henderson
2022-10-18
1
-0
/
+8
|
*
target/i386: Use device_cold_reset() to reset the APIC
Peter Maydell
2022-10-18
1
-1
/
+1
|
*
hyperv: fix SynIC SINT assertion failure on guest reset
Maciej S. Szmigiero
2022-10-18
5
-7
/
+37
*
|
Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
2022-10-18
2
-1
/
+6
|
\
\
|
*
|
target/ppc: Fix xvcmp* clearing FI bit
VĂctor Colombo
2022-10-17
1
-1
/
+0
|
*
|
target/ppc: restore powerpc_excp_booke doorbell interrupts
Nicholas Piggin
2022-10-17
1
-0
/
+6
*
|
|
target/loongarch: Fix fnm{sub/add}_{s/d} set wrong flags
Song Gao
2022-10-17
1
-6
/
+6
*
|
|
target/loongarch: bstrins.w src register need EXT_NONE
Song Gao
2022-10-17
1
-14
/
+22
|
/
/
*
/
target/riscv: pmp: Fixup TLB size calculation
Alistair Francis
2022-10-14
1
-0
/
+12
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-10-13
17
-431
/
+816
|
\
|
*
linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate
Paolo Bonzini
2022-10-11
3
-27
/
+42
|
*
KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-10-11
1
-0
/
+21
|
*
i386: kvm: Add support for MSR filtering
Alexander Graf
2022-10-11
2
-0
/
+134
|
*
x86: Implement MSR_CORE_THREAD_COUNT MSR
Alexander Graf
2022-10-11
1
-0
/
+5
|
*
target/i386: Enable TARGET_TB_PCREL
Richard Henderson
2022-10-11
3
-29
/
+113
|
*
target/i386: Inline gen_jmp_im
Richard Henderson
2022-10-11
1
-10
/
+5
|
*
target/i386: Add cpu_eip
Richard Henderson
2022-10-11
1
-2
/
+11
|
*
target/i386: Create eip_cur_tl
Richard Henderson
2022-10-11
1
-1
/
+6
|
*
target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel
Richard Henderson
2022-10-11
1
-33
/
+17
|
*
target/i386: Remove MemOp argument to gen_op_j*_ecx
Richard Henderson
2022-10-11
1
-15
/
+16
|
*
target/i386: Use gen_jmp_rel for DISAS_TOO_MANY
Richard Henderson
2022-10-11
1
-0
/
+3
|
*
target/i386: Use gen_jmp_rel for gen_jcc
Richard Henderson
2022-10-11
1
-39
/
+18
|
*
target/i386: Use gen_jmp_rel for loop, repz, jecxz insns
Richard Henderson
2022-10-11
1
-21
/
+15
|
*
target/i386: Create gen_jmp_rel
Richard Henderson
2022-10-11
1
-29
/
+29
|
*
target/i386: Use DISAS_TOO_MANY to exit after gen_io_start
Richard Henderson
2022-10-11
1
-32
/
+10
|
*
target/i386: Create eip_next_*
Richard Henderson
2022-10-11
1
-21
/
+34
|
*
target/i386: Truncate values for lcall_real to i32
Richard Henderson
2022-10-11
3
-6
/
+5
|
*
target/i386: Introduce DISAS_JUMP
Richard Henderson
2022-10-11
1
-11
/
+13
|
*
target/i386: Remove cur_eip, next_eip arguments to gen_repz*
Richard Henderson
2022-10-11
1
-61
/
+59
|
*
target/i386: Create cur_insn_len, cur_insn_len_i32
Richard Henderson
2022-10-11
1
-12
/
+19
|
*
target/i386: USe DISAS_EOB_ONLY
Richard Henderson
2022-10-11
1
-6
/
+6
|
*
target/i386: Use DISAS_EOB_NEXT
Richard Henderson
2022-10-11
1
-27
/
+13
[prev]
[next]