]> git.proxmox.com Git - mirror_qemu.git/history - target/i386
target/i386: implement XSAVE and XRSTOR of AVX registers
[mirror_qemu.git] / target / i386 /
2022-10-18 Paolo Bonzinitarget/i386: implement XSAVE and XRSTOR of AVX registers
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x28-0x2f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x10-0x17, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xc2, 0xc4-0xc6, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x38, add AVX
2022-10-18 Richard Hendersontarget/i386: Use tcg gvec ops for pmovmskb
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x3a, add AVX
2022-10-18 Paolo Bonzinitarget/i386: clarify (un)signedness of immediates from...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd0-0xd7, 0xe0-0xe7...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x70-0x77, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x78-0x7f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x50-0x5f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef...
2022-10-18 Paolo Bonzinitarget/i386: reimplement 0x0f 0x60-0x6f, add AVX
2022-10-18 Paolo Bonzinitarget/i386: Introduce 256-bit vector helpers
2022-10-18 Paolo Bonzinitarget/i386: implement additional AVX comparison operators
2022-10-18 Paolo Bonzinitarget/i386: provide 3-operand versions of unary scalar...
2022-10-18 Paolo Bonzinitarget/i386: support operand merging in binary scalar...
2022-10-18 Paolo Bonzinitarget/i386: extend helpers to support VEX.V 3- and...
2022-10-18 Paul Brooktarget/i386: Prepare ops_sse_header.h for 256 bit AVX
2022-10-18 Paolo Bonzinitarget/i386: move scalar 0F 38 and 0F 3A instruction...
2022-10-18 Paolo Bonzinitarget/i386: validate SSE prefixes directly in the...
2022-10-18 Paolo Bonzinitarget/i386: validate VEX prefixes via the instructions...
2022-10-18 Paul Brooktarget/i386: add AVX_EN hflag
2022-10-18 Paolo Bonzinitarget/i386: add CPUID feature checks to new decoder
2022-10-18 Paolo Bonzinitarget/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContext
2022-10-18 Paolo Bonzinitarget/i386: add ALU load/writeback core
2022-10-18 Paolo Bonzinitarget/i386: add core of new i386 decoder
2022-10-18 Paolo Bonzinitarget/i386: make rex_w available even in 32-bit mode
2022-10-18 Paolo Bonzinitarget/i386: make ldo/sto operations consistent with ldq
2022-10-18 Richard Hendersontarget/i386: Define XMMReg and access macros, align...
2022-10-18 Richard Hendersontarget/i386: Use probe_access_full for final stage2...
2022-10-18 Richard Hendersontarget/i386: Use atomic operations for pte updates
2022-10-18 Richard Hendersontarget/i386: Combine 5 sets of variables in mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMU_NESTED_IDX for vmload/vmsave
2022-10-18 Richard Hendersontarget/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX
2022-10-18 Richard Hendersontarget/i386: Reorg GET_HPHYS
2022-10-18 Richard Hendersontarget/i386: Introduce structures for mmu_translate
2022-10-18 Richard Hendersontarget/i386: Direct call get_hphys from mmu_translate
2022-10-18 Richard Hendersontarget/i386: Use MMUAccessType across excp_helper.c
2022-10-18 Richard Hendersontarget/i386: Save and restore pc_save before tcg_remove...
2022-10-18 Peter Maydelltarget/i386: Use device_cold_reset() to reset the APIC
2022-10-18 Maciej S. Szmigierohyperv: fix SynIC SINT assertion failure on guest reset
2022-10-13 Stefan HajnocziMerge tag 'kraxel-20221013-pull-request' of https:...
2022-10-13 Stefan HajnocziMerge tag 'win32-pull-request' of https://gitlab.com...
2022-10-13 Stefan HajnocziMerge tag 'pull-request-2022-10-12' of https://gitlab...
2022-10-13 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-12 Stefan HajnocziMerge tag 'for_upstream' of https://git.kernel.org...
2022-10-12 Stefan HajnocziMerge tag 'pull-target-arm-20221010' of https://git...
2022-10-12 Stefan HajnocziMerge tag 'for-upstream' of git://repo.or.cz/qemu/kevin...
2022-10-11 Stefan HajnocziMerge tag 'dump-pull-request' of https://gitlab.com...
2022-10-11 Paolo Bonzinilinux-user: i386/signal: support XSAVE/XRSTOR for signa...
2022-10-11 Alexander GrafKVM: x86: Implement MSR_CORE_THREAD_COUNT MSR
2022-10-11 Alexander Grafi386: kvm: Add support for MSR filtering
2022-10-11 Alexander Grafx86: Implement MSR_CORE_THREAD_COUNT MSR
2022-10-11 Richard Hendersontarget/i386: Enable TARGET_TB_PCREL
2022-10-11 Richard Hendersontarget/i386: Inline gen_jmp_im
2022-10-11 Richard Hendersontarget/i386: Add cpu_eip
2022-10-11 Richard Hendersontarget/i386: Create eip_cur_tl
2022-10-11 Richard Hendersontarget/i386: Merge gen_jmp_tb and gen_goto_tb into...
2022-10-11 Richard Hendersontarget/i386: Remove MemOp argument to gen_op_j*_ecx
2022-10-11 Richard Hendersontarget/i386: Use gen_jmp_rel for DISAS_TOO_MANY
2022-10-11 Richard Hendersontarget/i386: Use gen_jmp_rel for gen_jcc
2022-10-11 Richard Hendersontarget/i386: Use gen_jmp_rel for loop, repz, jecxz...
2022-10-11 Richard Hendersontarget/i386: Create gen_jmp_rel
2022-10-11 Richard Hendersontarget/i386: Use DISAS_TOO_MANY to exit after gen_io_start
2022-10-11 Richard Hendersontarget/i386: Create eip_next_*
2022-10-11 Richard Hendersontarget/i386: Truncate values for lcall_real to i32
2022-10-11 Richard Hendersontarget/i386: Introduce DISAS_JUMP
2022-10-11 Richard Hendersontarget/i386: Remove cur_eip, next_eip arguments to...
2022-10-11 Richard Hendersontarget/i386: Create cur_insn_len, cur_insn_len_i32
2022-10-11 Richard Hendersontarget/i386: USe DISAS_EOB_ONLY
2022-10-11 Richard Hendersontarget/i386: Use DISAS_EOB_NEXT
2022-10-11 Richard Hendersontarget/i386: Use DISAS_EOB* in gen_movl_seg_T0
2022-10-11 Richard Hendersontarget/i386: Introduce DISAS_EOB*
2022-10-11 Richard Hendersontarget/i386: Create gen_update_eip_next
2022-10-11 Richard Hendersontarget/i386: Create gen_update_eip_cur
2022-10-11 Richard Hendersontarget/i386: Remove cur_eip, next_eip arguments to...
2022-10-11 Richard Hendersontarget/i386: Remove cur_eip argument to gen_exception
2022-10-11 Richard Hendersontarget/i386: Return bool from disas_insn
2022-10-11 Richard Hendersontarget/i386: Remove pc_start
2022-10-11 Chenyi Qiangi386: add notify VM exit support
2022-10-10 Paolo Bonzinikvm: allow target-specific accelerator properties
2022-10-10 Chenyi Qiangi386: kvm: extend kvm_{get, put}_vcpu_events to support...
2022-10-06 Janosch Frankdump: Replace opaque DumpState pointer with a typed one
2022-10-06 Stefan HajnocziMerge tag 'pull-testing-gdbstub-plugins-gitdm-061022...
2022-10-06 Alex Bennéemonitor: expose monitor_puts to rest of code
2022-10-05 Stefan HajnocziMerge tag 'pull-hex-20221003' of https://github.com...
2022-10-05 Stefan HajnocziMerge tag 'pull-tcg-20221004' of https://gitlab.com...
2022-10-04 Richard Hendersonaccel/tcg: Introduce tb_pc and log_pc
2022-10-04 Richard Hendersonhw/core: Add CPUClass.get_pc
2022-10-04 Stefan HajnocziMerge tag 'trivial-branch-for-7.2-pull-request' of...
2022-10-04 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-03 Markus ArmbrusterDrop superfluous conditionals around g_free()
2022-10-01 Ray Zhangtarget/i386/kvm: fix kvmclock_current_nsec: Assertion...
2022-09-22 Stefan HajnocziMerge tag 'pull-hex-20220919' of https://github.com...
2022-09-21 Stefan HajnocziMerge tag 'm68k-for-7.2-pull-request' of https://github...
2022-09-21 Stefan HajnocziMerge tag 'pull-ppc-20220920' of https://gitlab.com...
2022-09-21 Stefan HajnocziMerge tag 'pull-testing-next-200922-2' of https://githu...
2022-09-20 Stefan HajnocziMerge tag 'pull-request-2022-09-20' of https://gitlab...
next