summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
...
* | exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-161-1/+2
* | exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-162-26/+26
* | tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-0/+28
|/
* accel/tcg: Add URL of clang bug to comment about our workaroundPeter Maydell2021-02-111-6/+19
* replay: fix replay of the interruptsPavel Dovgalyuk2021-02-081-1/+7
* accel/kvm/kvm-all: Fix wrong return code handling in dirty log codeThomas Huth2021-02-081-9/+12
* confidential guest support: Move SEV initialization into arch specific codeDavid Gibson2021-02-082-16/+2Star
* sev: Add Error ** to sev_kvm_init()David Gibson2021-02-082-2/+4
* confidential guest support: Rework the "memory-encryption" propertyDavid Gibson2021-02-082-4/+6
* sev: Remove false abstraction of flash encryptionDavid Gibson2021-02-083-46/+4Star
* accel: introduce AccelCPUClass extending CPUClassClaudio Fontana2021-02-051-0/+44
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-0519-86/+207
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-058-32/+94
* cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana2021-02-053-21/+50
* cpu: move debug_check_watchpoint to tcg_opsClaudio Fontana2021-02-051-1/+2
* cpu: move cc->do_interrupt to tcg_opsClaudio Fontana2021-02-051-2/+2
* cpu: Move debug_excp_handler to tcg_opsEduardo Habkost2021-02-051-2/+2
* cpu: Move tlb_fill to tcg_opsEduardo Habkost2021-02-052-6/+7
* cpu: Move cpu_exec_* to tcg_opsEduardo Habkost2021-02-051-6/+6
* cpu: Move synchronize_from_tb() to tcg_opsEduardo Habkost2021-02-051-2/+2
* accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana2021-02-051-0/+28
* hvf: Add hypervisor entitlement to output binariesAlexander Graf2021-01-291-0/+8
* tcg: Restart code generation when we run out of tempsRichard Henderson2021-01-241-1/+14
* tcg: Toggle page execution for Apple SiliconRoman Bolshakov2021-01-232-0/+5
* accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé2021-01-232-0/+3
* accel/tcg: Declare missing cpu_loop_exit*() stubsPhilippe Mathieu-Daudé2021-01-231-0/+10
* accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé2021-01-233-0/+20
* accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson2021-01-232-17/+18
* accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé2021-01-231-1/+1
* tcg: update the cpu running flag in cpu_exec_step_atomicDouglas Crosher2021-01-221-0/+4
* accel/kvm: avoid using predefined PAGE_SIZEJiaxun Yang2021-01-201-0/+3
* tcg: Use tcg_constant_{i32,i64} with tcg pluginsRichard Henderson2021-01-131-27/+22Star
* tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson2021-01-071-7/+9
* accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfdRichard Henderson2021-01-071-8/+38
* tcg: Return the TB pointer from the rx region from exit_tbRichard Henderson2021-01-071-14/+21
* accel/tcg: Support split-wx for darwin/iOS with vm_remapRichard Henderson2021-01-071-0/+67
* accel/tcg: Support split-wx for linux with memfdRichard Henderson2021-01-071-8/+76
* tcg: Add --accel tcg,split-wx propertyRichard Henderson2021-01-072-9/+52
* tcg: Use Error with alloc_code_gen_bufferRichard Henderson2021-01-071-26/+34
* tcg: Make DisasContextBase.tb constRichard Henderson2021-01-071-2/+2
* tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2021-01-071-1/+3
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-075-22/+19Star
* tcg: Add in_code_gen_bufferRichard Henderson2021-01-071-18/+8Star
* tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson2021-01-071-1/+1
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-01-067-43/+23Star
|\
| * meson: cleanup Kconfig.host handlingPaolo Bonzini2021-01-021-0/+9
| * remove TCG includes from common codePaolo Bonzini2021-01-025-43/+3Star
| * cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+11
* | tcg: Use memset for large vector byte replicationRichard Henderson2021-01-041-0/+11
|/
* accel/tcg/user-exec: silence the compiler warningsChen Qun2020-12-181-1/+2