summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2020-08-21meson: rename .inc.h files to .h.incPaolo Bonzini
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-06Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell
2020-07-04linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-06-12exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé
2020-06-12exec/memory: Remove unused MemoryRegionMmio typePhilippe Mathieu-Daudé
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit
2020-06-10memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé
2020-06-05memory: Extract memory_region_msync() from memory_region_writeback()Philippe Mathieu-Daudé
2020-06-05memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé
2020-05-15disas: include an optional note for the start of disassemblyAlex Bennée
2020-05-15accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson
2020-05-15exec/cpu-all: Use bool for have_guest_baseRichard Henderson
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson
2020-05-11accel/tcg: Add block comment for probe_accessRichard Henderson
2020-05-06gdbstub/linux-user: support debugging over a unix socketAlex Bennée
2020-05-06gdbstub: Introduce gdb_get_float64() to get 64-bit float registersPhilippe Mathieu-Daudé
2020-04-15gdbstub: Introduce gdb_get_float32() to get 32-bit float registersPhilippe Mathieu-Daudé
2020-04-15gdbstub: Do not use memset() on GByteArrayPhilippe Mathieu-Daudé
2020-04-13memory: Do not allow direct write access to rom_device regionsAlexander Duyck
2020-03-19Add rx-softmmuYoshinori Sato
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17gdbstub: add helper for 128 bit registersAlex Bennée
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