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
2023-05-25
target/i386: EPYC-Rome model without XSAVES
Maksim Davydov
2023-05-18
target/i386: Fix exception classes for MOVNTPS/MOVNTPD.
Ricky Zhou
2023-05-18
target/i386: Fix exception classes for SSE/AVX instructions.
Ricky Zhou
2023-05-18
target/i386: Fix and add some comments next to SSE/AVX instructions.
Ricky Zhou
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-05-18
target/i386: add support for FB_CLEAR feature
Emanuele Giuseppe Esposito
2023-05-18
target/i386: add support for FLUSH_L1D feature
Emanuele Giuseppe Esposito
2023-05-08
target/i386: Add EPYC-Genoa model to support Zen 4 processor series
Babu Moger
2023-05-08
target/i386: Add VNMI and automatic IBRS feature bits
Babu Moger
2023-05-08
target/i386: Add missing feature bits in EPYC-Milan model
Babu Moger
2023-05-08
target/i386: Add feature bits for CPUID_Fn80000021_EAX
Babu Moger
2023-05-08
target/i386: Add a couple of feature bits in 8000_0008_EBX
Babu Moger
2023-05-08
target/i386: Add new EPYC CPU versions with updated cache_info
Michael Roth
2023-05-08
target/i386: allow versioned CPUs to specify new cache_info
Michael Roth
2023-04-28
target/i386: Add support for PREFETCHIT0/1 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-NE-CONVERT in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-VNNI-INT8 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AVX-IFMA in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for AMX-FP16 in CPUID enumeration
Jiaxi Chen
2023-04-28
target/i386: Add support for CMPCCXADD in CPUID enumeration
Jiaxi Chen
2023-04-28
i386/cpu: Update how the EBX register of CPUID 0x8000001F is set
Tom Lendacky
2023-04-28
i386/sev: Update checks and information related to reduced-phys-bits
Tom Lendacky
2023-04-23
tcg: Replace tcg_abort with g_assert_not_reached
Richard Henderson
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
2023-04-20
target/i386: Set family/model/stepping of the "max" CPU according to LM bit
Thomas Huth
2023-04-20
target/i386: Change wrong XFRM value in SGX CPUID leaf
Yang Zhong
2023-04-20
target/i386: Avoid unreachable variable declaration in mmu_translate()
Peter Maydell
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-15
Fix build without CONFIG_XEN_EMU
Miroslav Rezanina
2023-03-13
target/i386: Avoid use of tcg_const_* throughout
Richard Henderson
2023-03-13
target/i386: Remove `NB_MMU_MODES` define
Anton Johansson
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
2023-03-07
gdbstub: move register helpers into standalone include
Alex Bennée
2023-03-07
hw/xen: Implement soft reset for emulated gnttab
David Woodhouse
2023-03-05
target/i386: Simplify POPF
Richard Henderson
2023-03-05
target/i386: Drop tcg_temp_free
Richard Henderson
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-02
Merge tag 'pull-monitor-2023-03-02' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2023-03-02
target/i386: Restrict 'qapi-commands-machine.h' to system emulation
Philippe Mathieu-Daudé
2023-03-01
target/i386: Don't use tcg_temp_local_new
Richard Henderson
2023-03-01
accel/tcg: Pass max_insn to gen_intermediate_code by pointer
Richard Henderson
2023-03-01
target/i386: Replace `tb_pc()` with `tb->pc`
Anton Johansson
2023-03-01
target/i386: Remove `TARGET_TB_PCREL` define
Anton Johansson
2023-03-01
target/i386: Replace `TARGET_TB_PCREL` with `CF_PCREL`
Anton Johansson
2023-03-01
target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
Anton Johansson
2023-03-01
kvm/i386: Add xen-evtchn-max-pirq property
David Woodhouse
2023-03-01
hw/xen: Support MSI mapping to PIRQ
David Woodhouse
2023-03-01
hw/xen: Implement emulated PIRQ hypercall support
David Woodhouse
2023-03-01
i386/xen: Implement HYPERVISOR_physdev_op
David Woodhouse
[next]