index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
Age
Commit message (
Expand
)
Author
2021-05-19
target/i386: Assert IOPL is 0 for user-only
Richard Henderson
2021-05-19
target/i386: Assert CPL is 3 for user-only
Richard Henderson
2021-05-19
target/i386: Assert PE is set for user-only
Richard Henderson
2021-05-19
target/i386: Split out check_iopl
Richard Henderson
2021-05-19
target/i386: Split out check_vm86_iopl
Richard Henderson
2021-05-19
target/i386: Unify code paths for IRET
Richard Henderson
2021-05-19
target/i386: Split out check_cpl0
Richard Henderson
2021-05-19
target/i386: Split out gen_exception_gpf
Richard Henderson
2021-05-11
target/i386: use mmu_translate for NPT walk
Paolo Bonzini
2021-05-11
target/i386: allow customizing the next phase of the translation
Paolo Bonzini
2021-05-11
target/i386: extend pg_mode to more CR0 and CR4 bits
Paolo Bonzini
2021-05-11
target/i386: pass cr3 to mmu_translate
Paolo Bonzini
2021-05-11
target/i386: extract mmu_translate
Paolo Bonzini
2021-05-11
target/i386: move paging mode constants from SVM to cpu.h
Paolo Bonzini
2021-05-11
target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants
Paolo Bonzini
2021-05-10
accel: add init_accel_cpu for adapting accel behavior to CPU type
Claudio Fontana
2021-05-10
i386: split seg_helper into user-only and sysemu parts
Claudio Fontana
2021-05-10
i386: split svm_helper into sysemu and stub-only user
Claudio Fontana
2021-05-10
i386: separate fpu_helper sysemu-only parts
Claudio Fontana
2021-05-10
i386: split misc helper user stubs and sysemu part
Claudio Fontana
2021-05-10
i386: move TCG bpt_helper into sysemu/
Claudio Fontana
2021-05-10
i386: split tcg excp_helper into sysemu and user parts
Claudio Fontana
2021-05-10
i386: split smm helper (sysemu)
Claudio Fontana
2021-05-10
i386: split off sysemu-only functionality in tcg-cpu
Paolo Bonzini
2021-05-10
accel-cpu: make cpu_realizefn return a bool
Claudio Fontana
2021-05-10
i386: split cpu accelerators from cpu.c, using AccelCPUClass
Claudio Fontana
2021-05-10
target/i386: Split out do_fsave, do_frstor, do_fxsave, do_fxrstor
Richard Henderson
2021-05-10
target/i386: Rename helper_fldt, helper_fstt
Richard Henderson
2021-04-01
target/i386: Verify memory operand for lcall and ljmp
Richard Henderson
2021-03-19
target/i386: svm: do not discard high 32 bits of EXITINFO1
Paolo Bonzini
2021-03-19
target/i386: fail if toggling LA57 in 64-bit mode
Paolo Bonzini
2021-03-19
target/i386: allow modifying TCG phys-addr-bits
Paolo Bonzini
2021-02-25
tcg/i386: rdpmc: fix the the condtions
Zheng Zhan Liang
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-08
target/i86: implement PKS
Paolo Bonzini
2021-02-08
target/i386: Fix decoding of certain BMI instructions
David Greenaway
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
2021-02-05
cpu: Introduce TCGCpuOperations struct
Eduardo Habkost
2021-01-12
target/i386: Use X86Seg enum for segment registers
Philippe Mathieu-Daudé
2021-01-07
tcg: Make tb arg to synchronize_from_tb const
Richard Henderson
2021-01-02
target/i386: Check privilege level for protected mode 'int N' task gate
Peter Maydell
2020-12-18
target/i386: silence the compiler warnings in gen_shiftd_rm_T1
Chen Qun
2020-12-16
i386: tcg: remove inline from cpu_load_eflags
Claudio Fontana
2020-12-16
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
2020-12-16
i386: move TCG accel files into tcg/
Claudio Fontana
[prev]