Age | Commit message (Expand) | Author |
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 |
2012-03-08 | memory: store section indices in iotlb instead of io indices | Avi Kivity |
2012-03-08 | memory: make phys_page_find() return an unadjusted section | Avi Kivity |
2012-03-05 | memory: fix I/O port aliases | Avi Kivity |
2012-03-03 | Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa | Blue Swirl |
2012-02-29 | memory: allow phys_map tree paths to terminate early | Avi Kivity |
2012-02-29 | memory: unify PhysPageEntry::node and ::leaf | Avi Kivity |
2012-02-29 | memory: change phys_page_set() to set multiple pages | Avi Kivity |
2012-02-29 | memory: switch phys_page_set() to a recursive implementation | Avi Kivity |
2012-02-29 | memory: replace phys_page_find_alloc() with phys_page_set() | Avi Kivity |
2012-02-29 | memory: simplify multipage/subpage registration | Avi Kivity |