aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2021-05-01exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé3-6/+6
2021-04-12exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1Richard Henderson1-2/+2
2021-03-23exec: Build page-vary-common.c with -fno-ltoRichard Henderson2-4/+5
2021-03-23exec: Extract 'page-vary.h' headerRichard Henderson2-7/+33
2021-03-23memory: Add offset_in_region to flatview_cb argumentsPeter Maydell1-0/+2
2021-03-23memory: Document flatview_for_each_range()Peter Maydell1-2/+24
2021-03-23memory: Make flatview_cb return bool, not intPeter Maydell1-3/+3
2021-03-19memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster1-2/+2
2021-03-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell1-16/+16
2021-03-10Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell1-1/+0
2021-03-09exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé1-16/+16
2021-03-09Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell1-0/+2
2021-03-09Remove deprecated target tilegxThomas Huth1-1/+0
2021-03-06exec: Poison Hexagon target-specific definitionsPhilippe Mathieu-Daudé1-0/+2
2021-03-06accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson1-6/+1
2021-03-06include/exec: lightly re-arrange TranslationBlockAlex Bennée1-3/+8
2021-03-06accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2-6/+7
2021-03-06accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2-6/+5
2021-03-06accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée1-10/+8
2021-02-18accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2-5/+5
2021-02-18accel/tcg: remove CF_NOCACHE and special casesAlex Bennée1-3/+0
2021-02-18exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson1-1/+0
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson1-0/+1
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson1-2/+2
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2-3/+11
2021-02-16exec: Introduce cpu_untagged_addrRichard Henderson1-0/+7
2021-02-16linux-user: Fix guest_addr_valid vs reserved_vaRichard Henderson1-5/+4
2021-02-16linux-user: Do not use guest_addr_valid for h2g_validRichard Henderson1-1/+4
2021-02-16exec: Improve types for guest_addr_validRichard Henderson1-1/+1
2021-02-16exec: Use uintptr_t in cpu_ldst.hRichard Henderson1-3/+3
2021-02-16exec: Use uintptr_t for guest_baseRichard Henderson1-1/+1
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson1-0/+2
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson1-6/+36
2021-02-15bswap.h: Remove unused float-access functionsPeter Maydell1-8/+0
2021-02-15gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell1-20/+0
2021-02-09memory: alloc RAM from file at offsetJagannathan Raman2-2/+4
2021-02-09Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2-8/+6
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell1-0/+8
2021-02-08fuzz: ignore address_space_map is_write flagAlexander Bulekov2-8/+6
2021-02-08migration: support UFFD write fault processing in ram_save_iterate()Andrey Gruzdev1-0/+7
2021-02-08migration: introduce UFFD-WP low-level interface helpersAndrey Gruzdev1-0/+1
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson1-0/+24
2021-02-08confidential guest support: Introduce new confidential guest support classDavid Gibson1-0/+38
2021-02-05accel/tcg: split TCG-only code from cpu_exec_realizefnClaudio Fontana1-2/+9
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson1-1/+1
2021-02-05exec/cpu-defs: Remove TCG backends dependencyPhilippe Mathieu-Daudé1-3/+0
2021-02-01memory: add readonly support to memory_region_init_ram_from_file()Stefan Hajnoczi2-2/+5
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé1-1/+0
2021-01-23accel/tcg: Restrict tb_gen_code() from other acceleratorsPhilippe Mathieu-Daudé1-5/+0
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson1-3/+0