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
Age
Commit message (
Expand
)
Author
2024-04-09
target/i386: Revert monitor_puts() in do_inject_x86_mce()
Tao Su
2024-04-09
target/i386: fix direction of "32-bit MMU" test
Paolo Bonzini
2024-04-09
target/i386: use separate MMU indexes for 32-bit accesses
Paolo Bonzini
2024-03-21
target/i386: introduce function to query MMU indices
Paolo Bonzini
2024-02-28
target/i386: leave the A20 bit set in the final NPT walk
Paolo Bonzini
2024-02-28
target/i386: remove unnecessary/wrong application of the A20 mask
Paolo Bonzini
2024-02-28
target/i386: Fix physical address truncation
Paolo Bonzini
2024-02-28
target/i386: check validity of VMCB addresses
Paolo Bonzini
2024-02-28
target/i386: mask high bits of CR3 in 32-bit mode
Paolo Bonzini
2024-02-20
target/i386: Generate an illegal opcode exception on cmp instructions with lo...
Ziqiao Kong
2024-02-20
i386/cpuid: Move leaf 7 to correct group
Xiaoyao Li
2024-02-20
i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
Xiaoyao Li
2024-02-20
i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...
Xiaoyao Li
2024-02-20
i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not available
Xiaoyao Li
2024-01-20
target/i386: pcrel: store low bits of physical address in data[0]
Paolo Bonzini
2024-01-20
target/i386: fix incorrect EIP in PC-relative translation blocks
guoguangyao
2024-01-20
target/i386: Do not re-compute new pc with CF_PCREL
Richard Henderson
2024-01-20
target/i386: Fix 32-bit wrapping of pc/eip computation
Richard Henderson
2023-10-04
target/i386: fix memory operand size for CVTPS2PD
Paolo Bonzini
2023-10-04
target/i386: generalize operand size "ph" for use in CVTPS2PD
Paolo Bonzini
2023-10-04
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
Ricky Zhou
2023-10-04
target/i386: Fix exception classes for SSE/AVX instructions.
Ricky Zhou
2023-10-04
target/i386: Fix and add some comments next to SSE/AVX instructions.
Ricky Zhou
2023-10-04
target/i386: fix operand size of unary SSE operations
Paolo Bonzini
2023-09-11
kvm: Introduce kvm_arch_get_default_type hook
Akihiko Odaki
2023-08-05
target/i386: Check CR0.TS before enter_mmx
Matt Borgerson
2023-05-18
target/i386: fix avx2 instructions vzeroall and vpermdq
Xinyu Li
2023-05-18
target/i386: fix operand size for VCOMI/VUCOMI instructions
Paolo Bonzini
2023-04-27
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
2023-03-29
target/i386: Fix BZHI instruction
Richard Henderson
2023-03-29
target/i386: fix ADOX followed by ADCX
Paolo Bonzini
2023-03-29
target/i386: Fix C flag for BLSI, BLSMSK, BLSR
Richard Henderson
2023-03-29
target/i386: Fix BEXTR instruction
Richard Henderson
2022-12-01
target/i386: Always completely initialize TranslateFault
Richard Henderson
2022-12-01
target/i386: allow MMX instructions with CR4.OSFXSR=0
Paolo Bonzini
2022-11-15
target/i386: hardcode R_EAX as destination register for LAHF/SAHF
Paolo Bonzini
2022-11-15
target/i386: fix cmpxchg with 32-bit register destination
Paolo Bonzini
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-11-02
target/i386: Fix test for paging enabled
Richard Henderson
2022-11-01
target/i386: Expand eflags updates inline
Richard Henderson
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-11-01
target/i386: Use cpu_unwind_state_data for tpr access
Richard Henderson
2022-10-31
target/i386: Set maximum APIC ID to KVM prior to vCPU creation
Zeng Guang
2022-10-31
target/i386: Fix calculation of LOCK NEG eflags
Qi Hu
2022-10-26
Merge tag 'pull-tcg-20221026' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-10-26
target/i386: Convert to tcg_ops restore_state_to_opc
Richard Henderson
2022-10-25
Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...
Stefan Hajnoczi
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
2022-10-22
target/i386: implement FMA instructions
Paolo Bonzini
2022-10-20
target/i386: implement F16C instructions
Paolo Bonzini
[next]