Age | Commit message (Expand) | Author |
2022-10-18 | target/i386: Use MMU_NESTED_IDX for vmload/vmsave | Richard Henderson |
2022-10-18 | target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDX | Richard Henderson |
2022-10-18 | target/i386: Reorg GET_HPHYS | Richard Henderson |
2022-10-18 | target/i386: Introduce structures for mmu_translate | Richard Henderson |
2022-10-18 | target/i386: Direct call get_hphys from mmu_translate | Richard Henderson |
2022-10-18 | target/i386: Use MMUAccessType across excp_helper.c | Richard Henderson |
2022-10-18 | target/i386: Save and restore pc_save before tcg_remove_ops_after | Richard Henderson |
2022-10-18 | target/i386: Use device_cold_reset() to reset the APIC | Peter Maydell |
2022-10-18 | hyperv: fix SynIC SINT assertion failure on guest reset | Maciej S. Szmigiero |
2022-10-13 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2022-10-11 | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate | Paolo Bonzini |
2022-10-11 | KVM: x86: Implement MSR_CORE_THREAD_COUNT MSR | Alexander Graf |
2022-10-11 | i386: kvm: Add support for MSR filtering | Alexander Graf |
2022-10-11 | x86: Implement MSR_CORE_THREAD_COUNT MSR | Alexander Graf |
2022-10-11 | target/i386: Enable TARGET_TB_PCREL | Richard Henderson |
2022-10-11 | target/i386: Inline gen_jmp_im | Richard Henderson |
2022-10-11 | target/i386: Add cpu_eip | Richard Henderson |
2022-10-11 | target/i386: Create eip_cur_tl | Richard Henderson |
2022-10-11 | target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_rel | Richard Henderson |
2022-10-11 | target/i386: Remove MemOp argument to gen_op_j*_ecx | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for DISAS_TOO_MANY | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for gen_jcc | Richard Henderson |
2022-10-11 | target/i386: Use gen_jmp_rel for loop, repz, jecxz insns | Richard Henderson |
2022-10-11 | target/i386: Create gen_jmp_rel | Richard Henderson |
2022-10-11 | target/i386: Use DISAS_TOO_MANY to exit after gen_io_start | Richard Henderson |
2022-10-11 | target/i386: Create eip_next_* | Richard Henderson |
2022-10-11 | target/i386: Truncate values for lcall_real to i32 | Richard Henderson |
2022-10-11 | target/i386: Introduce DISAS_JUMP | Richard Henderson |
2022-10-11 | target/i386: Remove cur_eip, next_eip arguments to gen_repz* | Richard Henderson |
2022-10-11 | target/i386: Create cur_insn_len, cur_insn_len_i32 | Richard Henderson |
2022-10-11 | target/i386: USe DISAS_EOB_ONLY | Richard Henderson |
2022-10-11 | target/i386: Use DISAS_EOB_NEXT | Richard Henderson |
2022-10-11 | target/i386: Use DISAS_EOB* in gen_movl_seg_T0 | Richard Henderson |
2022-10-11 | target/i386: Introduce DISAS_EOB* | Richard Henderson |
2022-10-11 | target/i386: Create gen_update_eip_next | Richard Henderson |
2022-10-11 | target/i386: Create gen_update_eip_cur | Richard Henderson |
2022-10-11 | target/i386: Remove cur_eip, next_eip arguments to gen_interrupt | Richard Henderson |
2022-10-11 | target/i386: Remove cur_eip argument to gen_exception | Richard Henderson |
2022-10-11 | target/i386: Return bool from disas_insn | Richard Henderson |
2022-10-11 | target/i386: Remove pc_start | Richard Henderson |
2022-10-11 | i386: add notify VM exit support | Chenyi Qiang |
2022-10-10 | kvm: allow target-specific accelerator properties | Paolo Bonzini |
2022-10-10 | i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault | Chenyi Qiang |
2022-10-06 | dump: Replace opaque DumpState pointer with a typed one | Janosch Frank |
2022-10-06 | monitor: expose monitor_puts to rest of code | Alex Bennée |
2022-10-05 | Merge tag 'pull-tcg-20221004' of https://gitlab.com/rth7680/qemu into staging | Stefan Hajnoczi |
2022-10-04 | accel/tcg: Introduce tb_pc and log_pc | Richard Henderson |
2022-10-04 | hw/core: Add CPUClass.get_pc | Richard Henderson |
2022-10-04 | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent... | Stefan Hajnoczi |
2022-10-04 | Drop superfluous conditionals around g_free() | Markus Armbruster |