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: Fix old portio word accesses
Jan Kiszka
2011-10-11
1
-0
/
+10
*
Introduce PortioList
Avi Kivity
2011-10-11
1
-4
/
+4
*
memory: Print regions in ascending order
Jan Kiszka
2011-10-02
1
-6
/
+31
*
memory: Do not print empty PIO root
Jan Kiszka
2011-10-02
1
-3
/
+6
*
memory: Print region priority
Jan Kiszka
2011-10-02
1
-2
/
+4
*
memory: simple memory tree printer
Blue Swirl
2011-10-02
1
-0
/
+91
*
memory: implement memory_region_set_readonly()
Avi Kivity
2011-09-25
1
-7
/
+22
*
memory: fix subregion collision warning
Michael Walle
2011-09-18
1
-5
/
+8
*
Fix subtle integer overflow bug in memory API
David Gibson
2011-09-14
1
-2
/
+2
*
memory: Fix memory_region_get_ram_ptr for ROM devices
Jan Kiszka
2011-08-30
1
-1
/
+1
*
memory: fix rom_device I/O mode
Avi Kivity
2011-08-29
1
-1
/
+1
*
memory: add opaque parameter to memory_region_init_rom_device()
Avi Kivity
2011-08-26
1
-0
/
+2
*
memory: fix memory_region_init_rom_device() not initializing ->ops
Avi Kivity
2011-08-25
1
-0
/
+1
*
memory: Fix old_portio vs non-zero offset
Richard Henderson
2011-08-22
1
-2
/
+2
*
memory: temporarily suppress the subregion collision warning
Anthony Liguori
2011-08-22
1
-0
/
+2
*
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
2011-08-21
1
-2
/
+9
*
memory: abstract cracking of write access ops into a function
Avi Kivity
2011-08-21
1
-41
/
+68
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-11
/
+11
*
memory: add API for creating ROM/device regions
Avi Kivity
2011-08-12
1
-2
/
+44
*
memory: reclaim resources when a memory region is destroyed for good
Avi Kivity
2011-08-12
1
-0
/
+24
*
memory: use signed arithmetic
Avi Kivity
2011-08-05
1
-9
/
+14
*
memory: synchronize dirty bitmap before unmapping a range
Avi Kivity
2011-08-05
1
-0
/
+4
*
memory: transaction API
Avi Kivity
2011-07-29
1
-0
/
+18
*
memory: separate building the final memory map into two steps
Avi Kivity
2011-07-29
1
-9
/
+29
*
memory: add ioeventfd support
Avi Kivity
2011-07-29
1
-0
/
+224
*
memory: add backward compatibility for old mmio registration
Avi Kivity
2011-07-29
1
-0
/
+10
*
memory: add backward compatibility for old portio registration
Avi Kivity
2011-07-29
1
-0
/
+32
*
memory: I/O address space support
Avi Kivity
2011-07-29
1
-1
/
+59
*
memory: late initialization of ram_addr
Avi Kivity
2011-07-29
1
-4
/
+20
*
memory: rename MemoryRegion::has_ram_addr to ::terminates
Avi Kivity
2011-07-29
1
-9
/
+9
*
memory: abstract address space operations
Avi Kivity
2011-07-29
1
-30
/
+81
*
Internal interfaces for memory API
Avi Kivity
2011-07-29
1
-0
/
+7
*
memory: merge adjacent segments of a single memory region
Avi Kivity
2011-07-29
1
-0
/
+29
*
memory: implement dirty tracking
Avi Kivity
2011-07-29
1
-8
/
+31
*
Hierarchical memory region API
Avi Kivity
2011-07-29
1
-0
/
+653