Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-08 | memory: store section indices in iotlb instead of io indices | Avi Kivity | 1 | -4/+19 |
2012-03-08 | memory: make phys_page_find() return an unadjusted section | Avi Kivity | 1 | -116/+102 |
2012-03-05 | memory: fix I/O port aliases | Avi Kivity | 1 | -2/+6 |
2012-03-03 | Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa | Blue Swirl | 1 | -5/+13 |
2012-02-29 | memory: allow phys_map tree paths to terminate early | Avi Kivity | 1 | -11/+17 |
2012-02-29 | memory: unify PhysPageEntry::node and ::leaf | Avi Kivity | 1 | -20/+18 |
2012-02-29 | memory: change phys_page_set() to set multiple pages | Avi Kivity | 1 | -18/+23 |
2012-02-29 | memory: switch phys_page_set() to a recursive implementation | Avi Kivity | 1 | -26/+41 |
2012-02-29 | memory: replace phys_page_find_alloc() with phys_page_set() | Avi Kivity | 1 | -11/+4 |
2012-02-29 | memory: simplify multipage/subpage registration | Avi Kivity | 1 | -55/+65 |
2012-02-29 | memory: give phys_page_find() its own tree search loop | Avi Kivity | 1 | -4/+13 |
2012-02-29 | memory: make phys_page_find() return a MemoryRegionSection | Avi Kivity | 1 | -139/+160 |
2012-02-29 | memory: move tlb flush to MemoryListener commit callback | Avi Kivity | 1 | -8/+8 |
2012-02-29 | memory: unify the two branches of cpu_register_physical_memory_log() | Avi Kivity | 1 | -34/+15 |
2012-02-29 | memory: fix RAM subpages in newly initialized pages | Avi Kivity | 1 | -12/+10 |
2012-02-29 | memory: compress phys_map node pointers to 16 bits | Avi Kivity | 1 | -9/+45 |
2012-02-29 | memory: store MemoryRegionSection pointers in phys_map | Avi Kivity | 1 | -80/+107 |
2012-02-29 | memory: unify phys_map last level with intermediate levels | Avi Kivity | 1 | -43/+35 |
2012-02-29 | memory: remove first level of l1_phys_map | Avi Kivity | 1 | -21/+8 |
2012-02-29 | memory: change memory registration to rebuild the memory map on each change | Avi Kivity | 1 | -1/+49 |
2012-02-29 | memory: support stateless memory listeners | Avi Kivity | 1 | -0/+32 |
2012-02-29 | memory: split memory listener for the two address spaces | Avi Kivity | 1 | -14/+66 |