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: pass EventNotifier, not eventfd
Paolo Bonzini
2012-07-12
1
-9
/
+9
*
memory: check address space when a listener is registered
Julien Grall
2012-04-05
1
-0
/
+5
*
memory: print aliased IO ranges in info mtree
Blue Swirl
2012-03-19
1
-7
/
+7
*
memory: get rid of cpu_register_io_memory()
Avi Kivity
2012-03-08
1
-4
/
+1
*
memory: dispatch directly via MemoryRegion
Avi Kivity
2012-03-08
1
-4
/
+4
*
memory: fix I/O port aliases
Avi Kivity
2012-03-05
1
-6
/
+20
*
memory: support stateless memory listeners
Avi Kivity
2012-02-29
1
-0
/
+5
*
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
2012-02-29
1
-6
/
+39
*
memory: drop AddressSpaceOps
Avi Kivity
2012-02-29
1
-54
/
+2
*
memory: use a MemoryListener for core memory map updates too
Avi Kivity
2012-02-29
1
-26
/
+1
*
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
2012-02-29
1
-2
/
+2
*
memory: add a readonly attribute to MemoryRegionSection
Avi Kivity
2012-02-29
1
-0
/
+5
*
memory: move ioeventfd ops to MemoryListener
Avi Kivity
2012-02-29
1
-56
/
+18
*
memory: code motion: move MEMORY_LISTENER_CALL()
Avi Kivity
2012-02-29
1
-32
/
+32
*
memory: switch memory listeners to a QTAILQ
Avi Kivity
2012-02-29
1
-21
/
+49
*
memory: add shorthand for invoking a callback on all listeners
Avi Kivity
2012-02-29
1
-35
/
+19
*
memory: remove memory_region_set_offset()
Avi Kivity
2012-02-29
1
-16
/
+10
*
memory-region: Report if region is read-only or write-only on info mtree
Jan Kiszka
2012-02-11
1
-3
/
+11
*
memory: change dirty getting API to take a size
Blue Swirl
2012-02-04
1
-2
/
+3
*
memory: change dirty setting APIs to take a size
Blue Swirl
2012-01-25
1
-2
/
+3
*
memory: Introduce memory_region_init_reservation
Jan Kiszka
2012-01-19
1
-0
/
+36
*
prepare for future GPLv2+ relicensing
Paolo Bonzini
2012-01-13
1
-0
/
+2
*
memory: Fix adjust_endianness()
Andreas Färber
2012-01-08
1
-0
/
+1
*
memory: Fix memory_region_wrong_endianness()
Andreas Färber
2012-01-08
1
-1
/
+1
*
Drop IO_MEM_ROMD
Avi Kivity
2012-01-04
1
-2
/
+3
*
Remove IO_MEM_SUBPAGE
Avi Kivity
2012-01-04
1
-0
/
+1
*
Direct dispatch through MemoryRegion
Avi Kivity
2012-01-04
1
-82
/
+40
*
Switch cpu_register_physical_memory_log() to use MemoryRegions
Avi Kivity
2012-01-04
1
-27
/
+15
*
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
Avi Kivity
2012-01-04
1
-4
/
+3
*
Avoid range comparisons on io index types
Avi Kivity
2012-01-04
1
-1
/
+2
*
memory: remove MemoryRegion::backend_registered
Avi Kivity
2012-01-04
1
-22
/
+4
*
memory: move mmio access to functions
Avi Kivity
2012-01-04
1
-0
/
+13
*
memory: move endianness compensation to memory core
Avi Kivity
2012-01-04
1
-6
/
+31
*
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
2012-01-04
1
-0
/
+2
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-6
/
+3
*
memory: introduce memory_region_name()
Avi Kivity
2012-01-04
1
-0
/
+5
*
memory: remove CPUPhysMemoryClient
Avi Kivity
2012-01-03
1
-12
/
+0
*
memory: temporarily add memory_region_get_ram_addr()
Avi Kivity
2011-12-20
1
-0
/
+6
*
kvm: switch kvm slots to use host virtual address instead of ram_addr_t
Avi Kivity
2011-12-20
1
-3
/
+3
*
memory: add API for observing updates to the physical memory map
Avi Kivity
2011-12-20
1
-0
/
+93
*
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
Avi Kivity
2011-12-20
1
-0
/
+4
*
memory: introduce memory_region_find()
Avi Kivity
2011-12-20
1
-0
/
+62
*
memory: add memory_region_is_logging()
Avi Kivity
2011-12-20
1
-0
/
+5
*
memory: add memory_region_is_rom()
Avi Kivity
2011-12-20
1
-0
/
+5
*
memory: add memory_region_is_ram()
Avi Kivity
2011-12-20
1
-0
/
+8
*
Merge remote-tracking branch 'qemu-kvm/memory/exec-obsolete' into staging
Anthony Liguori
2011-12-19
1
-0
/
+3
|
\
|
*
memory: move obsolete exec.c functions to a private header
Avi Kivity
2011-12-19
1
-0
/
+3
*
|
Merge remote-tracking branch 'qemu-kvm/memory/xen' into staging
Anthony Liguori
2011-12-19
1
-3
/
+3
|
\
\
|
|
/
|
*
memory, xen: pass MemoryRegion to xen_ram_alloc()
Avi Kivity
2011-12-19
1
-3
/
+3
*
|
memory: optimize empty transactions due to mutators
Avi Kivity
2011-12-05
1
-1
/
+7
[next]