666 Commits (3453d97243c72988c89a0105fa9546890eae7bd4)

Author SHA1 Message Date
Laurent Vivier f606e4d625 linux-user: correctly align types in thunking code 8 years ago
Emilio G. Cota b542683d77 translator: merge max_insns into DisasContextBase 8 years ago
Paolo Bonzini 48564041a7 exec: reintroduce MemoryRegion caching 8 years ago
Paolo Bonzini 4269c82bf7 exec: move memory access declarations to a common header, inline *_phys functions 8 years ago
Laurent Vivier 7f254c5cb8 linux-user: remove useless padding in flock64 structure 8 years ago
Pavel Dovgalyuk afd46fcad2 icount: fix cpu_restore_state_from_tb for non-tb-exit cases 8 years ago
KONRAD Frederic 1bb982b8fc gdbstub: send a termination packet instead of crashing gdb 8 years ago
Dr. David Alan Gilbert 2ce16640b4 postcopy: use UFFDIO_ZEROPAGE only when available 8 years ago
Dr. David Alan Gilbert f90bb71bfd qemu_ram_block_host_offset 8 years ago
Max Filippov e530acd7de linux-user: fix mmap/munmap/mprotect/mremap/shmat 8 years ago
Max Filippov ebf9a3630c linux-user: fix mmap/munmap/mprotect/mremap/shmat 8 years ago
Paolo Bonzini b2a44fcad7 address_space_read: address_space_to_flatview needs RCU lock 8 years ago
Paolo Bonzini 785a507ec7 memory: inline some performance-sensitive accessors 8 years ago
Alex Bennée 3573749700 include/exec/helper-head.h: support f16 in helper calls 8 years ago
Marcel Apfelbaum 06329ccecf mem: add share parameter to memory-backend-ram 8 years ago
Paolo Bonzini 0fe1eca7dc memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshot 8 years ago
Paolo Bonzini 77302fb5df memory: remove memory_region_test_and_clear_dirty 8 years ago
Markus Armbruster 8f0a3716e4 Clean up includes 8 years ago
Alexey Kardashevskiy f1334de60b memory/iommu: Add get_attr() 8 years ago
Peter Maydell 9d70618c68 memory-internal.h: Remove obsolete claim that header is obsolete 9 years ago
Jay Zhou 57914ecb06 memory: update comments and fix some typos 8 years ago
Laurent Vivier 98670d47cd accel/tcg: add size paremeter in tlb_fill() 8 years ago
Haozhong Zhang 9837684316 hostmem-file: add "align" option 8 years ago
Dr. David Alan Gilbert aa777e297c cpu_physical_memory_sync_dirty_bitmap: Another alignment fix 8 years ago
Richard Henderson 1df3caa946 tcg: Allow 6 arguments to TCG helpers 8 years ago
Richard Henderson 15fa08f845 tcg: Dynamically allocate TCGOps 9 years ago
Peter Xu 80ceb07a83 cpu: refactor cpu_address_space_init() 9 years ago
Marc-André Lureau e2fbe20851 memory: remove unused memory_region_set_global_locking() 9 years ago
Peter Maydell 2726627197 exec.c: Factor out before/after actions for notdirty memory writes 9 years ago
Richard Henderson ec603b5584 tcg: Record code_gen_buffer address for user-only memory helpers 9 years ago
Alex Bennée d25f2a7227 accel/tcg/translate-all: expand cpu_restore_state addr check 9 years ago
Richard Henderson 1d48474d8e disas: Remove unused flags arguments 9 years ago
Richard Henderson 1c2adb958f tcg: Initialize cpu_env generically 9 years ago
Emilio G. Cota 26689780f8 gen-icount: fold exitreq_label into TCGContext 9 years ago
Emilio G. Cota b1311c4acf tcg: define tcg_init_ctx and make tcg_ctx a pointer 9 years ago
Emilio G. Cota 44ded3d048 tcg: take tb_ctx out of TCGContext 9 years ago
Emilio G. Cota be1e01171b exec-all: rename tb_free to tb_remove 9 years ago
Emilio G. Cota 2ac01d6daf translate-all: use a binary search tree to track TBs in TBContext 9 years ago
Richard Henderson 416986d3f9 tcg: Remove CF_IGNORE_ICOUNT 9 years ago
Richard Henderson 0cf8a44c2f tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK 9 years ago
Emilio G. Cota c5a49c63fa tcg: convert tb->cflags reads to tb_cflags(tb) 9 years ago
Richard Henderson cdfef1715c tcg: Include CF_COUNT_MASK in CF_HASH_MASK 9 years ago
Emilio G. Cota 4e2ca83e71 tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK 9 years ago
Richard Henderson dc41aa7d34 tcg: Remove GET_TCGV_* and MAKE_TCGV_* 9 years ago
Richard Henderson ae8b75dc6e tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} 9 years ago
Richard Henderson 960c50e077 tcg: Push tcg_ctx into tcg_gen_callN 9 years ago
Alexey Perevalov f949461489 migration: add bitmap for received page 9 years ago
David Hildenbrand f52bfb1214 accel/tcg: allow to invalidate a write TLB entry immediately 9 years ago
Emilio G. Cota 3637cf58f9 util: move qemu_real_host_page_size/mask to osdep.h 9 years ago
Emilio G. Cota e7e168f413 exec-all: extract tb->tc_* into a separate struct tc_tb 9 years ago