Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-20 | memory: move private types to exec.c | Paolo Bonzini | 1 | -0/+16 |
2013-06-20 | memory: Introduce address_space_lookup_region | Jan Kiszka | 1 | -1/+7 |
2013-06-20 | exec.c: address_space_translate: handle access to addr 0 of 2^64 sized region | Peter Maydell | 1 | -1/+1 |
2013-05-29 | memory: add return value to address_space_rw/read/write | Paolo Bonzini | 1 | -19/+15 |
2013-05-29 | memory: propagate errors on I/O dispatch | Paolo Bonzini | 1 | -9/+12 |
2013-05-29 | exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses | Paolo Bonzini | 1 | -7/+1 |
2013-05-29 | memory: correctly handle endian-swapped 64-bit accesses | Paolo Bonzini | 1 | -3/+9 |
2013-05-29 | memory: add address_space_access_valid | Paolo Bonzini | 1 | -0/+21 |
2013-05-29 | exec: implement .valid.accepts for subpages | Paolo Bonzini | 1 | -0/+20 |
2013-05-29 | exec: introduce memory_access_size | Paolo Bonzini | 1 | -10/+17 |
2013-05-29 | exec: introduce memory_access_is_direct | Paolo Bonzini | 1 | -17/+22 |
2013-05-29 | exec: expect mr->ops to be initialized for ROM | Paolo Bonzini | 1 | -9/+0 |
2013-05-29 | memory: move unassigned_mem_ops to memory.c | Paolo Bonzini | 1 | -12/+0 |
2013-05-29 | memory: add address_space_translate | Paolo Bonzini | 1 | -94/+98 |
2013-05-29 | memory: dispatch unassigned accesses based on .valid.accepts | Paolo Bonzini | 1 | -24/+12 |
2013-05-29 | exec: do not use error_mem_read | Paolo Bonzini | 1 | -14/+2 |
2013-05-29 | exec: make io_mem_unassigned private | Paolo Bonzini | 1 | -2/+2 |
2013-05-29 | exec: drop useless #if | Paolo Bonzini | 1 | -2/+0 |
2013-05-29 | exec: eliminate io_mem_ram | Paolo Bonzini | 1 | -16/+2 |
2013-05-24 | memory: clean up phys_page_find | Paolo Bonzini | 1 | -6/+2 |
2013-05-24 | memory: limit sections in the radix tree to the actual address space size | Avi Kivity | 1 | -1/+12 |
2013-05-24 | memory: assert that PhysPageEntry's ptr does not overflow | Paolo Bonzini | 1 | -0/+6 |
2013-05-24 | exec: eliminate stq_phys_notdirty | Paolo Bonzini | 1 | -27/+0 |
2013-05-24 | exec: eliminate qemu_put_ram_ptr | Paolo Bonzini | 1 | -8/+0 |
2013-05-24 | exec: remove obsolete comment | Paolo Bonzini | 1 | -6/+0 |
2013-05-14 | osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory | Paolo Bonzini | 1 | -6/+2 |
2013-05-14 | osdep, kvm: rename low-level RAM allocation functions | Paolo Bonzini | 1 | -3/+3 |
2013-05-01 | cpu: Add qemu_for_each_cpu() | Michael S. Tsirkin | 1 | -0/+10 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -1/+1 |
2013-03-26 | exec: assert that RAMBlock size is non-zero | Stefan Hajnoczi | 1 | -0/+2 |
2013-03-14 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori | 1 | -14/+16 |
2013-03-12 | exec: make -mem-path filenames deterministic | Peter Feiner | 1 | -1/+12 |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber | 1 | -1/+1 |
2013-03-12 | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber | 1 | -7/+0 |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber | 1 | -7/+9 |