1144 Commits (8703cfbf98b5d4adea4e715a76b1c79a7a09e060)

Author SHA1 Message Date
David Hildenbrand ce4adc0b6e exec: Fix for qemu_ram_resize() callback 6 years ago
Matt Borgerson 25aa6b3718 memory: Fix start offset for bitmap log_clear hook 6 years ago
Anthony PERARD 5d4c954931 Memory: Only call ramblock_ptr when needed in qemu_ram_writeback 6 years ago
Alexander Bulekov a028edeaa6 exec: keep ram block across fork when using qtest 6 years ago
Philippe Mathieu-Daudé 28c80bfe8b exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument 6 years ago
Peter Maydell 19f7034773 Avoid address_space_rw() with a constant is_write argument 6 years ago
Philippe Mathieu-Daudé 1ccda935d4 Let address_space_rw() calls pass a boolean 'is_write' argument 6 years ago
Philippe Mathieu-Daudé ae5883abec exec: Let address_space_unmap() use a boolean 'is_write' argument 6 years ago
Philippe Mathieu-Daudé d7ef71ef42 exec: Let the cpu_[physical]_memory API use void pointer arguments 6 years ago
Philippe Mathieu-Daudé daa3dda43a exec: Let the address_space API use void pointer arguments 6 years ago
Philippe Mathieu-Daudé a152be43dc exec: Let flatview API take void pointer arguments 6 years ago
Philippe Mathieu-Daudé 208046768d exec: Rename ram_ptr variable 6 years ago
Igor Mammedov 4ebc74dbbf hostmem: fix strict bind policy 6 years ago
Igor Mammedov c001c3b3d9 exec: drop bogus mem_path from qemu_ram_alloc_from_fd() 6 years ago
Igor Mammedov ad1172d8e5 exec: cleanup qemu_minrampagesize()/qemu_maxrampagesize() 6 years ago
Paolo Bonzini fe3dada317 exec: do not define use_icount for user-mode emulation 6 years ago
Max Filippov b55f54bc96 exec: flush CPU TB cache in breakpoint_invalidate 6 years ago
Marc-André Lureau 619bd31d1f misc: use QEMU_IS_ALIGNED 6 years ago
Philippe Mathieu-Daudé dcb32f1d8f tcg: Search includes from the project root source directory 6 years ago
Robert Foley fc59d2d870 qemu_log_lock/unlock now preserves the qemu_logfile handle. 6 years ago
Markus Armbruster 56e477a563 exec: Fix file_ram_alloc() error API violations 6 years ago
Wei Yang 72821d93e0 migration: check length directly to make sure the range is aligned 7 years ago
Beata Michalska 61c490e25e Memory: Enable writeback for given memory region 6 years ago
Emilio G. Cota 30865f3168 cpu: hook plugin vcpu events 8 years ago
Richard Henderson 7886cefe5d exec: Split out variable page size support to exec-vary.c 7 years ago
Wei Yang 038adc2f58 core: replace getpagesize() with qemu_real_host_page_size 7 years ago
Dr. David Alan Gilbert 694ea274d9 rcu: Use automatic rc_read unlock in core memory/exec code 7 years ago
Eric Auger 549d400587 memory: allow memory_region_register_iommu_notifier() to fail 7 years ago
Pavel Dovgalyuk 86cf9e1546 replay: don't synchronize memory operations in replay mode 7 years ago
Richard Henderson ae57db63ac cputlb: Pass retaddr to tb_check_watchpoint 7 years ago
Richard Henderson ce9f5e2792 cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access 7 years ago
Richard Henderson 707526ad86 cputlb: Merge and move memory_notdirty_write_{prepare,complete} 7 years ago
Richard Henderson 8f5db64153 cputlb: Partially inline memory_region_section_get_iotlb 7 years ago
Richard Henderson 08565552f7 cputlb: Move NOTDIRTY handling from I/O path to TLB path 7 years ago
Richard Henderson 7b0d792ce1 cputlb: Move ROM handling from I/O path to TLB path 7 years ago
Richard Henderson 6e050d4156 exec: Adjust notdirty tracing 7 years ago
Stefan Hajnoczi 72d41eb4b8 memory: fetch pmem size in get_file_size() 7 years ago
Wei Yang 526ca2360e exec.c: add a check between constants to see whether we could skip 7 years ago
Wei Yang 26ca2075ba exec.c: correct the maximum skip value during compact 7 years ago
Wei Yang b797ab1a15 exec.c: subpage->sub_section is already initialized to 0 7 years ago
Wei Yang c95cfd0400 exec.c: get nodes_nb_alloc with one MAX calculation 7 years ago
Wei Yang 56b1507680 exec.c: replace hwaddr with uint64_t for better understanding 7 years ago
Richard Henderson 50b107c5d6 cputlb: Handle watchpoints via TLB_WATCHPOINT 7 years ago
Richard Henderson 56ad8b007d exec: Factor out cpu_watchpoint_address_matches 7 years ago
David Hildenbrand 0026348b48 exec: Factor out core logic of check_watchpoint() 7 years ago
Richard Henderson 74841f044e exec: Move user-only watchpoint stubs inline 7 years ago
Tony Nguyen 9bf825bf3d memory: Single byte swap along the I/O path 7 years ago
Tony Nguyen d5d680cacc memory: Access MemoryRegion with endianness 7 years ago
Tony Nguyen 3d9e7c3e7b exec: Access MemoryRegion with MemOp 7 years ago
Tao Xu 7e721e7b10 numa: move numa global variable numa_info into MachineState 7 years ago