| Commit message (Expand) | Author | Age | Files | Lines |
* | exec: Save CPUState::exception_index field | Pavel Dovgaluk | 2014-09-05 | 1 | -0/+35 |
* | iommu: add is_write as a parameter to the translate function of MemoryRegionI... | Le Tan | 2014-08-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2014-08-19 | 1 | -2/+2 |
|\ |
|
| * | exec: Abstract away ref to memory region names | Peter Crosthwaite | 2014-08-18 | 1 | -2/+2 |
* | | exec: fix migration with devices that use address_space_rw | Paolo Bonzini | 2014-07-22 | 1 | -16/+4 |
|/ |
|
* | memory: do not give a name to the internal exec.c regions | Paolo Bonzini | 2014-07-01 | 1 | -4/+4 |
* | memory: MemoryRegion: QOMify | Peter Crosthwaite | 2014-07-01 | 1 | -2/+2 |
* | exec: introduce target_words_bigendian() helper | Greg Kurz | 2014-06-29 | 1 | -6/+2 |
* | vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message | Damjan Marion | 2014-06-29 | 1 | -0/+7 |
* | tcg-ppc: Merge cache-utils into the backend | Richard Henderson | 2014-06-23 | 1 | -1/+0 |
* | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini | 2014-06-19 | 1 | -8/+10 |
* | hostmem: allow preallocation of any memory region | Paolo Bonzini | 2014-06-19 | 1 | -0/+7 |
* | memory: add error propagation to file-based RAM allocation | Paolo Bonzini | 2014-06-19 | 1 | -12/+24 |
* | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini | 2014-06-19 | 1 | -8/+2 |
* | memory: move RAM_PREALLOC_MASK to exec.c, rename | Paolo Bonzini | 2014-06-19 | 1 | -3/+6 |
* | memory: move preallocation code out of exec.c | Paolo Bonzini | 2014-06-19 | 1 | -43/+1 |
* | memory: reorganize file-based allocation | Paolo Bonzini | 2014-06-19 | 1 | -42/+63 |
* | exec: dummy_section: Pass address space through. | Peter Crosthwaite | 2014-06-17 | 1 | -6/+8 |
* | exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstr | Hu Tao | 2014-06-17 | 1 | -5/+21 |
* | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 2014-05-14 | 1 | -2/+1 |
* | exec: Limit translation limiting in address_space_translate to xen | Alexey Kardashevskiy | 2014-05-07 | 1 | -1/+1 |
* | exec: Fix CPU rework fallout | Christian Borntraeger | 2014-03-19 | 1 | -1/+1 |
* | cputlb: Change tlb_flush() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -3/+1 |
* | cputlb: Change tlb_flush_page() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -5/+2 |
* | exec: Change cpu_abort() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+1 |
* | exec: Change memory_region_section_get_iotlb() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -2/+1 |
* | cpu-exec: Change cpu_resume_from_signal() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 2014-03-13 | 1 | -12/+8 |
* | exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument | Andreas Färber | 2014-03-13 | 1 | -17/+17 |
* | translate-all: Change tb_gen_code() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | translate-all: Change tb_check_watchpoint() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cpu-exec: Change cpu_loop_exit() argument to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cpu: Move breakpoints field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -8/+13 |
* | cpu: Move watchpoint fields from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -13/+20 |
* | cpu: Move exception_index field from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -1/+1 |
* | cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState | Andreas Färber | 2014-03-13 | 1 | -4/+5 |
* | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell | 2014-03-11 | 1 | -4/+10 |
|\ |
|
| * | file_ram_alloc: unify mem-path,mem-prealloc error handling | Marcelo Tosatti | 2014-02-27 | 1 | -4/+10 |
* | | exec: Remove unneeded include files | Stefan Weil | 2014-03-03 | 1 | -3/+1 |
|/ |
|
* | exec: Make cpu_memory_rw_debug use the CPUs AS | Edgar E. Iglesias | 2014-02-11 | 1 | -5/+5 |
* | exec: Make cpu_physical_memory_write_rom input an AS | Edgar E. Iglesias | 2014-02-11 | 1 | -7/+8 |
* | exec: Make stb_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -3/+3 |
* | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -10/+10 |
* | exec: Make stl_phys_notdirty input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -2/+2 |
* | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -9/+10 |
* | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -6/+6 |
* | exec: Make lduw_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -9/+9 |
* | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -11/+11 |
* | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 2014-02-11 | 1 | -10/+9 |
* | exec: On AS changes, only flush affected CPU TLBs | Edgar E. Iglesias | 2014-02-11 | 1 | -0/+5 |