Age | Commit message (Expand) | Author |
2024-06-05 | i386/sev: Move sev_launch_update to separate class method | Pankaj Gupta |
2024-06-05 | i386/sev: Introduce "sev-common" type to encapsulate common SEV state | Michael Roth |
2024-06-05 | i386/sev: Replace error_report with error_setg | Pankaj Gupta |
2024-06-05 | target/i386: fix xsave.flat from kvm-unit-tests | Paolo Bonzini |
2024-06-05 | target/i386/tcg: Fix RDPID feature check | Zhao Liu |
2024-06-05 | target/i386: fix memory opsize for Mov to/from Seg | Xinyu Li |
2024-06-05 | target/i386: fix SSE and SSE2 feature check | Xinyu Li |
2024-06-04 | cpu: move Qemu[Thread|Cond] setup into common code | Alex Bennée |
2024-06-04 | target/i386/kvm: Improve KVM_EXIT_NOTIFY warnings | Richard Henderson |
2024-05-30 | accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt | Peter Maydell |
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 | 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 |
2024-05-25 | target/i386: remove unnecessary gen_update_cc_op before gen_eob* | Paolo Bonzini |
2024-05-25 | target/i386: cleanup eob handling of RSM | Paolo Bonzini |
2024-05-25 | target/i386: no single-step exception after MOV or POP SS | Paolo Bonzini |
2024-05-25 | target/i386: disable jmp_opt if EFLAGS.RF is 1 | Paolo Bonzini |
2024-05-22 | target-i386: hyper-v: Correct kvm_hv_handle_exit return value | donsheng |
2024-05-22 | i386/cpu: Use CPUCacheInfo.share_level to encode CPUID[0x8000001D].EAX[bits 2... | Zhao Liu |