summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-237-23/+25
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-10/+4Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+3
* memory: Remove kernel-doc comment markerEduardo Habkost2020-09-081-1/+1
* linux-user: fix implicit conversion from enumeration type errorLaurent Vivier2020-09-031-1/+1
* linux-user: Add strace support for printing arguments for ioctls used for ter...Filip Bozuta2020-08-271-0/+1
* meson: rename .inc.h files to .h.incPaolo Bonzini2020-08-215-11/+11
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-071-0/+41
|\
| * exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand2020-07-021-0/+41
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-07-061-0/+1
|\ \
| * | linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta2020-07-041-0/+1
| |/
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell2020-07-041-0/+6
|\ \
| * | qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger2020-07-031-0/+6
| |/
* / migration: Count new_dirty instead of real_dirtyKeqian Zhu2020-07-031-4/+1Star
|/
* osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-262-6/+9
* cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-161-0/+8
* exec/cpu-common: Move MUSB specific typedefs to 'hw/usb/hcd-musb.h'Philippe Mathieu-Daudé2020-06-121-3/+0Star
* exec/memory: Remove unused MemoryRegionMmio typePhilippe Mathieu-Daudé2020-06-121-6/+0Star
* exec: set map length to zero when returning NULLPrasad J Pandit2020-06-101-1/+2
* memory: Make 'info mtree' not display disabled regions by defaultPhilippe Mathieu-Daudé2020-06-101-1/+1
* exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé2020-06-101-0/+1
* exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé2020-06-101-8/+11
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-1/+1
* exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé2020-06-051-2/+2
* memory: Extract memory_region_msync() from memory_region_writeback()Philippe Mathieu-Daudé2020-06-051-1/+12
* memory: Rename memory_region_do_writeback -> memory_region_writebackPhilippe Mathieu-Daudé2020-06-051-2/+2
* disas: include an optional note for the start of disassemblyAlex Bennée2020-05-151-2/+2
* accel/tcg: Relax va restrictions on 64-bit guestsRichard Henderson2020-05-151-4/+19
* exec/cpu-all: Use bool for have_guest_baseRichard Henderson2020-05-151-1/+1
* 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