Age | Commit message (Expand) | Author |
2012-10-20 | exec: Allocate code_gen_prologue from code_gen_buffer | Richard Henderson |
2012-10-20 | exec: Do not use absolute address hints for code_gen_buffer with -fpie | Richard Henderson |
2012-10-20 | exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large | Richard Henderson |
2012-10-20 | exec: Split up and tidy code_gen_buffer | Richard Henderson |
2012-10-17 | ram: Export last_ram_offset() | Juan Quintela |
2012-10-15 | memory: drop no-op MemoryListener callbacks | Avi Kivity |
2012-10-15 | memory: rename 'exec-obsolete.h' | Avi Kivity |
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell |
2012-10-03 | exec, memory: Call to xen_modified_memory. | Anthony PERARD |
2012-10-03 | exec: Introduce helper to set dirty flags. | Anthony PERARD |
2012-09-21 | tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode. | Richard Henderson |
2012-09-21 | tcg-sparc: Don't MAP_FIXED on top of the program | Richard Henderson |
2012-09-17 | cpu_physical_memory_write_rom() needs to do TB invalidates | David Gibson |
2012-09-17 | add -machine mem-merge=on|off option | Luiz Capitulino |
2012-08-16 | memory: add -machine dump-guest-core=on|off | Jason Baron |
2012-08-11 | exec.c: fix dirty bitmap reallocation | Igor Mitsyanko |
2012-08-03 | exec.c: Remove out of date comment | Peter Maydell |
2012-08-03 | exec.c: Use subpages for large unaligned mappings | Tyler Hall |
2012-08-03 | exec.c: Fix off-by-one error in register_subpage | Tyler Hall |
2012-07-18 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori |
2012-07-12 | memory: pass EventNotifier, not eventfd | Paolo Bonzini |
2012-07-10 | s390: autodetect map private | Christian Borntraeger |
2012-06-29 | dirty bitmap: abstract its use | Juan Quintela |
2012-06-29 | Only TCG needs TLB handling | Juan Quintela |
2012-06-21 | qemu-log: move logging to qemu-log.c | Blue Swirl |
2012-06-18 | qdev: Use wrapper for qdev_get_path | Anthony Liguori |
2012-06-11 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori |
2012-06-09 | exec: fix TB invalidation after breakpoint insertion/deletion | Max Filippov |
2012-06-08 | Clarify comments of tb_invalidate_phys_[page_]range | Jan Kiszka |
2012-06-04 | Add API to check whether a physical address is I/O address | Wen Congyang |
2012-05-19 | linux-user: Fix stale tbs after mmap | Alexander Graf |
2012-05-01 | memory: move functions is_romd and section_addr to memory API | Blue Swirl |
2012-05-01 | cputlb: prepare private memory API for public consumption | Blue Swirl |
2012-05-01 | cputlb: move TLB handling to a separate file | Blue Swirl |
2012-05-01 | exec: prepare for splitting | Blue Swirl |
2012-04-15 | w64: Use uintptr_t in exec.c | Stefan Weil |
2012-04-15 | w64: Use larger alignment for section with generated code | Stefan Weil |
2012-04-15 | w64: Fix data types in cpu-all.h, exec.c | Stefan Weil |
2012-04-14 | exec: provide tb_invalidate_phys_addr function | Max Filippov |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-07 | w64: Fix data type of tb_next and other variables used for host addresses | Stefan Weil |
2012-03-24 | tcg: Use the GDB JIT debugging interface. | Richard Henderson |
2012-03-19 | exec: fix guest memory access for Xen | Anthony PERARD |
2012-03-19 | memory: check for watchpoints when getting code ram_addr | Avi Kivity |
2012-03-19 | exec: fix write tlb entry misused as iotlb | Avi Kivity |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-08 | memory: get rid of cpu_register_io_memory() | Avi Kivity |
2012-03-08 | memory: dispatch directly via MemoryRegion | Avi Kivity |
2012-03-08 | exec: fix code tlb entry misused as iotlb in get_page_addr_code() | Avi Kivity |