Age | Commit message (Expand) | Author |
2015-06-19 | semihosting: add --semihosting-config arg sub-argument | Leon Alrae |
2015-06-19 | semihosting: create SemihostingConfig structure and semihost.h | Leon Alrae |
2015-06-17 | softmmu: provide tlb_vaddr_to_host function for user mode | Aurelien Jarno |
2015-06-15 | linux-user: Allocate thunk size dynamically | Alexander Graf |
2015-06-12 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150612' into staging | Peter Maydell |
2015-06-12 | qemu_ram_foreach_block: pass up error value, and down the ramblock name | Dr. David Alan Gilbert |
2015-06-11 | softmmu: Add probe_write() | Yongbok Kim |
2015-06-05 | target-i386: introduce cpu_get_mem_attrs | Paolo Bonzini |
2015-06-05 | memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic | Stefan Hajnoczi |
2015-06-05 | memory: replace cpu_physical_memory_reset_dirty() with test-and-clear | Stefan Hajnoczi |
2015-06-05 | migration: move dirty bitmap sync to ram_addr.h | Stefan Hajnoczi |
2015-06-05 | memory: use atomic ops for setting dirty memory bits | Stefan Hajnoczi |
2015-06-05 | memory: do not touch code dirty bitmap unless TCG is enabled | Paolo Bonzini |
2015-06-05 | exec: only check relevant bitmaps for cleanliness | Paolo Bonzini |
2015-06-05 | exec: invert return value of cpu_physical_memory_get_clean, rename | Paolo Bonzini |
2015-06-05 | exec: pass client mask to cpu_physical_memory_set_dirty_range | Paolo Bonzini |
2015-06-05 | cputlb: remove useless arguments to tlb_unprotect_code_phys, rename | Paolo Bonzini |
2015-06-05 | exec: move functions to translate-all.h | Paolo Bonzini |
2015-06-05 | ram_addr: tweaks to xen_modified_memory | Paolo Bonzini |
2015-06-05 | memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask | Paolo Bonzini |
2015-06-05 | memory: prepare for multiple bits in the dirty log mask | Paolo Bonzini |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini |
2015-06-05 | memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA | Paolo Bonzini |
2015-06-03 | softmmu: support up to 12 MMU modes | Paolo Bonzini |
2015-05-31 | Add stream ID to MSI write | Pavel Fedin |
2015-04-30 | exec: move rcu_read_lock/unlock to address_space_translate callers | Paolo Bonzini |
2015-04-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-04-27 | memory: add memory_region_ram_resize | Paolo Bonzini |
2015-04-27 | dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel | Fam Zheng |
2015-04-26 | target-arm: Add user-mode transaction attribute | Peter Maydell |
2015-04-26 | target-arm: Honour NS bits in page tables | Peter Maydell |
2015-04-26 | exec.c: Add new address_space_ld*/st* functions | Peter Maydell |
2015-04-26 | exec.c: Make address_space_rw take transaction attributes | Peter Maydell |
2015-04-26 | Add MemTxAttrs to the IOTLB | Peter Maydell |
2015-04-26 | Make CPU iotlb a structure rather than a plain hwaddr | Peter Maydell |
2015-04-26 | memory: Replace io_mem_read/write with memory_region_dispatch_read/write | Peter Maydell |
2015-04-26 | memory: Define API for MemoryRegionOps to take attrs and return status | Peter Maydell |
2015-03-13 | tcg: Change translator-side labels to a pointer | Richard Henderson |
2015-03-04 | pc-dimm: add a function to calculate VM's current RAM size | zhanghailiang |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-02-16 | Convert ram_list to RCU | Mike Day |
2015-02-16 | exec: convert ram_list to QLIST | Mike Day |
2015-02-16 | cosmetic changes preparing for the following patches | Mike Day |
2015-02-16 | exec: protect mru_block with RCU | Paolo Bonzini |
2015-02-16 | exec: RCUify AddressSpaceDispatch | Paolo Bonzini |
2015-02-16 | exec: make iotlb RCU-friendly | Paolo Bonzini |
2015-02-16 | exec: introduce cpu_reload_memory_map | Paolo Bonzini |
2015-02-12 | tcg: Put opcodes in a linked list | Richard Henderson |
2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson |
2015-02-10 | memory: unregister AddressSpace MemoryListener within BQL | Paolo Bonzini |