- a904c91 exec: fix madvise of NULL pointer by Paolo Bonzini · 10 years ago
- ec53b45 exec.c: Drop TARGET_HAS_ICE define and checks by Peter Maydell · 10 years ago
- aaf0301 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 10 years ago
- 62be4e3 exec: qemu_ram_alloc_resizeable, qemu_ram_resize by Michael S. Tsirkin · 10 years ago
- 9b8424d exec: split length -> used_length/max_length by Michael S. Tsirkin · 10 years ago
- c8d6f66 exec: cpu_physical_memory_set/clear_dirty_range by Michael S. Tsirkin · 10 years ago
- ff6cff7 exec: allows 8-byte accesses in subpage_ops by Paolo Bonzini · 10 years ago
- adee642 exec: change default exception_index value for migration to -1 by Paolo Bonzini · 10 years ago
- 1240be2 exec: add wrapper for host pointer access by Michael S. Tsirkin · 10 years ago
- a2b257d memory: expose alignment used for allocating RAM as MemoryRegion API by Igor Mammedov · 10 years ago
- f874bf9 exec: Handle multipage ranges in invalidate_and_set_dirty() by Peter Maydell · 10 years ago
- 07e2863 exec.c: fix setting 1-byte-long watchpoints by Max Filippov · 11 years ago
- cc35a44 Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging by Peter Maydell · 11 years ago
- 2b31cd4 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
- e4d9df4 exec: file_ram_alloc(): print error when prealloc fails by Luiz Capitulino · 11 years ago
- 0822567 exec.c: Record watchpoint fault address and direction by Peter Maydell · 11 years ago
- 3ee887e exec.c: Provide full set of dummy wp remove functions in user-mode by Peter Maydell · 11 years ago
- 05068c0 exec.c: Relax restrictions on watchpoint length and alignment by Peter Maydell · 11 years ago
- fc7a580 exec: add parameter errp to gethugepagesize by Hu Tao · 11 years ago
- 557529d exec: report error when memory < hpagesize by Hu Tao · 11 years ago
- ef701d7 exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr by Hu Tao · 11 years ago
- 6c3bff0 exec: Save CPUState::exception_index field by Pavel Dovgaluk · 11 years ago
- 8d7b8cb iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps by Le Tan · 11 years ago
- 0e4a773 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
- 83234bf exec: Abstract away ref to memory region names by Peter Crosthwaite · 11 years ago
- 6886867 exec: fix migration with devices that use address_space_rw by Paolo Bonzini · 11 years ago
- 1f6245e memory: do not give a name to the internal exec.c regions by Paolo Bonzini · 11 years ago
- b4fefef memory: MemoryRegion: QOMify by Peter Crosthwaite · 11 years ago
- 98ed8ec exec: introduce target_words_bigendian() helper by Greg Kurz · 11 years ago
- 3fd74b8 vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message by Damjan Marion · 11 years ago
- 224f9fd tcg-ppc: Merge cache-utils into the backend by Richard Henderson · 11 years ago
- dbcb898 hostmem: add property to map memory with MAP_SHARED by Paolo Bonzini · 11 years ago
- a35ba7b hostmem: allow preallocation of any memory region by Paolo Bonzini · 11 years ago
- 7f56e74 memory: add error propagation to file-based RAM allocation by Paolo Bonzini · 11 years ago
- 0b183fc memory: move mem_path handling to memory_region_allocate_system_memory by Paolo Bonzini · 11 years ago
- 7bd4f43 memory: move RAM_PREALLOC_MASK to exec.c, rename by Paolo Bonzini · 11 years ago
- 3818331 memory: move preallocation code out of exec.c by Paolo Bonzini · 11 years ago
- e1c57ab memory: reorganize file-based allocation by Paolo Bonzini · 11 years ago
- a656e22 exec: dummy_section: Pass address space through. by Peter Crosthwaite · 11 years ago
- 20cfe88 exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr by Hu Tao · 11 years ago
- 35d0845 savevm: Remove all the unneeded version_minimum_id_old (rest) by Juan Quintela · 11 years ago
- fe680d0 exec: Limit translation limiting in address_space_translate to xen by Alexey Kardashevskiy · 11 years ago
- c01a71c exec: Fix CPU rework fallout by Christian Borntraeger · 11 years ago
- 00c8cb0 cputlb: Change tlb_flush() argument to CPUState by Andreas Färber · 12 years ago
- 31b030d cputlb: Change tlb_flush_page() argument to CPUState by Andreas Färber · 12 years ago
- a47dddd exec: Change cpu_abort() argument to CPUState by Andreas Färber · 12 years ago
- bb0e627 exec: Change memory_region_section_get_iotlb() argument to CPUState by Andreas Färber · 12 years ago
- 0ea8cb8 cpu-exec: Change cpu_resume_from_signal() argument to CPUState by Andreas Färber · 12 years ago
- b3310ab exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
- 75a3403 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument by Andreas Färber · 12 years ago
- 648f034 translate-all: Change tb_gen_code() argument to CPUState by Andreas Färber · 12 years ago
- 239c51a translate-all: Change tb_check_watchpoint() argument to CPUState by Andreas Färber · 12 years ago
- 5638d18 cpu-exec: Change cpu_loop_exit() argument to CPUState by Andreas Färber · 12 years ago
- f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- ff4700b cpu: Move watchpoint fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 2710342 cpu: Move exception_index field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 93afead cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
- 2396187 Merge remote-tracking branch 'remotes/kvm/uq/master' into staging by Peter Maydell · 11 years ago
- 777872e exec: Remove unneeded include files by Stefan Weil · 11 years ago
- f9a49df file_ram_alloc: unify mem-path,mem-prealloc error handling by Marcelo Tosatti · 11 years ago
- 2e38847 exec: Make cpu_memory_rw_debug use the CPUs AS by Edgar E. Iglesias · 11 years ago
- 2a22165 exec: Make cpu_physical_memory_write_rom input an AS by Edgar E. Iglesias · 11 years ago
- db3be60 exec: Make stb_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 5ce5944 exec: Make stw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 2198a12 exec: Make stl_phys_notdirty input an AddressSpace by Edgar E. Iglesias · 11 years ago
- ab1da85 exec: Make stl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- f606604 exec: Make stq_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 41701aa exec: Make lduw_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 2c17449 exec: Make ldq/ldub_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- fdfba1a exec: Make ldl_*_phys input an AddressSpace by Edgar E. Iglesias · 11 years ago
- 33bde2e exec: On AS changes, only flush affected CPU TLBs by Edgar E. Iglesias · 11 years ago
- 09daed8 cpu: Add per-cpu address space by Edgar E. Iglesias · 11 years ago
- 1b3fb98 exec: Make memory_region_section_get_iotlb use section AS by Edgar E. Iglesias · 11 years ago
- 3be91e8 exec: Always initialize MemorySection address spaces by Edgar E. Iglesias · 11 years ago
- 7771709 exec: Make iotlb_to_region input an AS by Edgar E. Iglesias · 11 years ago
- 29d8ec7 exec: Make tb_invalidate_phys_addr input an AS by Edgar E. Iglesias · 11 years ago
- a87f395 memory: fix limiting of translation at a page boundary by Paolo Bonzini · 11 years ago
- 360e607 address_space_translate: do not cross page boundaries by Stefano Stabellini · 11 years ago
- 0169c51 Merge remote-tracking branch 'qemu-kvm/uq/master' into staging by Anthony Liguori · 11 years ago
- 220c3eb memory: split cpu_physical_memory_* functions to its own include by Juan Quintela · 11 years ago
- 981fdf2 memory: cpu_physical_memory_set_dirty_tracking() should return void by Juan Quintela · 11 years ago
- a2f4d5b memory: make cpu_physical_memory_reset_dirty() take a length parameter by Juan Quintela · 11 years ago
- a2cd8c8 memory: s/dirty/clean/ in cpu_physical_memory_is_dirty() by Juan Quintela · 11 years ago
- ace694c memory: s/mask/clear/ cpu_physical_memory_mask_dirty_range by Juan Quintela · 11 years ago
- 1ab4c8c memory: split dirty bitmap into three by Juan Quintela · 11 years ago
- 2152f5c memory: only resize dirty bitmap when memory size increases by Juan Quintela · 11 years ago
- 5215919 memory: cpu_physical_memory_mask_dirty_range() always clears a single flag by Juan Quintela · 11 years ago
- 75218e7 memory: cpu_physical_memory_set_dirty_range() always dirty all flags by Juan Quintela · 11 years ago
- 63995ce memory: set single dirty flags when possible by Juan Quintela · 11 years ago
- 4f08cab memory: make cpu_physical_memory_is_dirty return bool by Juan Quintela · 11 years ago
- 7e5609a exec: create function to get a single dirty bit by Juan Quintela · 11 years ago
- 0656794 exec: use accessor function to know if memory is dirty by Juan Quintela · 11 years ago
- 2ba8285 mempath prefault: fix off-by-one error by Marcelo Tosatti · 11 years ago
- 582b55a roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
- a94b36d roms: Flush icache when writing roms to guest memory by Alexander Graf · 11 years ago
- 53cb28c exec: separate sections and nodes per address space by Marcel Apfelbaum · 11 years ago
- 026736c exec: reduce L2_PAGE_SIZE by Michael S. Tsirkin · 11 years ago
- 57271d6 exec: make address spaces 64-bit wide by Paolo Bonzini · 11 years ago
- b35ba30 exec: memory radix tree page level compression by Michael S. Tsirkin · 11 years ago
- 97115a8 exec: pass hw address to phys_page_find by Michael S. Tsirkin · 11 years ago