744 Commits (7f151e6f718f2edaf8661c4dedf6fcdb30b10e1b)

Author SHA1 Message Date
Max Filippov 07e2863d02 exec.c: fix setting 1-byte-long watchpoints 12 years ago
Luiz Capitulino e4d9df4fb1 exec: file_ram_alloc(): print error when prealloc fails 12 years ago
Peter Maydell 08225676b2 exec.c: Record watchpoint fault address and direction 12 years ago
Peter Maydell 3ee887e8ff exec.c: Provide full set of dummy wp remove functions in user-mode 12 years ago
Peter Maydell 05068c0dfb exec.c: Relax restrictions on watchpoint length and alignment 12 years ago
Hu Tao fc7a5800ad exec: add parameter errp to gethugepagesize 12 years ago
Hu Tao 557529dd60 exec: report error when memory < hpagesize 12 years ago
Hu Tao ef701d7b6f exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr 12 years ago
Pavel Dovgaluk 6c3bff0ed8 exec: Save CPUState::exception_index field 12 years ago
Le Tan 8d7b8cb9c2 iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps 12 years ago
Peter Crosthwaite 83234bf2fa exec: Abstract away ref to memory region names 12 years ago
Paolo Bonzini 6886867e98 exec: fix migration with devices that use address_space_rw 12 years ago
Paolo Bonzini 1f6245e5ab memory: do not give a name to the internal exec.c regions 12 years ago
Peter Crosthwaite b4fefef9d5 memory: MemoryRegion: QOMify 12 years ago
Greg Kurz 98ed8ecfc9 exec: introduce target_words_bigendian() helper 12 years ago
Damjan Marion 3fd74b8407 vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message 12 years ago
Richard Henderson 224f9fd419 tcg-ppc: Merge cache-utils into the backend 12 years ago
Paolo Bonzini dbcb898118 hostmem: add property to map memory with MAP_SHARED 12 years ago
Paolo Bonzini a35ba7be4b hostmem: allow preallocation of any memory region 12 years ago
Paolo Bonzini 7f56e740a6 memory: add error propagation to file-based RAM allocation 12 years ago
Paolo Bonzini 0b183fc871 memory: move mem_path handling to memory_region_allocate_system_memory 12 years ago
Paolo Bonzini 7bd4f430a3 memory: move RAM_PREALLOC_MASK to exec.c, rename 12 years ago
Paolo Bonzini 38183310be memory: move preallocation code out of exec.c 12 years ago
Paolo Bonzini e1c57ab86f memory: reorganize file-based allocation 12 years ago
Peter Crosthwaite a656e22f09 exec: dummy_section: Pass address space through. 12 years ago
Hu Tao 20cfe8810d exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr 12 years ago
Juan Quintela 35d08458a9 savevm: Remove all the unneeded version_minimum_id_old (rest) 12 years ago
Alexey Kardashevskiy fe680d0dac exec: Limit translation limiting in address_space_translate to xen 12 years ago
Christian Borntraeger c01a71c1a5 exec: Fix CPU rework fallout 12 years ago
Andreas Färber 00c8cb0a36 cputlb: Change tlb_flush() argument to CPUState 13 years ago
Andreas Färber 31b030d4ab cputlb: Change tlb_flush_page() argument to CPUState 13 years ago
Andreas Färber a47dddd734 exec: Change cpu_abort() argument to CPUState 13 years ago
Andreas Färber bb0e627a84 exec: Change memory_region_section_get_iotlb() argument to CPUState 13 years ago
Andreas Färber 0ea8cb8895 cpu-exec: Change cpu_resume_from_signal() argument to CPUState 13 years ago
Andreas Färber b3310ab338 exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber 75a34036d4 exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument 13 years ago
Andreas Färber 648f034c6c translate-all: Change tb_gen_code() argument to CPUState 13 years ago
Andreas Färber 239c51a54f translate-all: Change tb_check_watchpoint() argument to CPUState 13 years ago
Andreas Färber 5638d180d6 cpu-exec: Change cpu_loop_exit() argument to CPUState 13 years ago
Andreas Färber f0c3c505a8 cpu: Move breakpoints field from CPU_COMMON to CPUState 13 years ago
Andreas Färber ff4700b05c cpu: Move watchpoint fields from CPU_COMMON to CPUState 13 years ago
Andreas Färber 27103424c4 cpu: Move exception_index field from CPU_COMMON to CPUState 13 years ago
Andreas Färber 93afeade09 cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState 13 years ago
Stefan Weil 777872e5c6 exec: Remove unneeded include files 12 years ago
Marcelo Tosatti f9a49dfa02 file_ram_alloc: unify mem-path,mem-prealloc error handling 12 years ago
Edgar E. Iglesias 2e38847b8d exec: Make cpu_memory_rw_debug use the CPUs AS 13 years ago
Edgar E. Iglesias 2a22165194 exec: Make cpu_physical_memory_write_rom input an AS 13 years ago
Edgar E. Iglesias db3be60deb exec: Make stb_phys input an AddressSpace 13 years ago
Edgar E. Iglesias 5ce5944dc0 exec: Make stw_*_phys input an AddressSpace 13 years ago
Edgar E. Iglesias 2198a12143 exec: Make stl_phys_notdirty input an AddressSpace 13 years ago