summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé
2020-02-11tcg: Add support for a helper with 7 argumentsTaylor Simpson
2020-01-29ram_addr: Split RAMBlock definitionJuan Quintela
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson
2020-01-15cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell
2019-12-19linux-user: log page table changes under -d pageAlex Bennée
2019-12-18Add use of RCU for qemu_logfile.Robert Foley
2019-12-18memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska
2019-12-16tcg: cputlb: Add probe_readBeata Michalska
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota
2019-10-28trace: add mmu_index to mem_infoAlex Bennée
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang
2019-10-14Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20191011a'...Peter Maydell
2019-10-11rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert
2019-10-10s390x/tcg: MVCL: Exit to main loop if requestedDavid Hildenbrand
2019-10-04memory: allow memory_region_register_iommu_notifier() to failEric Auger
2019-09-27Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190925' into stagingPeter Maydell
2019-09-26Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell