aboutsummaryrefslogtreecommitdiff
path: root/target/i386
AgeCommit message (Expand)AuthorFilesLines
2022-10-11target/i386: Use gen_jmp_rel for gen_jccRichard Henderson1-39/+18
2022-10-11target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson1-21/+15
2022-10-11target/i386: Create gen_jmp_relRichard Henderson1-29/+29
2022-10-11target/i386: Use DISAS_TOO_MANY to exit after gen_io_startRichard Henderson1-32/+10
2022-10-11target/i386: Create eip_next_*Richard Henderson1-21/+34
2022-10-11target/i386: Truncate values for lcall_real to i32Richard Henderson3-6/+5
2022-10-11target/i386: Introduce DISAS_JUMPRichard Henderson1-11/+13
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_repz*Richard Henderson1-61/+59
2022-10-11target/i386: Create cur_insn_len, cur_insn_len_i32Richard Henderson1-12/+19
2022-10-11target/i386: USe DISAS_EOB_ONLYRichard Henderson1-6/+6
2022-10-11target/i386: Use DISAS_EOB_NEXTRichard Henderson1-27/+13
2022-10-11target/i386: Use DISAS_EOB* in gen_movl_seg_T0Richard Henderson1-31/+5
2022-10-11target/i386: Introduce DISAS_EOB*Richard Henderson1-2/+21
2022-10-11target/i386: Create gen_update_eip_nextRichard Henderson1-20/+25
2022-10-11target/i386: Create gen_update_eip_curRichard Henderson1-24/+28
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_interruptRichard Henderson1-7/+6
2022-10-11target/i386: Remove cur_eip argument to gen_exceptionRichard Henderson1-13/+13
2022-10-11target/i386: Return bool from disas_insnRichard Henderson1-22/+24
2022-10-11target/i386: Remove pc_startRichard Henderson1-54/+60
2022-10-11i386: add notify VM exit supportChenyi Qiang1-0/+98
2022-10-10kvm: allow target-specific accelerator propertiesPaolo Bonzini1-0/+4
2022-10-10i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple faultChenyi Qiang4-0/+42
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-10-05Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-1/+10
2022-10-04accel/tcg: Introduce tb_pc and log_pcRichard Henderson1-1/+1
2022-10-04hw/core: Add CPUClass.get_pcRichard Henderson1-0/+9
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2-16/+10
2022-10-04Drop superfluous conditionals around g_free()Markus Armbruster2-16/+10
2022-10-01target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang1-1/+1
2022-09-19target/i386: introduce insn_get_addrPaolo Bonzini1-10/+26
2022-09-19target/i386: REPZ and REPNZ are mutually exclusivePaolo Bonzini1-0/+2
2022-09-19target/i386: fix INSERTQ implementationPaolo Bonzini3-8/+18
2022-09-19target/i386: correctly mask SSE4a bit indices in register operandsPaolo Bonzini1-2/+2
2022-09-18target/i386: Raise #GP on unaligned m128 accesses when required.Paolo Bonzini6-29/+72
2022-09-06target/i386: Make translator stop before the end of a pageIlya Leoshkevich1-24/+38
2022-09-06accel/tcg: Add pc and host_pc params to gen_intermediate_codeRichard Henderson1-2/+3
2022-09-06accel/tcg: Remove translator_ldswRichard Henderson1-1/+1
2022-09-01target/i386: AVX+AES helpers prepPaul Brook1-19/+22
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook1-7/+22
2022-09-01target/i386: Rewrite blendv helpersPaul Brook1-62/+24
2022-09-01target/i386: Misc AVX helper prepPaul Brook1-49/+94
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook1-58/+43
2022-09-01target/i386: Dot product AVX helper prepPaul Brook1-35/+45
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook3-69/+78
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook1-41/+87
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook1-301/+269
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook1-86/+82
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook1-54/+27
2022-09-01target/i386: Rewrite vector shift helperPaul Brook1-131/+108
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini1-16/+16