summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell2021-05-181-0/+1
|\
| * exec/gen-icount.h: Add missing "exec/exec-all.h" includePhilippe Mathieu-Daudé2021-05-141-0/+1
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-05-...Peter Maydell2021-05-141-0/+6
|\ \
| * | configure: Poison all current target-specific #definesThomas Huth2021-05-141-0/+2
| * | include/sysemu: Poison all accelerator CONFIG switches in common codeThomas Huth2021-05-141-0/+4
| |/
* | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210513a'...Peter Maydell2021-05-144-8/+26
|\ \ | |/ |/|
| * migration/ram: Handle RAM block resizes during postcopyDavid Hildenbrand2021-05-131-0/+10
| * migration/ram: Handle RAM block resizes during precopyDavid Hildenbrand2021-05-131-4/+6
| * numa: Teach ram block notifiers about resizeable ram blocksDavid Hildenbrand2021-05-131-4/+9
| * util: vfio-helpers: Factor out and fix processing of existing ram blocksDavid Hildenbrand2021-05-131-0/+1
* | Drop the deprecated unicore32 targetMarkus Armbruster2021-05-121-1/+0
* | Drop the deprecated lm32 targetMarkus Armbruster2021-05-121-2/+0
* | Remove the deprecated moxie targetThomas Huth2021-05-121-2/+0
|/
* exec: Remove accel/tcg/ from include pathsPhilippe Mathieu-Daudé2021-05-013-6/+6
* exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1Richard Henderson2021-04-121-2/+2
* exec: Build page-vary-common.c with -fno-ltoRichard Henderson2021-03-232-4/+5
* exec: Extract 'page-vary.h' headerRichard Henderson2021-03-232-7/+33
* memory: Add offset_in_region to flatview_cb argumentsPeter Maydell2021-03-231-0/+2
* memory: Document flatview_for_each_range()Peter Maydell2021-03-231-2/+24
* memory: Make flatview_cb return bool, not intPeter Maydell2021-03-231-3/+3
* memory: Drop "qemu:" prefix from QOM memory region type namesMarkus Armbruster2021-03-191-2/+2
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-16/+16
|\
| * exec/memory: Use struct Object typedefPhilippe Mathieu-Daudé2021-03-091-16/+16
* | Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...Peter Maydell2021-03-101-1/+0
|\ \ | |/ |/|
| * Remove deprecated target tilegxThomas Huth2021-03-091-1/+0
* | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210306' into...Peter Maydell2021-03-091-0/+2
|\ \
| * | exec: Poison Hexagon target-specific definitionsPhilippe Mathieu-Daudé2021-03-061-0/+2
| |/
* | accel/tcg: Precompute curr_cflags into cpu->tcg_cflagsRichard Henderson2021-03-061-6/+1
* | include/exec: lightly re-arrange TranslationBlockAlex Bennée2021-03-061-3/+8
* | accel/tcg: drop the use of CF_HASH_MASK and rename paramsAlex Bennée2021-03-062-6/+7
* | accel/tcg: move CF_CLUSTER calculation to curr_cflagsAlex Bennée2021-03-062-6/+5
* | accel/tcg: rename tb_lookup__cpu_state and hoist state extractionAlex Bennée2021-03-061-10/+8
|/
* accel/tcg: allow plugin instrumentation to be disable via cflagsAlex Bennée2021-02-182-5/+5
* accel/tcg: remove CF_NOCACHE and special casesAlex Bennée2021-02-181-3/+0
* exec: Move TranslationBlock typedef to qemu/typedefs.hRichard Henderson2021-02-181-1/+0
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-161-0/+1
* exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-161-2/+2
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-162-3/+11
* exec: Introduce cpu_untagged_addrRichard Henderson2021-02-161-0/+7
* linux-user: Fix guest_addr_valid vs reserved_vaRichard Henderson2021-02-161-5/+4
* linux-user: Do not use guest_addr_valid for h2g_validRichard Henderson2021-02-161-1/+4
* exec: Improve types for guest_addr_validRichard Henderson2021-02-161-1/+1
* exec: Use uintptr_t in cpu_ldst.hRichard Henderson2021-02-161-3/+3
* exec: Use uintptr_t for guest_baseRichard Henderson2021-02-161-1/+1
* linux-user: Introduce PAGE_ANONRichard Henderson2021-02-161-0/+2
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-6/+36
* bswap.h: Remove unused float-access functionsPeter Maydell2021-02-151-8/+0
* gdbstub: Remove unused gdb_get_float32() and gdb_get_float64()Peter Maydell2021-02-151-20/+0
* memory: alloc RAM from file at offsetJagannathan Raman2021-02-092-2/+4
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-02-092-8/+6
|\