index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memory: call begin, log_start and commit when registering a new listener
Paolo Bonzini
2015-11-04
1
-0
/
+9
*
memory: allow destroying a non-empty MemoryRegion
Paolo Bonzini
2015-10-09
1
-1
/
+16
*
memory: Allow replay of IOMMU mapping notifications
David Gibson
2015-10-05
1
-0
/
+20
*
memory: Fix bad error handling in memory_region_init_ram_ptr()
Markus Armbruster
2015-09-18
1
-1
/
+1
*
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
2015-08-13
1
-9
/
+1
*
memory: do not add a reference to the owner of aliased regions
Paolo Bonzini
2015-07-27
1
-7
/
+0
*
memory: count number of active VGA logging clients
Paolo Bonzini
2015-07-24
1
-0
/
+7
*
memory: fix refcount leak in memory_region_present
Paolo Bonzini
2015-07-16
1
-16
/
+28
*
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
Paolo Bonzini
2015-07-01
1
-12
/
+0
*
memory: Add global-locking property to memory regions
Jan Kiszka
2015-07-01
1
-0
/
+11
*
memory: use mr->ram_addr in "is this RAM?" assertions
Paolo Bonzini
2015-06-05
1
-8
/
+10
*
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
Stefan Hajnoczi
2015-06-05
1
-7
/
+4
*
exec: pass client mask to cpu_physical_memory_set_dirty_range
Paolo Bonzini
2015-06-05
1
-1
/
+2
*
memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask
Paolo Bonzini
2015-06-05
1
-2
/
+18
*
memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
Paolo Bonzini
2015-06-05
1
-0
/
+4
*
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
2015-06-05
1
-6
/
+11
*
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
2015-06-05
1
-1
/
+6
*
memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
Paolo Bonzini
2015-06-05
1
-0
/
+1
*
mtree: also print disabled regions
Gerd Hoffmann
2015-04-30
1
-5
/
+7
*
mtree: tag & indent a bit better
Gerd Hoffmann
2015-04-30
1
-5
/
+6
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-04-30
1
-0
/
+7
|
\
|
*
memory: add memory_region_ram_resize
Paolo Bonzini
2015-04-27
1
-0
/
+7
*
|
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
Peter Maydell
2015-04-26
1
-23
/
+10
*
|
memory: Define API for MemoryRegionOps to take attrs and return status
Peter Maydell
2015-04-26
1
-67
/
+140
|
/
*
memory: Move owner-less MemoryRegions to /machine/unattached
Andreas Färber
2015-03-17
1
-1
/
+1
*
memory: keep the owner of the AddressSpace alive until do_address_space_destroy
Paolo Bonzini
2015-02-11
1
-0
/
+5
*
memory: unregister AddressSpace MemoryListener within BQL
Paolo Bonzini
2015-02-10
1
-0
/
+1
*
memory: avoid ref/unref in memory_region_find
Paolo Bonzini
2015-02-02
1
-5
/
+5
*
memory: protect current_map by RCU
Paolo Bonzini
2015-02-02
1
-31
/
+23
*
memory: remove assertion on memory_region_destroy
Jan Kiszka
2015-02-02
1
-1
/
+0
*
memory: API to allocate resizeable RAM MR
Michael S. Tsirkin
2015-01-08
1
-0
/
+17
*
memory: add memory_region_set_size
Michael S. Tsirkin
2015-01-08
1
-0
/
+16
*
memory: expose alignment used for allocating RAM as MemoryRegion API
Igor Mammedov
2014-11-23
1
-0
/
+5
*
Add skip_dump flag to ignore memory region during dump
Nikunj A Dadhania
2014-10-31
1
-0
/
+10
*
memory: add parameter errp to memory_region_init_rom_device
Hu Tao
2014-09-09
1
-2
/
+3
*
memory: add parameter errp to memory_region_init_ram
Hu Tao
2014-09-09
1
-2
/
+3
*
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
Hu Tao
2014-09-09
1
-3
/
+6
*
memory: Remove object_property_add_child_array()
Peter Crosthwaite
2014-09-04
1
-25
/
+5
*
memory: Lazy init name from QOM name as needed
Peter Crosthwaite
2014-08-28
1
-0
/
+4
*
Revert "memory: Use canonical path component as the name"
Peter Maydell
2014-08-19
1
-1
/
+3
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-19
1
-20
/
+8
|
\
|
*
mtree: remove write-only field
Paolo Bonzini
2014-08-18
1
-7
/
+3
|
*
memory: Use canonical path component as the name
Peter Crosthwaite
2014-08-18
1
-3
/
+1
|
*
memory: Use memory_region_name for name access
Peter Crosthwaite
2014-08-18
1
-4
/
+4
|
*
memory: constify memory_region_name
Peter Crosthwaite
2014-08-18
1
-1
/
+1
|
*
memory: remove memory_region_destroy
Paolo Bonzini
2014-08-18
1
-5
/
+0
|
*
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-08-18
1
-1
/
+0
*
|
memory: Update obsolete comment about AddrRange field type
Fam Zheng
2014-08-15
1
-2
/
+1
|
/
*
memory: MemoryRegion: Add size property
Peter Crosthwaite
2014-07-01
1
-0
/
+13
*
memory: MemoryRegion: Add may-overlap and priority props
Peter Crosthwaite
2014-07-01
1
-0
/
+24
[next]