Age | Commit message (Expand) | Author | Files | Lines |
2013-07-31 | cpu: Fix VMSTATE_CPU() semantics | Andreas Färber | 1 | -1/+4 |
2013-07-26 | kvm: Change prototype of kvm_update_guest_debug() | Stefan Weil | 1 | -3/+2 |
2013-07-25 | Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging | Anthony Liguori | 1 | -0/+4 |
2013-07-23 | linux-user: Reset copied CPUs in cpu_copy() always | Alexander Graf | 1 | -0/+4 |
2013-07-23 | exec: Change cpu_memory_rw_debug() argument to CPUState | Andreas Färber | 1 | -3/+3 |
2013-07-23 | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook | Andreas Färber | 1 | -9/+11 |
2013-07-23 | cpu: Change cpu_single_step() argument to CPUState | Andreas Färber | 1 | -2/+2 |
2013-07-23 | cpu: Move singlestep_enabled field from CPU_COMMON to CPUState | Andreas Färber | 1 | -4/+6 |
2013-07-18 | exec: fix incorrect assumptions in memory_access_size | Paolo Bonzini | 1 | -8/+1 |
2013-07-18 | exec.c: Pass correct pointer type to qemu_ram_ptr_length | Peter Maydell | 1 | -1/+1 |
2013-07-14 | exec: Support 64-bit operations in address_space_rw | Richard Henderson | 1 | -12/+56 |
2013-07-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 1 | -29/+28 |
2013-07-09 | log: Change log_cpu_state[_mask]() argument to CPUState | Andreas Färber | 1 | -1/+1 |
2013-07-09 | cpu: Make first_cpu and next_cpu CPUState | Andreas Färber | 1 | -23/+20 |
2013-07-09 | cpu: Replace cpu_single_env with CPUState current_cpu | Andreas Färber | 1 | -5/+7 |
2013-07-09 | Simplify -machine option queries with qemu_get_machine_opts() | Markus Armbruster | 1 | -8/+4 |
2013-07-09 | exec: Remove unused global variable phys_ram_fd | Stefan Weil | 1 | -1/+0 |
2013-07-04 | exec: change some APIs to take AddressSpaceDispatch | Paolo Bonzini | 1 | -6/+5 |
2013-07-04 | exec: remove cur_map | Paolo Bonzini | 1 | -5/+7 |
2013-07-04 | exec: put memory map in AddressSpaceDispatch | Paolo Bonzini | 1 | -11/+17 |
2013-07-04 | exec: separate current radix tree from the one being built | Paolo Bonzini | 1 | -7/+16 |
2013-07-04 | exec: move listener from AddressSpaceDispatch to AddressSpace | Paolo Bonzini | 1 | -8/+9 |
2013-07-04 | exec: separate current memory map from the one being built | Paolo Bonzini | 1 | -40/+63 |
2013-07-04 | exec: change well-known physical sections to macros | Liu Ping Fan | 1 | -14/+20 |
2013-07-04 | memory: ref/unref memory across address_space_map/unmap | Paolo Bonzini | 1 | -3/+12 |
2013-07-04 | exec: reorganize address_space_map | Paolo Bonzini | 1 | -33/+38 |
2013-07-04 | memory: return MemoryRegion from qemu_ram_addr_from_host | Paolo Bonzini | 1 | -15/+22 |
2013-07-04 | exec: move qemu_ram_addr_from_host_nofail to cputlb.c | Paolo Bonzini | 1 | -14/+5 |
2013-07-04 | exec: check MRU in qemu_ram_addr_from_host | Paolo Bonzini | 1 | -2/+10 |
2013-07-04 | memory: add ref/unref calls | Paolo Bonzini | 1 | -0/+3 |
2013-07-04 | exec: simplify destruction of the phys map | Paolo Bonzini | 1 | -33/+1 |
2013-07-04 | memory: destroy phys_sections one by one | Paolo Bonzini | 1 | -14/+13 |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini | 1 | -7/+7 |
2013-07-04 | ioport: Switch dispatching to memory core layer | Jan Kiszka | 1 | -27/+0 |
2013-06-28 | cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks | Andreas Färber | 1 | -1/+2 |
2013-06-28 | cpu: Change cpu_exit() argument to CPUState | Andreas Färber | 1 | -8/+0 |
2013-06-28 | cpu: Introduce VMSTATE_CPU() macro for CPUState | Andreas Färber | 1 | -3/+2 |
2013-06-27 | linux-user: Fix compilation failure | Peter Maydell | 1 | -1/+1 |
2013-06-27 | rdma: introduce qemu_ram_foreach_block() | Michael R. Hines | 1 | -0/+9 |
2013-06-20 | memory: give name to every AddressSpace | Alexey Kardashevskiy | 1 | -4/+2 |
2013-06-20 | dma: eliminate DMAContext | Paolo Bonzini | 1 | -3/+0 |
2013-06-20 | dma: eliminate old-style IOMMU support | Paolo Bonzini | 1 | -2/+1 |
2013-06-20 | memory: iommu support | Avi Kivity | 1 | -2/+33 |
2013-06-20 | memory: make section size a 128-bit integer | Paolo Bonzini | 1 | -16/+21 |
2013-06-20 | exec: reorganize mem_add to match Int128 version | Paolo Bonzini | 1 | -23/+16 |
2013-06-20 | Revert "memory: limit sections in the radix tree to the actual address space ... | Paolo Bonzini | 1 | -12/+1 |
2013-06-20 | exec: return MemoryRegion from address_space_translate | Paolo Bonzini | 1 | -75/+75 |
2013-06-20 | exec: Implement subpage_read/write via address_space_rw | Jan Kiszka | 1 | -78/+47 |
2013-06-20 | exec: Resolve subpages in one step except for IOTLB fills | Jan Kiszka | 1 | -13/+36 |
2013-06-20 | exec: Allow unaligned address_space_rw | Jan Kiszka | 1 | -6/+6 |