518 Commits (76cad71136b7eb371cf2a2a4e1621cfe8d9c769a)

Author SHA1 Message Date
Blue Swirl 5b6dd8683d exec: move TB handling to translate-all.c 14 years ago
Blue Swirl 5a3165263a exec: extract TB watchpoint check 14 years ago
Blue Swirl 44209fc4ed exec: fix coding style 14 years ago
Richard Henderson 0be4835b49 exec: Advise huge pages for the TCG code gen buffer 14 years ago
Peter Maydell 9e11908f12 dma: Define dma_context_memory and use in sysbus-ohci 14 years ago
Yeongkyoon Lee fdbb84d133 tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization 14 years ago
Blue Swirl 8b9c99d9dc exec: make some functions static 14 years ago
Andreas Färber 9f09e18a6d cpu: Move thread_id to CPUState 14 years ago
Andreas Färber c08d7424d6 cpus: Pass CPUState to qemu_cpu_kick() 14 years ago
Andreas Färber 60e82579c7 cpus: Pass CPUState to qemu_cpu_is_self() 14 years ago
Avi Kivity a8170e5e97 Rename target_phys_addr_t to hwaddr 14 years ago
Luiz Capitulino ad0b5321f1 Call MADV_HUGEPAGE for guest RAM allocations 14 years ago
Avi Kivity 83f3c25142 memory: add address_space_destroy() 14 years ago
Avi Kivity ac1970fbe8 memory: per-AddressSpace dispatch 14 years ago
Avi Kivity f6790af6bc memory: use AddressSpace for MemoryListener filtering 14 years ago
Avi Kivity 1d71148eac memory: move tcg flush into a tcg memory listener 14 years ago
Avi Kivity 2673a5da25 memory: move address_space_memory and address_space_io out of memory core 14 years ago
Avi Kivity 95d2994a2f memory: manage coalesced mmio via a MemoryListener 14 years ago
Richard Henderson 74d590c8e9 exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c 14 years ago
Richard Henderson 4438c8a946 exec: Allocate code_gen_prologue from code_gen_buffer 14 years ago
Richard Henderson 405def1846 exec: Do not use absolute address hints for code_gen_buffer with -fpie 14 years ago
Richard Henderson 3d85a72fd8 exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large 14 years ago
Richard Henderson f1bc0bcc9d exec: Split up and tidy code_gen_buffer 14 years ago
Juan Quintela 652d7ec291 ram: Export last_ram_offset() 14 years ago
Avi Kivity 9a2c913b77 memory: drop no-op MemoryListener callbacks 14 years ago
Avi Kivity 7762c2c1e0 memory: rename 'exec-obsolete.h' 14 years ago
Peter Maydell 6fd2a026fb cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic 14 years ago
Anthony PERARD e226939de5 exec, memory: Call to xen_modified_memory. 14 years ago
Anthony PERARD 51d7a9eb2b exec: Introduce helper to set dirty flags. 14 years ago
Richard Henderson 9b9c37c364 tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. 14 years ago
Richard Henderson d5dd696fe3 tcg-sparc: Don't MAP_FIXED on top of the program 14 years ago
David Gibson 0b57e28713 cpu_physical_memory_write_rom() needs to do TB invalidates 14 years ago
Luiz Capitulino 8490fc78e7 add -machine mem-merge=on|off option 14 years ago
Jason Baron ddb97f1deb memory: add -machine dump-guest-core=on|off 14 years ago
Igor Mitsyanko 5fda043f9c exec.c: fix dirty bitmap reallocation 14 years ago
Peter Maydell c308efe63a exec.c: Remove out of date comment 14 years ago
Tyler Hall 69b67646bc exec.c: Use subpages for large unaligned mappings 14 years ago
Tyler Hall adb2a9b5d4 exec.c: Fix off-by-one error in register_subpage 14 years ago
Paolo Bonzini 753d5e14c4 memory: pass EventNotifier, not eventfd 14 years ago
Christian Borntraeger fdec991857 s390: autodetect map private 14 years ago
Juan Quintela 1720aeee72 dirty bitmap: abstract its use 14 years ago
Juan Quintela d24981d37e Only TCG needs TLB handling 14 years ago
Blue Swirl 5726c27fa9 qemu-log: move logging to qemu-log.c 14 years ago
Anthony Liguori 09e5ab6360 qdev: Use wrapper for qdev_get_path 14 years ago
Max Filippov 9d70c4b7b8 exec: fix TB invalidation after breakpoint insertion/deletion 14 years ago
Jan Kiszka 8e0fdce32d Clarify comments of tb_invalidate_phys_[page_]range 14 years ago
Wen Congyang 76f3553883 Add API to check whether a physical address is I/O address 14 years ago
Alexander Graf 77a8f1a512 linux-user: Fix stale tbs after mmap 14 years ago
Blue Swirl fd06257351 memory: move functions is_romd and section_addr to memory API 14 years ago
Blue Swirl cc5bea608d cputlb: prepare private memory API for public consumption 14 years ago