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-10-22
target/i386: Remove ra parameter from ptw_translate
Richard Henderson
2024-10-22
target/i386: Use probe_access_full_mmu in ptw_translate
Richard Henderson
2024-10-22
target/i386: Walk NPT in guest real mode
Alexander Graf
2024-10-18
Merge tag 'pull-error-2024-10-18' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2024-10-18
target/i386/cpu: Improve errors for out of bounds property values
Markus Armbruster
2024-10-18
target/i386/cpu: Avoid mixing signed and unsigned in property setters
Markus Armbruster
2024-10-17
target/i386: Use only 16 and 32-bit operands for IN/OUT
Richard Henderson
2024-10-17
target/i386/tcg: Use DPL-level accesses for interrupts and call gates
Paolo Bonzini
2024-10-17
target/i386: assert that cc_op* and pc_save are preserved
Paolo Bonzini
2024-10-17
target/i386: list instructions still in translate.c
Paolo Bonzini
2024-10-17
target/i386: do not check PREFIX_LOCK in old-style decoder
Paolo Bonzini
2024-10-17
target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
Paolo Bonzini
2024-10-17
target/i386: decode address before going back to translate.c
Paolo Bonzini
2024-10-17
target/i386: convert bit test instructions to new decoder
Paolo Bonzini
2024-10-17
target/i386: Make sure SynIC state is really updated before KVM_RUN
Vitaly Kuznetsov
2024-10-17
target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
Vitaly Kuznetsov
2024-10-17
target/i386: Fix conditional CONFIG_SYNDBG enablement
Vitaly Kuznetsov
2024-10-17
target/i386: Add support save/load HWCR MSR
Gao Shiyuan
2024-10-17
target/i386: Add more features enumerated by CPUID.7.2.EDX
Chao Gao
2024-10-17
target/i386: Make invtsc migratable when user sets tsc-khz explicitly
Xiaoyao Li
2024-10-17
target/i386: Construct CPUID 2 as stateful iff times > 1
Xiaoyao Li
2024-10-17
target/i386: Enable fdp-excptn-only and zero-fcs-fds
Xiaoyao Li
2024-10-17
target/i386: Don't construct a all-zero entry for CPUID[0xD 0x3f]
Xiaoyao Li
2024-10-13
target/i386/gdbstub: Expose orig_ax
Ilya Leoshkevich
2024-10-13
target/i386/gdbstub: Factor out gdb_get_reg() and gdb_write_reg()
Ilya Leoshkevich
2024-10-03
target/i386/kvm: Report which action failed in kvm_arch_put/get_registers
Julia Suvorova
2024-10-03
kvm: Allow kvm_arch_get/put_registers to accept Error**
Julia Suvorova
2024-10-03
target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest
Fabiano Rosas
2024-10-03
kvm/i386: replace identity_base variable with a constant
Paolo Bonzini
2024-10-03
kvm/i386: refactor kvm_arch_init and split it into smaller functions
Ani Sinha
2024-10-02
kvm/i386: fix return values of is_host_cpu_intel()
Ani Sinha
2024-10-02
kvm/i386: make kvm_filter_msr() and related definitions private to kvm module
Ani Sinha
2024-10-02
target/i386: Raise the highest index value used for any VMCS encoding
Lei Wang
2024-10-02
target/i386: Add VMX control bits for nested FRED support
Xin Li (Intel)
2024-10-02
target/i386: Delete duplicated macro definition CR4_FRED_MASK
Xin Li (Intel)
2024-09-28
Merge tag 'pull-request-2024-09-25' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-09-24
target/i386/kvm: replace assert(false) with g_assert_not_reached()
Pierrick Bouvier
2024-09-20
license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later
Philippe Mathieu-Daudé
2024-09-13
hvf: Split up hv_vm_create logic per arch
Danny Canter
2024-09-13
kvm: Use 'unsigned long' for request argument in functions wrapping ioctl()
Johannes Stoelp
2024-09-10
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
Markus Armbruster
2024-08-21
target/i386: Fix tss access size in switch_tss_ra
Richard Henderson
2024-08-21
target/i386: Fix carry flag for BLSI
Richard Henderson
2024-08-21
target/i386: Split out gen_prepare_val_nz
Richard Henderson
2024-08-16
target/i386: allow access_ptr to force slow path on failed probe
Alex Bennée
2024-08-14
target/i386: Fix arguments for vmsr_read_thread_stat()
Anthony Harivel
2024-08-13
target/i386: Assert MMX and XMM registers in range
Richard Henderson
2024-08-13
target/i386: Use unit not type in decode_modrm
Richard Henderson
2024-08-13
target/i386: Do not apply REX to MMX operands
Richard Henderson
2024-08-05
target/i386: Fix VSIB decode
Richard Henderson
[next]