Age | Commit message (Expand) | Author | Files | Lines |
2012-02-01 | exec.c: Clarify comment about tlb_flush() flush_global parameter | Peter Maydell | 1 | -2/+12 |
2012-01-21 | virtio-pci: Fix endianness of virtio config | Benjamin Herrenschmidt | 1 | -0/+14 |
2012-01-13 | tcg-arm: fix a typo in comments | Aurelien Jarno | 1 | -1/+1 |
2012-01-04 | Remove IO_MEM_SHIFT | Avi Kivity | 1 | -18/+14 |
2012-01-04 | Drop IO_MEM_ROMD | Avi Kivity | 1 | -8/+12 |
2012-01-04 | Remove IO_MEM_SUBPAGE | Avi Kivity | 1 | -5/+5 |
2012-01-04 | Direct dispatch through MemoryRegion | Avi Kivity | 1 | -30/+10 |
2012-01-04 | Convert io_mem_watch to be a MemoryRegion | Avi Kivity | 1 | -47/+26 |
2012-01-04 | Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion | Avi Kivity | 1 | -48/+24 |
2012-01-04 | Convert the subpage wrapper to be a MemoryRegion | Avi Kivity | 1 | -52/+18 |
2012-01-04 | Switch cpu_register_physical_memory_log() to use MemoryRegions | Avi Kivity | 1 | -5/+19 |
2012-01-04 | Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions | Avi Kivity | 1 | -134/+84 |
2012-01-04 | Uninline get_page_addr_code() | Avi Kivity | 1 | -0/+26 |
2012-01-04 | Avoid range comparisons on io index types | Avi Kivity | 1 | -17/+20 |
2012-01-04 | Fix wrong region_offset when overlaying a page with another | Avi Kivity | 1 | -0/+1 |
2012-01-04 | memory: move mmio access to functions | Avi Kivity | 1 | -27/+27 |
2012-01-04 | exec: make phys_page_find() return a temporary | Avi Kivity | 1 | -100/+48 |
2012-01-04 | memory: move endianness compensation to memory core | Avi Kivity | 1 | -133/+9 |
2012-01-04 | memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking() | Avi Kivity | 1 | -10/+0 |
2012-01-04 | Store MemoryRegion in RAMBlock | Avi Kivity | 1 | -0/+1 |
2012-01-04 | vmstate, memory: decouple vmstate from memory API | Avi Kivity | 1 | -9/+22 |
2012-01-03 | Remove cpu_get_physical_page_desc() | Avi Kivity | 1 | -11/+0 |
2012-01-03 | memory: remove CPUPhysMemoryClient | Avi Kivity | 1 | -164/+5 |
2011-12-20 | memory: add API for observing updates to the physical memory map | Avi Kivity | 1 | -0/+5 |
2011-12-19 | memory: move obsolete exec.c functions to a private header | Avi Kivity | 1 | -0/+3 |
2011-12-19 | memory, xen: pass MemoryRegion to xen_ram_alloc() | Avi Kivity | 1 | -4/+6 |
2011-12-15 | phys_page_find_alloc: Use correct initial region_offset. | Alex Rozenman | 1 | -1/+2 |
2011-12-15 | exec.c: Fix subpage memory access to RAM MemoryRegion | Andreas Färber | 1 | -2/+63 |
2011-12-14 | tcg/arm: remove fixed map code buffer restriction | Dr. David Alan Gilbert | 1 | -3/+1 |
2011-12-10 | w32: Disable buffering for log file | Stefan Weil | 1 | -2/+4 |
2011-11-01 | Make cpu_single_env thread-local | Paolo Bonzini | 1 | -1/+1 |
2011-11-01 | Error check find_ram_offset | Alex Williamson | 1 | -2/+9 |
2011-10-26 | exec.c: Remove useless comment | 陳韋任 | 1 | -1/+0 |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini | 1 | -3/+0 |
2011-10-01 | Move GETPC from dyngen-exec.h to exec-all.h | Blue Swirl | 1 | -0/+1 |
2011-09-21 | Remove qemu_host_page_bits | Stefan Weil | 1 | -4/+0 |
2011-08-20 | Use glib memory allocation and free functions | Anthony Liguori | 1 | -24/+24 |
2011-08-12 | fix QLIST usage for RAM list | Paolo Bonzini | 1 | -1/+1 |
2011-08-08 | Integrate I/O memory regions into qemu | Avi Kivity | 1 | -0/+10 |
2011-08-07 | Use mmap to allocate execute memory | Tobias Nygren | 1 | -1/+2 |
2011-08-05 | Avoid allocating TCG resources in non-TCG mode | Jan Kiszka | 1 | -5/+14 |
2011-08-05 | memory: use signed arithmetic | Avi Kivity | 1 | -1/+1 |
2011-07-29 | Merge remote-tracking branch 'agraf/xen-next' into staging | Anthony Liguori | 1 | -6/+7 |
2011-07-29 | exec.c: initialize memory map | Avi Kivity | 1 | -0/+19 |
2011-07-26 | cpu-common: Have a ram_addr_t of uint64 with Xen. | Anthony PERARD | 1 | -4/+5 |
2011-07-26 | exec.c: Use ram_addr_t in cpu_physical_memory_rw(...). | Anthony PERARD | 1 | -2/+2 |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl | 1 | -6/+6 |
2011-07-17 | qemu_ram_ptr_length: take ram_addr_t as arguments | Stefano Stabellini | 1 | -7/+14 |
2011-07-17 | xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XEN | Jan Kiszka | 1 | -8/+8 |
2011-07-17 | xen: Clean up map cache API naming | Jan Kiszka | 1 | -8/+10 |