979 Commits (8301ea444abb49f7b7fb939b09c1e23b22977f30)

Author SHA1 Message Date
Peter Maydell 0a1c71cec6 exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init() 11 years ago
Michael S. Tsirkin 8561c9244d exec: allocate PROT_NONE pages on top of RAM 11 years ago
Peter Crosthwaite dfccc76023 include/exec: Move cputlb exec.c defs out 11 years ago
Peter Crosthwaite bcae01e468 cputlb: Change tlb_set_dirty() arg to cpu 11 years ago
Peter Crosthwaite 9a13565d52 cputlb: move CPU_LOOP() for tlb_reset() to exec.c 11 years ago
Andrey Smetanin bac05aa9a7 cpu: Add crash_occurred flag into CPUState 11 years ago
Paolo Bonzini f240eb6fdc remove qemu/tls.h 11 years ago
Peter Maydell 6554f5c037 exec.c: Use pow2floor() rather than hand-calculation 11 years ago
Chen Hanxiao 9284f31994 exec: use macro ROUND_UP for alignment 11 years ago
Peter Maydell 0b8e2c1002 exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb() 11 years ago
Peter Crosthwaite 4bad9e392e cpu: Change cpu_exec_init() arg to cpu, not env 11 years ago
Peter Crosthwaite bbd77c180d translate-all: Change tb_flush() env argument to cpu 11 years ago
Bharata B Rao b7bca73334 cpu: Convert cpu_index into a bitmap 11 years ago
Bharata B Rao 5a790cc4b9 cpu: Add Error argument to cpu_exec_init() 11 years ago
Eduardo Habkost 291135b5da cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init 11 years ago
Eduardo Habkost 7c39163e38 cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn() 11 years ago
Eduardo Habkost 199fc85acd cpu: No need to zero-initialize CPUState::numa_node 11 years ago
Li Zhijian dd63169766 migration: extend migration_bitmap 11 years ago
Paolo Bonzini b242e0e0e2 exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal 11 years ago
Jan Kiszka 4840f10eff memory: let address_space_rw/ld*/st* run outside the BQL 11 years ago
Paolo Bonzini 125b380666 exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st* 11 years ago
Paolo Bonzini e4a511f8cc exec: clamp accesses against the MemoryRegionSection 11 years ago
Paolo Bonzini 965eb2fcdf exec: do not clamp accesses to MMIO regions 11 years ago
Dr. David Alan Gilbert e3807054e2 qemu_ram_foreach_block: pass up error value, and down the ramblock name 11 years ago
Juan Quintela 5cd8cadae8 migration: Use normal VMStateDescriptions for Subsections 12 years ago
Stefan Hajnoczi 03eebc9e32 memory: replace cpu_physical_memory_reset_dirty() with test-and-clear 12 years ago
Paolo Bonzini e87f7778b6 exec: only check relevant bitmaps for cleanliness 12 years ago
Paolo Bonzini 58d2707e87 exec: pass client mask to cpu_physical_memory_set_dirty_range 12 years ago
Paolo Bonzini 358653391b translate-all: remove unnecessary argument to tb_invalidate_phys_range 11 years ago
Paolo Bonzini 845b6214a3 exec: use memory_region_get_dirty_log_mask to optimize dirty tracking 12 years ago
Paolo Bonzini 49dfcec403 ram_addr: tweaks to xen_modified_memory 12 years ago
Paolo Bonzini db94604b20 exec: optimize phys_page_set_level 11 years ago
Paolo Bonzini 41063e1e7a exec: move rcu_read_lock/unlock to address_space_translate callers 12 years ago
Peter Crosthwaite 23820dbfc7 exec: Respect as_translate_internal length clamp 12 years ago
Fam Zheng e95205e1f9 dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel 12 years ago
Fam Zheng 33b6c2edf6 exec: Notify cpu_register_map_client caller if the bounce buffer is available 12 years ago
Fam Zheng 38e047b50d exec: Protect map_client_list with mutex 12 years ago
Fam Zheng c2cba0ffe4 exec: Atomic access to bounce buffer 12 years ago
Peter Maydell 66b9b43c42 exec.c: Capture the memory attributes for a watchpoint hit 11 years ago
Peter Maydell 500131154d exec.c: Add new address_space_ld*/st* functions 11 years ago
Peter Maydell 5c9eb0286c exec.c: Make address_space_rw take transaction attributes 11 years ago
Peter Maydell f25a49e005 exec.c: Convert subpage memory ops to _with_attrs 11 years ago
Peter Maydell 3b64349539 memory: Replace io_mem_read/write with memory_region_dispatch_read/write 11 years ago
Paolo Bonzini 4025446f0a Revert "exec: Respect as_tranlsate_internal length clamp" 12 years ago
Paolo Bonzini f18c69cfc5 exec: avoid possible overwriting of mmaped area in qemu_ram_remap 12 years ago
Peter Crosthwaite c3c1bb99d1 exec: Respect as_tranlsate_internal length clamp 12 years ago
Michael S. Tsirkin 4485bd269c exec: don't include hw/boards for linux-user 12 years ago
Marcel Apfelbaum 75cc7f0183 machine: query mem-merge machine property 12 years ago
Marcel Apfelbaum 47c8ca533e machine: query dump-guest-core machine property 12 years ago
Paolo Bonzini cba7054928 cpus: initialize cpu->memory_dispatch 12 years ago