summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-121-4151/+0Star
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-8/+3Star
* gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-061-0/+1
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-0/+7
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-4/+0Star
* exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé2020-09-301-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-23/+26
* target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann2020-09-081-0/+1
* meson: rename included C source files to .c.incPaolo Bonzini2020-08-211-2/+2
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* cpus: Move CPU code from exec.c to cpus-common.cPhilippe Mathieu-Daudé2020-07-111-22/+0Star
* exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand2020-07-021-0/+52
* docs/nvdimm: add description of alignment requirement of device daxJingqi Liu2020-06-261-1/+1
* exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu2020-06-261-1/+53
* cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota2020-06-161-0/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-12/+17
|\
| * exec: set map length to zero when returning NULLPrasad J Pandit2020-06-101-0/+1
| * exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé2020-06-101-4/+8
| * exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé2020-06-101-8/+8
* | exec: flush the whole TLB if a watchpoint crosses a page boundaryAlex Bennée2020-06-081-1/+7
|/
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-06-081-1/+3
|\
| * exec: Assert CPU migration is not used on user-only buildPhilippe Mathieu-Daudé2020-06-051-1/+3
* | exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé2020-06-051-1/+1
|/
* exec: Fix cpu_watchpoint_address_matches address lengthRichard Henderson2020-05-111-1/+1
* exec: Fix for qemu_ram_resize() callbackDavid Hildenbrand2020-04-131-2/+14
* memory: Fix start offset for bitmap log_clear hookMatt Borgerson2020-03-161-4/+5
* Memory: Only call ramblock_ptr when needed in qemu_ram_writebackAnthony PERARD2020-02-271-2/+2
* Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini2020-02-251-31/+36
|\
| * exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-5/+5
| * Avoid address_space_rw() with a constant is_write argumentPeter Maydell2020-02-201-2/+2
| * Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-2/+2
| * exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-3/+5
| * exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-5/+6
| * exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé2020-02-201-6/+8
| * exec: Rename ram_ptr variablePhilippe Mathieu-Daudé2020-02-201-10/+10
* | Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini2020-02-251-58/+6Star
|\ \
| * | hostmem: fix strict bind policyIgor Mammedov2020-02-191-11/+0Star
| * | exec: drop bogus mem_path from qemu_ram_alloc_from_fd()Igor Mammedov2020-02-191-2/+2
| * | exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()Igor Mammedov2020-02-191-45/+4Star
| |/
* / exec: keep ram block across fork when using qtestAlexander Bulekov2020-02-221-2/+10
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell2020-02-131-8/+7Star
|\
| * exec: flush CPU TB cache in breakpoint_invalidateMax Filippov2020-02-121-8/+7Star
* | exec: do not define use_icount for user-mode emulationPaolo Bonzini2020-02-121-4/+4
|/
* misc: use QEMU_IS_ALIGNEDMarc-André Lureau2020-01-201-2/+2
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell2019-12-201-2/+2
|\
| * qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley2019-12-181-2/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-12-201-4/+3Star
|\ \
| * | migration: check length directly to make sure the range is alignedWei Yang2019-12-181-4/+3Star
| |/