aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-23accel/tcg: Make cpu_gen_init() staticPhilippe Mathieu-Daudé1-2/+0
2021-01-18gdbstub: drop gdbserver_cleanup in favour of gdb_exitAlex Bennée1-3/+11
2021-01-18gdbstub: drop CPUEnv from gdb_exit()Alex Bennée1-1/+1
2021-01-13tcg: Use tcg_constant_i32 with icount expanderRichard Henderson1-12/+13
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson2-3/+3
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2-2/+2
2021-01-06Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-0/+39
2021-01-04tcg: Use memset for large vector byte replicationRichard Henderson1-0/+4
2021-01-02remove TCG includes from common codePaolo Bonzini1-0/+39
2020-12-15poison: remove GNUC checkMarc-André Lureau1-2/+0
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini2-3/+3
2020-12-10make ram_size local to vl.cPaolo Bonzini1-2/+0
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+6
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-14/+13
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-3/+3
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-15overall/alpha tcg cpus|hppa: Fix Lesser GPL version numberChetan Pant6-6/+6
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan1-0/+38
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson1-0/+2
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2-0/+4
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+8
2020-10-26fuzz: Add DMA support to the generic-fuzzerAlexander Bulekov1-0/+7
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+5
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson1-0/+36
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini1-0/+3
2020-10-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-3/+3
2020-10-06memory: Explicitly tag doc comments for structsEduardo Habkost1-3/+3
2020-10-05cpu-timers, icount: new modulesClaudio Fontana2-2/+6