aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée1-2/+2
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson1-4/+19
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson1-1/+1
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson1-65/+206
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson2-1/+34
2020-05-11accel/tcg: Add block comment for probe_accessRichard Henderson1-0/+17
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée1-5/+9
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé1-0/+11
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé1-0/+9
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé1-0/+9
2020-04-13memory: Do not allow direct write access to rom_device regionsAlexander Duyck1-2/+2
2020-03-19Add rx-softmmuYoshinori Sato1-0/+1
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée1-18/+41
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée1-0/+13
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2-4/+4
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2-2/+2
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé1-6/+6
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé1-1/+1
2020-02-11tcg: Add support for a helper with 7 argumentsTaylor Simpson4-0/+28
2020-01-29ram_addr: Split RAMBlock definitionJuan Quintela2-39/+65
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson1-5/+0
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2020-01-15cputlb: Expand cpu_ldst_template.h in cputlb.cRichard Henderson2-160/+24
2020-01-15cputlb: Remove support for MMU_MODE*_SUFFIXRichard Henderson1-230/+0
2020-01-15cputlb: Expand cpu_ldst_useronly_template.h in user-exec.cRichard Henderson2-190/+29
2020-01-15cputlb: Provide cpu_(ld,st}*_mmuidx_ra for user-onlyRichard Henderson1-5/+75
2020-01-15cputlb: Rename helper_ret_ld*_cmmu to cpu_ld*_codeRichard Henderson2-38/+12
2020-01-15translator: Use cpu_ld*_code instead of open-codingRichard Henderson2-46/+13
2020-01-15cputlb: Move body of cpu_ldst_template.h out of lineRichard Henderson2-100/+50
2020-01-15cputlb: Use trace_mem_get_info instead of trace_mem_build_infoRichard Henderson2-17/+17
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-5/+29
2019-12-19linux-user: log page table changes under -d pageAlex Bennée1-6/+5
2019-12-18Add use of RCU for qemu_logfile.Robert Foley1-4/+29
2019-12-18memory: include MemoryListener documentation and some missing function parame...Paolo Bonzini1-4/+214
2019-12-17memory.h: Silence kernel-doc complaintsPaolo Bonzini1-6/+10
2019-12-17memory: use RCU_READ_LOCK_GUARDPaolo Bonzini1-2/+1
2019-12-16Memory: Enable writeback for given memory regionBeata Michalska2-0/+14
2019-12-16tcg: cputlb: Add probe_readBeata Michalska1-0/+6
2019-10-30Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell10-37/+244
2019-10-29Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2-12/+25
2019-10-28include/exec: wrap cpu_ldst.h in CONFIG_TCGAlex Bennée1-0/+2
2019-10-28translator: add translator_ld{ub,sw,uw,l,q}Emilio G. Cota2-1/+72
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée1-2/+2
2019-10-28plugin-gen: add plugin_insn_appendEmilio G. Cota1-0/+14
2019-10-28tcg: let plugins instrument virtual memory accessesEmilio G. Cota3-27/+34
2019-10-28plugin-gen: add module for TCG-related codeEmilio G. Cota4-0/+60
2019-10-28cputlb: introduce get_page_addr_code_hostpEmilio G. Cota1-0/+38
2019-10-28cputlb: document get_page_addr_codeEmilio G. Cota1-3/+21