979 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Paolo Bonzini 715c31ec8e exec: introduce address_space_extend_translation 10 years ago
Paolo Bonzini 0ce265ffef exec: introduce memory_ldst.inc.c 10 years ago
Paolo Bonzini 2651efe7f5 exec: optimize remaining address_space_* cases 10 years ago
Peter Maydell a9353fe897 exec.c: Fix breakpoint invalidation race 10 years ago
Haozhong Zhang 1775f111ea exec.c: check memory backend file size with 'size' option 10 years ago
Richard Henderson 1ee73216f4 log: Add locking to large logging blocks 10 years ago
Haozhong Zhang d6af99c9f8 exec.c: do not truncate non-empty memory backend file 10 years ago
Alex Bennée f35e44e764 exec.c: ensure all AddressSpaceDispatch updates under RCU 10 years ago
Alex Bennée ba051fb5e5 tcg: move locking for tb_invalidate_phys_page_range up 10 years ago
KONRAD Frederic a5e998262f tcg: protect translation related stuff with tb_lock. 10 years ago
Richard Henderson 258dfaaad0 exec: Avoid direct references to Int128 parts 10 years ago
Laurent Vivier 7bbc124e7e exec: call cpu_exec_exit() from a CPU unrealize common function 10 years ago
Laurent Vivier ce5b1bbf62 exec: move cpu_exec_init() calls to realize functions 10 years ago
Laurent Vivier 39e329e341 exec: split cpu_exec_init() 10 years ago
Peter Maydell 20bccb82ff cpu: Support a target CPU having a variable page size 10 years ago
Vijaya Kumar K 2615fabd42 exec.c: Remove static allocation of sub_section of sub_page 10 years ago
Haozhong Zhang 8360668e69 exec.c: workaround regression caused by alignment change in d2f39ad 10 years ago
Dr. David Alan Gilbert 863e9621c5 RAMBlocks: Store page size 10 years ago
Marc-André Lureau efee678d6d exec: remove unused compacted argument 10 years ago
Paolo Bonzini 267f685b8b cpus-common: move CPU list management to common code 10 years ago
Cao jin c2cd627ddb kvm-all: drop kvm_setup_guest_memory 10 years ago
Igor Mammedov 3b8c1761f0 qtail: clean up direct access to tqe_prev field 10 years ago
Igor Mammedov 630eb0faf4 exec: Ensure the only one cpu_index allocation method is used 10 years ago
Igor Mammedov 056b68af77 fix qemu exit on memory hotplug when allocation fails at prealloc time 10 years ago
Igor Mammedov a07f953ef4 exec: Set cpu_index only if it's not been explictly set 10 years ago
Igor Mammedov 8b1b835035 exec: Don't use cpu_index to detect if cpu_exec_init()'s been called 10 years ago
Igor Mammedov 1bc7e522d9 exec: Reduce CONFIG_USER_ONLY ifdeffenery 10 years ago
Peter Lieven 101420b886 exec: avoid realloc in phys_map_node_reserve 10 years ago
Markus Armbruster a9c94277f0 Use #include "..." for our own headers, <...> for others 10 years ago
Paolo Bonzini 02d0e09503 os-posix: include sys/mman.h 10 years ago
Anthony PERARD d6b6aec409 exec: Fix qemu_ram_block_from_host for Xen 10 years ago
Peter Maydell 6886b98036 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 10 years ago
Bharata B Rao 9dfeca7c6b exec: Do vmstate unregistration from cpu_exec_exit() 10 years ago
Bharata B Rao 1c59eb39cf exec: Remove cpu from cpus list during cpu_exec_exit() 10 years ago
Paolo Bonzini 0878d0e11b exec: hide mr->ram_addr from qemu_get_ram_ptr users 11 years ago
Paolo Bonzini 07bdaa4196 memory: split memory_region_from_host from qemu_ram_addr_from_host 11 years ago
Paolo Bonzini f615f39616 exec: remove ram_addr argument from qemu_ram_block_from_host 10 years ago
Paolo Bonzini 4ff87573df memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr 11 years ago
Paolo Bonzini e4e697940d memory: remove unnecessary masking of MemoryRegion ram_addr 11 years ago
Gonglei ab0a995608 exec: adjust rcu_read_lock requirement 10 years ago
Gonglei fa53a0e53e memory: drop find_ram_block() 10 years ago
Dominik Dingel d2f39add72 exec.c: Ensure right alignment also for file backed ram 10 years ago
Paolo Bonzini df43d49cb8 hw: clean up hw/hw.h includes 11 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 11 years ago
Paolo Bonzini 33c11879fd qemu-common: push cpu.h inclusion out of qemu-common.h 11 years ago
Paolo Bonzini 741da0d38b hw: cannot include hw/hw.h from user emulation 12 years ago
Emilio G. Cota 89fee74a0f tb: consistently use uint32_t for tb->flags 11 years ago
Marc-André Lureau 85bc2a1512 memory: fix segv on qemu_ram_free(block=0x0) 11 years ago
Paolo Bonzini 5c3ece79cd exec: fix error handling in file_ram_alloc 11 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago