aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-13Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-12Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-10-12Merge tag 'pull-target-arm-20221010' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi
2022-10-12Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi
2022-10-11Merge tag 'pull-testing-gdbstub-plugins-gitdm-111022-1' of https://github.com...Stefan Hajnoczi
2022-10-11Revert "configure: build ROMs with container-based cross compilers"Alex Bennée
2022-10-11Merge tag 'dump-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-10-11linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstatePaolo Bonzini
2022-10-11linux-user: i386/signal: support FXSAVE fpstate on 32-bit emulationPaolo Bonzini
2022-10-11linux-user: i386/signal: move fpstate at the end of the 32-bit framesPaolo Bonzini
2022-10-11KVM: x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-10-11i386: kvm: Add support for MSR filteringAlexander Graf
2022-10-11x86: Implement MSR_CORE_THREAD_COUNT MSRAlexander Graf
2022-10-11target/i386: Enable TARGET_TB_PCRELRichard Henderson
2022-10-11target/i386: Inline gen_jmp_imRichard Henderson
2022-10-11target/i386: Add cpu_eipRichard Henderson
2022-10-11target/i386: Create eip_cur_tlRichard Henderson
2022-10-11target/i386: Merge gen_jmp_tb and gen_goto_tb into gen_jmp_relRichard Henderson
2022-10-11target/i386: Remove MemOp argument to gen_op_j*_ecxRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for DISAS_TOO_MANYRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for gen_jccRichard Henderson
2022-10-11target/i386: Use gen_jmp_rel for loop, repz, jecxz insnsRichard Henderson
2022-10-11target/i386: Create gen_jmp_relRichard Henderson
2022-10-11target/i386: Use DISAS_TOO_MANY to exit after gen_io_startRichard Henderson
2022-10-11target/i386: Create eip_next_*Richard Henderson
2022-10-11target/i386: Truncate values for lcall_real to i32Richard Henderson
2022-10-11target/i386: Introduce DISAS_JUMPRichard Henderson
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_repz*Richard Henderson
2022-10-11target/i386: Create cur_insn_len, cur_insn_len_i32Richard Henderson
2022-10-11target/i386: USe DISAS_EOB_ONLYRichard Henderson
2022-10-11target/i386: Use DISAS_EOB_NEXTRichard Henderson
2022-10-11target/i386: Use DISAS_EOB* in gen_movl_seg_T0Richard Henderson
2022-10-11target/i386: Introduce DISAS_EOB*Richard Henderson
2022-10-11target/i386: Create gen_update_eip_nextRichard Henderson
2022-10-11target/i386: Create gen_update_eip_curRichard Henderson
2022-10-11target/i386: Remove cur_eip, next_eip arguments to gen_interruptRichard Henderson
2022-10-11target/i386: Remove cur_eip argument to gen_exceptionRichard Henderson
2022-10-11target/i386: Return bool from disas_insnRichard Henderson
2022-10-11target/i386: Remove pc_startRichard Henderson
2022-10-11i386: add notify VM exit supportChenyi Qiang
2022-10-11kvm: expose struct KVMStateChenyi Qiang
2022-10-10docs/system/arm/emulation.rst: Report FEAT_GTG supportPeter Maydell
2022-10-10target/arm: Use ARMGranuleSize in ARMVAParametersPeter Maydell
2022-10-10target/arm: Don't allow guest to use unimplemented granule sizesPeter Maydell
2022-10-10hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3Jerome Forissier
2022-10-10target/arm: Use tlb_set_page_fullRichard Henderson
2022-10-10target/arm: Fix cacheattr in get_phys_addr_disabledRichard Henderson
2022-10-10target/arm: Split out get_phys_addr_disabledRichard Henderson
2022-10-10target/arm: Fix ATS12NSO* from S PL1Richard Henderson
2022-10-10target/arm: Pass HCR to attribute subroutines.Richard Henderson