summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |/
* / exec: Fix file_ram_alloc() error API violationsMarkus Armbruster2019-12-181-2/+4
|/
* Memory: Enable writeback for given memory regionBeata Michalska2019-12-161-0/+36
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...Peter Maydell2019-10-301-0/+2
|\
| * cpu: hook plugin vcpu eventsEmilio G. Cota2019-10-281-0/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191028' into stagingPeter Maydell2019-10-291-34/+0Star
|\ \ | |/ |/|
| * exec: Split out variable page size support to exec-vary.cRichard Henderson2019-10-281-34/+0Star
* | core: replace getpagesize() with qemu_real_host_page_sizeWei Yang2019-10-261-3/+3
|/
* rcu: Use automatic rc_read unlock in core memory/exec codeDr. David Alan Gilbert2019-10-111-68/+48Star
* memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-041-2/+8
* replay: don't synchronize memory operations in replay modePavel Dovgalyuk2019-10-031-2/+11
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-251-1/+1
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-251-2/+2
* cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-44/+0Star
* cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-19/+3Star
* cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-50/+0Star
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-40/+1Star
* exec: Adjust notdirty tracingRichard Henderson2019-09-251-0/+3