Age | Commit message (Expand) | Author |
2015-01-03 | gen-icount: check cflags instead of use_icount global | Paolo Bonzini |
2014-12-23 | cpu-exec: add a new CF_USE_ICOUNT cflag | Paolo Bonzini |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov |
2014-12-16 | Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into sta... | Peter Maydell |
2014-12-16 | cpu: verify that block->host is set | Michael S. Tsirkin |
2014-12-16 | cpu: assert host pointer offset within block | Michael S. Tsirkin |
2014-12-16 | exec: add wrapper for host pointer access | Michael S. Tsirkin |
2014-12-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-12-15 | cpu-exec: invalidate nocache translation if they are interrupted | Pavel Dovgalyuk |
2014-12-11 | Add the "-semihosting-config" option. | Liviu Ionescu |
2014-11-23 | memory: expose alignment used for allocating RAM as MemoryRegion API | Igor Mammedov |
2014-11-18 | exec: Handle multipage ranges in invalidate_and_set_dirty() | Peter Maydell |
2014-11-04 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141103' into staging | Peter Maydell |
2014-11-03 | softmmu: provide softmmu access type enum | Leon Alrae |
2014-10-31 | Add skip_dump flag to ignore memory region during dump | Nikunj A Dadhania |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin |
2014-09-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-09-12 | cpu-exec: Make debug_excp_handler a QOM CPU method | Peter Maydell |
2014-09-09 | memory: add parameter errp to memory_region_init_rom_device | Hu Tao |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-09 | exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr | Hu Tao |
2014-09-02 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-01 | implementing victim TLB for QEMU system emulated TLB | Xin Tong |
2014-08-28 | iommu: add is_write as a parameter to the translate function of MemoryRegionI... | Le Tan |
2014-08-22 | linux-user: /proc/self/maps content | Mikhail Ilyin |
2014-08-19 | Revert "memory: Use canonical path component as the name" | Peter Maydell |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: Use canonical path component as the name | Peter Crosthwaite |
2014-08-18 | memory: constify memory_region_name | Peter Crosthwaite |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-12 | trace: [tcg] Include TCG-tracing helpers | LluĂs Vilanova |
2014-07-22 | exec: fix migration with devices that use address_space_rw | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: Add may-overlap and priority props | Peter Crosthwaite |
2014-07-01 | memory: MemoryRegion: replace owner field with QOM parent | Paolo Bonzini |
2014-07-01 | memory: MemoryRegion: QOMify | Peter Crosthwaite |
2014-06-29 | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message | Damjan Marion |
2014-06-23 | tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_target | Richard Henderson |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini |
2014-06-19 | hostmem: allow preallocation of any memory region | Paolo Bonzini |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini |
2014-06-19 | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | memory: move RAM_PREALLOC_MASK to exec.c, rename | Paolo Bonzini |
2014-06-19 | memory: reorganize file-based allocation | Paolo Bonzini |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao |
2014-06-19 | memory: add memory_region_is_mapped() API | Igor Mammedov |
2014-06-18 | memory: MemoryRegion: rename parent to container | Paolo Bonzini |
2014-06-17 | exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr | Hu Tao |
2014-06-11 | exec: replace ffsl with ctzl | Natanael Copa |
2014-06-05 | softmmu: move all load/store functions to cpu_ldst.h | Paolo Bonzini |
2014-06-05 | softmmu: introduce cpu_ldst.h | Paolo Bonzini |