Age | Commit message (Expand) | Author |
2024-05-28 | target/arm: Convert XAR to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register, imm2 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 4-register to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 2-register SHA512 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register SHA512 to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 2-register SHA to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic 3-register SHA to decodetree | Richard Henderson |
2024-05-28 | target/arm: Convert Cryptographic AES to decodetree | Richard Henderson |
2024-05-28 | target/arm: Split out gengvec64.c | Richard Henderson |
2024-05-28 | target/arm: Split out gengvec.c | Richard Henderson |
2024-05-28 | target/arm: Verify sz=0 for Advanced SIMD scalar pairwise (fp16) | Richard Henderson |
2024-05-28 | target/arm: Fix decode of FMOV (hp) vs MOVI | Richard Henderson |
2024-05-28 | target/arm: Zero-extend writeback for fp16 FCVTZS (scalar, integer) | Richard Henderson |
2024-05-28 | target/arm: Use PLD, PLDW, PLI not NOP for t32 | Richard Henderson |
2024-05-28 | hvf: arm: Fix encodings for ID_AA64PFR1_EL1 and debug System registers | Zenghui Yu |
2024-05-26 | Merge tag 'pull-lu-20240526' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fxsave,fxrstor} | Richard Henderson |
2024-05-26 | target/i386: Pass host pointer and size to cpu_x86_{fsave,frstor} | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave to X86Access | Richard Henderson |
2024-05-26 | target/i386: Add {hw,sw}_reserved to X86LegacyXSaveArea | Richard Henderson |
2024-05-26 | target/i386: Add rbfm argument to cpu_x86_{xsave,xrstor} | Richard Henderson |
2024-05-26 | target/i386: Split out do_xsave_chk | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_* to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_* to X86Access | Richard Henderson |
2024-05-26 | tagret/i386: Convert do_fxsave, do_fxrstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xrstor_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_xsave_{fpu,mxcr,sse} to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fsave, do_frstor to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fstenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldenv to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert helper_{fbld,fbst}_ST0 to X86Access | Richard Henderson |
2024-05-26 | target/i386: Convert do_fldt, do_fstt to X86Access | Richard Henderson |
2024-05-26 | target/i386: Add tcg/access.[ch] | Richard Henderson |
2024-05-25 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Richard Henderson |
2024-05-25 | target/i386: remove aflag argument of gen_lea_v_seg | Paolo Bonzini |
2024-05-25 | target/i386: clean up repeated string operations | Paolo Bonzini |
2024-05-25 | target/i386: introduce gen_lea_ss_ofs | Paolo Bonzini |
2024-05-25 | target/i386: use mo_stacksize more | Paolo Bonzini |
2024-05-25 | target/i386: inline gen_add_A0_ds_seg | Paolo Bonzini |
2024-05-25 | target/i386: split gen_ldst_modrm for load and store | Paolo Bonzini |
2024-05-25 | target/i386: reg in gen_ldst_modrm is always OR_TMP0 | Paolo Bonzini |
2024-05-25 | target/i386: raze the gen_eob* jungle | Paolo Bonzini |
2024-05-25 | target/i386: assert that gen_update_eip_cur and gen_update_eip_next are the s... | Paolo Bonzini |
2024-05-25 | target/i386: avoid calling gen_eob_inhibit_irq before tb_stop | Paolo Bonzini |
2024-05-25 | target/i386: avoid calling gen_eob_syscall before tb_stop | Paolo Bonzini |
2024-05-25 | target/i386: document and group DISAS_* constants | Paolo Bonzini |
2024-05-25 | target/i386: set CC_OP in helpers if they want CC_OP_EFLAGS | Paolo Bonzini |
2024-05-25 | target/i386: cpu_load_eflags already sets cc_op | Paolo Bonzini |