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
/
include
/
exec
/
memory.h
Age
Commit message (
Expand
)
Author
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2016-03-07
memory: Drop MemoryRegion.ram_addr
Fam Zheng
2016-03-07
memory: Implement memory_region_get_ram_addr with mr->ram_block
Fam Zheng
2016-02-25
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2016-02-25
memory: Remove unreachable return statement
Gonglei
2016-02-25
memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_length
Gonglei
2016-02-25
exec: store RAMBlock pointer into memory region
Gonglei
2016-02-23
include: Clean up includes
Peter Maydell
2016-01-21
memory: Add address_space_init_shareable()
Peter Crosthwaite
2015-12-17
memory: try to inline constant-length reads
Paolo Bonzini
2015-12-17
memory: inline a few small accessors
Paolo Bonzini
2015-12-17
memory: extract first iteration of address_space_read and address_space_write
Paolo Bonzini
2015-12-17
memory: avoid unnecessary object_ref/unref
Paolo Bonzini
2015-12-17
memory: reorder MemoryRegion fields
Paolo Bonzini
2015-12-17
exec: always call qemu_get_ram_ptr within rcu_read_lock
Paolo Bonzini
2015-10-05
memory: Allow replay of IOMMU mapping notifications
David Gibson
2015-09-11
typofixes - v4
Veres Lajos
2015-09-11
maint: remove / fix many doubled words
Daniel P. Berrange
2015-08-13
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-07-24
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-06
Stop including qemu-common.h in memory.h
Peter Maydell
2015-07-01
memory: Add global-locking property to memory regions
Jan Kiszka
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-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-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
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-02-02
memory: protect current_map by RCU
Paolo Bonzini
2015-01-08
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
2015-01-08
memory: add memory_region_set_size
Michael S. Tsirkin
2014-11-23
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-10-31
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
2014-09-09
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-08-28
iommu: add is_write as a parameter to the translate function of MemoryRegionI...
Le Tan
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
2014-08-18
memory: Use canonical path component as the name
Peter Crosthwaite
2014-08-18
memory: constify memory_region_name
Peter Crosthwaite
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
[next]