index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
memory.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
1
-1
/
+3
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-1
/
+3
2014-08-28
iommu: add is_write as a parameter to the translate function of MemoryRegionI...
Le Tan
1
-1
/
+1
2014-08-19
Revert "memory: Use canonical path component as the name"
Peter Maydell
1
-0
/
+1
2014-08-18
memory: Use canonical path component as the name
Peter Crosthwaite
1
-1
/
+0
2014-08-18
memory: constify memory_region_name
Peter Crosthwaite
1
-1
/
+1
2014-08-18
memory: remove memory_region_destroy
Paolo Bonzini
1
-9
/
+0
2014-07-01
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
1
-1
/
+1
2014-07-01
memory: MemoryRegion: replace owner field with QOM parent
Paolo Bonzini
1
-1
/
+0
2014-07-01
memory: MemoryRegion: QOMify
Peter Crosthwaite
1
-0
/
+6
2014-06-19
hostmem: add property to map memory with MAP_SHARED
Paolo Bonzini
1
-0
/
+2
2014-06-19
hostmem: allow preallocation of any memory region
Paolo Bonzini
1
-0
/
+10
2014-06-19
memory: add error propagation to file-based RAM allocation
Paolo Bonzini
1
-1
/
+4
2014-06-19
memory: move mem_path handling to memory_region_allocate_system_memory
Paolo Bonzini
1
-0
/
+18
2014-06-19
memory: add memory_region_is_mapped() API
Igor Mammedov
1
-0
/
+8
2014-06-18
memory: MemoryRegion: rename parent to container
Paolo Bonzini
1
-10
/
+10
2014-05-07
docs/memory.txt: Fix document on MMIO operations
Fam Zheng
1
-1
/
+1
2014-03-09
memory_region_present: return false if address is not found in child MemoryRe...
Igor Mammedov
1
-3
/
+3
2014-02-11
memory: Add MemoryListener to typedefs.h
Edgar E. Iglesias
1
-2
/
+0
2014-01-13
memory: split dirty bitmap into three
Juan Quintela
1
-5
/
+5
2014-01-13
memory: use bit 2 for migration
Juan Quintela
1
-1
/
+2
2014-01-13
memory: cpu_physical_memory_mask_dirty_range() always clears a single flag
Juan Quintela
1
-3
/
+0
2013-10-14
memory: Change MemoryRegion priorities from unsigned to signed
Marcel Apfelbaum
1
-2
/
+2
2013-07-04
exec: separate current radix tree from the one being built
Paolo Bonzini
1
-0
/
+1
2013-07-04
exec: move listener from AddressSpaceDispatch to AddressSpace
Paolo Bonzini
1
-0
/
+2
2013-07-04
memory: move MemoryListener declaration earlier
Paolo Bonzini
1
-33
/
+33
2013-07-04
memory: introduce memory_region_present
Paolo Bonzini
1
-0
/
+12
2013-07-04
memory: add ref/unref
Paolo Bonzini
1
-0
/
+30
2013-07-04
memory: add getter for owner
Paolo Bonzini
1
-0
/
+7
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-0
/
+17
2013-07-04
ioport: Move portio types to ioport.h
Jan Kiszka
1
-13
/
+0
2013-07-04
ioport: Remove unused old dispatching services
Jan Kiszka
1
-9
/
+0
2013-07-04
ioport: Switch dispatching to memory core layer
Jan Kiszka
1
-4
/
+1
2013-06-28
hwaddr: Make hwaddr type usable beyond softmmu
Andreas Färber
1
-0
/
+2
2013-06-20
memory: give name to every AddressSpace
Alexey Kardashevskiy
1
-2
/
+4
2013-06-20
memory: Add iommu map/unmap notifiers
David Gibson
1
-0
/
+32
2013-06-20
memory: iommu support
Avi Kivity
1
-4
/
+62
2013-06-20
memory: make section size a 128-bit integer
Paolo Bonzini
1
-1
/
+4
2013-06-20
Revert "memory: limit sections in the radix tree to the actual address space ...
Paolo Bonzini
1
-3
/
+0
2013-06-20
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
1
-4
/
+4
2013-05-29
memory: add return value to address_space_rw/read/write
Paolo Bonzini
1
-3
/
+9
2013-05-29
memory: add address_space_access_valid
Paolo Bonzini
1
-0
/
+15
2013-05-29
memory: add address_space_translate
Paolo Bonzini
1
-17
/
+14
2013-05-24
memory: limit sections in the radix tree to the actual address space size
Avi Kivity
1
-0
/
+3
2013-05-24
memory: make memory_global_sync_dirty_bitmap take an AddressSpace
Paolo Bonzini
1
-4
/
+3
2013-05-24
memory: Rename readable flag to romd_mode
Jan Kiszka
1
-11
/
+11
2013-05-24
memory: allow memory_region_find() to run on non-root memory regions
Paolo Bonzini
1
-9
/
+19
2013-04-15
memory: move core typedefs to qemu/typedefs.h
Paolo Bonzini
1
-5
/
+0
2012-12-20
memory: introduce memory_region_test_and_clear_dirty
Juan Quintela
1
-0
/
+16
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
[next]