aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell
2021-02-08replay: fix replay of the interruptsPavel Dovgalyuk
2021-02-08accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana
2021-02-05cpu: move cc->do_interrupt to tcg_opsClaudio Fontana
2021-02-05cpu: Move debug_excp_handler to tcg_opsEduardo Habkost
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-02-05cpu: Move cpu_exec_* to tcg_opsEduardo Habkost
2021-02-05cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana
2021-01-29hvf: Add hypervisor entitlement to output binariesAlexander Graf
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson
2021-01-23tcg: Toggle page execution for Apple SiliconRoman Bolshakov
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé