index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
2013-07-04
exec: change some APIs to take AddressSpaceDispatch
Paolo Bonzini
2013-07-04
exec: remove cur_map
Paolo Bonzini
2013-07-04
exec: put memory map in AddressSpaceDispatch
Paolo Bonzini
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
2013-07-04
exec: separate current memory map from the one being built
Paolo Bonzini
2013-07-04
exec: change well-known physical sections to macros
Liu Ping Fan
2013-07-04
memory: ref/unref memory across address_space_map/unmap
Paolo Bonzini
2013-07-04
exec: reorganize address_space_map
Paolo Bonzini
2013-07-04
memory: return MemoryRegion from qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
exec: move qemu_ram_addr_from_host_nofail to cputlb.c
Paolo Bonzini
2013-07-04
exec: check MRU in qemu_ram_addr_from_host
Paolo Bonzini
2013-07-04
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
exec: simplify destruction of the phys map
Paolo Bonzini
2013-07-04
memory: destroy phys_sections one by one
Paolo Bonzini
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
cpu: Introduce VMSTATE_CPU() macro for CPUState
Andreas Färber
2013-06-27
linux-user: Fix compilation failure
Peter Maydell
2013-06-27
rdma: introduce qemu_ram_foreach_block()
Michael R. Hines
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-06-20
dma: eliminate old-style IOMMU support
Paolo Bonzini
2013-06-20
memory: iommu support
Avi Kivity
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
2013-06-20
exec: reorganize mem_add to match Int128 version
Paolo Bonzini
2013-06-20
Revert "memory: limit sections in the radix tree to the actual address space ...
Paolo Bonzini
2013-06-20
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
2013-06-20
exec: Implement subpage_read/write via address_space_rw
Jan Kiszka
2013-06-20
exec: Resolve subpages in one step except for IOTLB fills
Jan Kiszka
2013-06-20
exec: Allow unaligned address_space_rw
Jan Kiszka
2013-06-20
memory: move private types to exec.c
Paolo Bonzini
2013-06-20
memory: Introduce address_space_lookup_region
Jan Kiszka
2013-06-20
exec.c: address_space_translate: handle access to addr 0 of 2^64 sized region
Peter Maydell
2013-05-29
memory: add return value to address_space_rw/read/write
Paolo Bonzini
2013-05-29
memory: propagate errors on I/O dispatch
Paolo Bonzini
2013-05-29
exec: just use io_mem_read/io_mem_write for 8-byte I/O accesses
Paolo Bonzini
2013-05-29
memory: correctly handle endian-swapped 64-bit accesses
Paolo Bonzini
2013-05-29
memory: add address_space_access_valid
Paolo Bonzini
2013-05-29
exec: implement .valid.accepts for subpages
Paolo Bonzini
2013-05-29
exec: introduce memory_access_size
Paolo Bonzini
2013-05-29
exec: introduce memory_access_is_direct
Paolo Bonzini
2013-05-29
exec: expect mr->ops to be initialized for ROM
Paolo Bonzini
2013-05-29
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
2013-05-29
memory: add address_space_translate
Paolo Bonzini
2013-05-29
memory: dispatch unassigned accesses based on .valid.accepts
Paolo Bonzini
2013-05-29
exec: do not use error_mem_read
Paolo Bonzini
2013-05-29
exec: make io_mem_unassigned private
Paolo Bonzini
[next]