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