aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-8/+3
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-0/+1
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-0/+7
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-4/+0
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé1-1/+1
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-23/+26
2020-09-08target/arm: Move start-powered-off property to generic CPUStateThiago Jung Bauermann1-0/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-2/+2
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-07-10cpus: Move CPU code from exec.c to cpus-common.cPhilippe Mathieu-Daudé1-22/+0
2020-07-02exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand1-0/+52
2020-06-26docs/nvdimm: add description of alignment requirement of device daxJingqi Liu1-1/+1
2020-06-26exec: fetch the alignment of Linux devdax pmem character device nodesJingqi Liu1-1/+53
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota1-0/+1
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-12/+17
2020-06-10exec: set map length to zero when returning NULLPrasad J Pandit1-0/+1
2020-06-10exec: Propagate cpu_memory_rw_debug() errorPhilippe Mathieu-Daudé1-4/+8
2020-06-10exec: Let address_space_read/write_cached() propagate MemTxResultPhilippe Mathieu-Daudé1-8/+8
2020-06-08exec: flush the whole TLB if a watchpoint crosses a page boundaryAlex Bennée1-1/+7
2020-06-08Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell1-1/+3
2020-06-05exec: Assert CPU migration is not used on user-only buildPhilippe Mathieu-Daudé1-1/+3
2020-06-05exec: Rename qemu_ram_writeback() as qemu_ram_msync()Philippe Mathieu-Daudé1-1/+1
2020-05-11exec: Fix cpu_watchpoint_address_matches address lengthRichard Henderson1-1/+1
2020-04-13exec: Fix for qemu_ram_resize() callbackDavid Hildenbrand1-2/+14
2020-03-16memory: Fix start offset for bitmap log_clear hookMatt Borgerson1-4/+5
2020-02-27Memory: Only call ramblock_ptr when needed in qemu_ram_writebackAnthony PERARD1-2/+2
2020-02-25Merge branch 'exec_rw_const_v4' of https://github.com/philmd/qemu into HEADPaolo Bonzini1-31/+36
2020-02-25Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...Paolo Bonzini1-58/+6
2020-02-22exec: keep ram block across fork when using qtestAlexander Bulekov1-2/+10
2020-02-20exec: Let cpu_[physical]_memory API use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-5/+5
2020-02-20Avoid address_space_rw() with a constant is_write argumentPeter Maydell1-2/+2
2020-02-20Let address_space_rw() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let address_space_unmap() use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-2/+2
2020-02-20exec: Let the cpu_[physical]_memory API use void pointer argumentsPhilippe Mathieu-Daudé1-3/+5
2020-02-20exec: Let the address_space API use void pointer argumentsPhilippe Mathieu-Daudé1-5/+6
2020-02-20exec: Let flatview API take void pointer argumentsPhilippe Mathieu-Daudé1-6/+8
2020-02-20exec: Rename ram_ptr variablePhilippe Mathieu-Daudé1-10/+10
2020-02-19hostmem: fix strict bind policyIgor Mammedov1-11/+0
2020-02-19exec: drop bogus mem_path from qemu_ram_alloc_from_fd()Igor Mammedov1-2/+2
2020-02-19exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize()Igor Mammedov1-45/+4
2020-02-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200212' into stagingPeter Maydell1-8/+7
2020-02-12exec: do not define use_icount for user-mode emulationPaolo Bonzini1-4/+4
2020-02-11exec: flush CPU TB cache in breakpoint_invalidateMax Filippov1-8/+7
2020-01-20misc: use QEMU_IS_ALIGNEDMarc-André Lureau1-2/+2
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé1-1/+1
2019-12-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-tesing-and-misc-19121...Peter Maydell1-2/+2
2019-12-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+3
2019-12-18qemu_log_lock/unlock now preserves the qemu_logfile handle.Robert Foley1-2/+2
2019-12-18exec: Fix file_ram_alloc() error API violationsMarkus Armbruster1-2/+4
2019-12-18migration: check length directly to make sure the range is alignedWei Yang1-4/+3