summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson2020-05-111-65/+206
* accel/tcg: Add probe_access_flagsRichard Henderson2020-05-112-1/+34
* accel/tcg: Add block comment for probe_accessRichard Henderson2020-05-111-0/+17
* gdbstub/linux-user: support debugging over a unix socketAlex Bennée2020-05-061-5/+9
* gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé2020-05-061-0/+11
* gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé2020-04-151-0/+9
* gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé2020-04-151-0/+9
* memory: Do not allow direct write access to rom_device regionsAlexander Duyck2020-04-131-2/+2
* Add rx-softmmuYoshinori Sato2020-03-191-0/+1
* gdbstub: extend GByteArray to read register helpersAlex Bennée2020-03-171-18/+41
* gdbstub: add helper for 128 bit registersAlex Bennée2020-03-171-0/+13
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
* exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-202-4/+4
* exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-202-2/+2
* exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-6/+6
* exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-1/+1
* tcg: Add support for a helper with 7 argumentsTaylor Simpson2020-02-124-0/+28
* ram_addr: Split RAMBlock definitionJuan Quintela2020-01-292-39/+65
* cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson2020-01-221-5/+0Star
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson2020-01-162-160/+24Star
* cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson2020-01-161-230/+0Star
* cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2020-01-162-190/+29Star
* cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson2020-01-161-5/+75
* cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson2020-01-162-38/+12Star
* translator: Use cpu_ld*_code instead of open-codingRichard Henderson2020-01-162-46/+13Star
* cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson2020-01-162-100/+50Star
* cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson2020-01-162-17/+17
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-201-5/+29
|\
| * linux-user: log page table changes under -d pageAlex Bennée2019-12-191-6/+5Star
| * Add use of RCU for qemu_logfile.Robert Foley2019-12-181-4/+29
* | memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini2019-12-181-4/+214
* | memory.h: Silence kernel-doc complaintsPaolo Bonzini2019-12-171-6/+10
* | memory: use RCU_READ_LOCK_GUARDPaolo Bonzini2019-12-171-2/+1Star
|/
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-162-0/+14
* tcg: cputlb: Add probe_readBeata Michalska2019-12-161-0/+6
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-3010-37/+244
|\
| * include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée2019-10-281-0/+2
| * translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2019-10-282-1/+72
| * cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée2019-10-281-2/+2
| * plugin-gen: add plugin_insn_appendEmilio G. Cota2019-10-281-0/+14
| * tcg: let plugins instrument virtual memory accessesEmilio G. Cota2019-10-283-27/+34
| * plugin-gen: add module for TCG-related codeEmilio G. Cota2019-10-284-0/+60
| * cputlb: introduce get_page_addr_code_hostpEmilio G. Cota2019-10-281-0/+38
| * cputlb: document get_page_addr_codeEmilio G. Cota2019-10-281-3/+21
| * trace: add mmu_index to mem_infoAlex Bennée2019-10-282-12/+9Star
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-292-12/+25
|\ \ | |/ |/|
| * exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson2019-10-281-2/+6
| * exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson2019-10-281-1/+1