aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana1-0/+13
2021-05-10accel-cpu: make cpu_realizefn return a boolClaudio Fontana1-3/+3
2021-05-10accel: introduce new accessor functionsClaudio Fontana1-0/+19
2021-05-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+3
2021-05-04Add NVMM accelerator: configure and build logicReinoud Zandijk1-0/+3
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth9-9/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth3-3/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson1-1/+1
2021-04-17accel/tcg: avoid re-translating one-shot instructionsAlex Bennée1-1/+1
2021-04-12accel/tcg: Preserve PAGE_ANON when changing page permissionsRichard Henderson1-2/+7
2021-03-16Revert "accel: kvm: Add aligment assert for kvm_log_clear_one_slot"Paolo Bonzini1-7/+0
2021-03-12accel: kvm: Fix kvm_type invocationAndrew Jones1-0/+2
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-1/+1
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-09qtest: delete superfluous inclusions of qtest.hChen Qun1-1/+0
2021-03-08Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210306' into...Peter Maydell7-31/+41
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson6-10/+11
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée3-12/+14
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée3-9/+8
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée2-3/+11
2021-03-06accel: kvm: Add aligment assert for kvm_log_clear_one_slotKeqian Zhu1-0/+7
2021-03-06accel: kvm: Fix memory waste under mismatch page sizeKeqian Zhu1-1/+5
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée3-11/+15
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée1-36/+15
2021-02-18accel/tcg: re-factor non-RAM execution codeAlex Bennée1-15/+15
2021-02-18accel/tcg: cache single instruction TB on pending replay exceptionAlex Bennée1-40/+4
2021-02-18accel/tcg: actually cache our partial icount TBAlex Bennée1-8/+9
2021-02-18target/sh4: Create superh_io_recompile_replay_branchRichard Henderson1-12/+0
2021-02-18target/mips: Create mips_io_recompile_replay_branchRichard Henderson1-10/+2
2021-02-18accel/tcg: Create io_recompile_replay_branch hookRichard Henderson1-4/+13
2021-02-18accel/tcg/plugin-gen: fix the call signature for inline callbacksAlex Bennée1-21/+11
2021-02-17Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-1/+5
2021-02-16sev/i386: Don't allow a system reset under an SEV-ES guestTom Lendacky1-0/+5
2021-02-16sev/i386: Allow AP booting under SEV-ESPaolo Bonzini1-1/+0
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson1-1/+2
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2-26/+26
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson1-0/+28
2021-02-11accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell1-6/+19
2021-02-08replay: fix replay of the interruptsPavel Dovgalyuk1-1/+7
2021-02-08accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth1-9/+12
2021-02-08confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2-16/+2
2021-02-08sev: Add Error ** to sev_kvm_init()David Gibson2-2/+4
2021-02-08confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2-4/+6
2021-02-08sev: Remove false abstraction of flash encryptionDavid Gibson3-46/+4
2021-02-05accel: introduce AccelCPUClass extending CPUClassClaudio Fontana1-0/+44
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana19-86/+207
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana8-32/+94