index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-22
memory: Fix old_portio vs non-zero offset
Richard Henderson
1
-2
/
+2
2011-08-22
memory: temporarily suppress the subregion collision warning
Anthony Liguori
1
-0
/
+2
2011-08-21
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
1
-2
/
+9
2011-08-21
memory: abstract cracking of write access ops into a function
Avi Kivity
1
-41
/
+68
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-11
/
+11
2011-08-12
memory: add API for creating ROM/device regions
Avi Kivity
1
-2
/
+44
2011-08-12
memory: reclaim resources when a memory region is destroyed for good
Avi Kivity
1
-0
/
+24
2011-08-05
memory: use signed arithmetic
Avi Kivity
1
-9
/
+14
2011-08-05
memory: synchronize dirty bitmap before unmapping a range
Avi Kivity
1
-0
/
+4
2011-07-29
memory: transaction API
Avi Kivity
1
-0
/
+18
2011-07-29
memory: separate building the final memory map into two steps
Avi Kivity
1
-9
/
+29
2011-07-29
memory: add ioeventfd support
Avi Kivity
1
-0
/
+224
2011-07-29
memory: add backward compatibility for old mmio registration
Avi Kivity
1
-0
/
+10
2011-07-29
memory: add backward compatibility for old portio registration
Avi Kivity
1
-0
/
+32
2011-07-29
memory: I/O address space support
Avi Kivity
1
-1
/
+59
2011-07-29
memory: late initialization of ram_addr
Avi Kivity
1
-4
/
+20
2011-07-29
memory: rename MemoryRegion::has_ram_addr to ::terminates
Avi Kivity
1
-9
/
+9
2011-07-29
memory: abstract address space operations
Avi Kivity
1
-30
/
+81
2011-07-29
Internal interfaces for memory API
Avi Kivity
1
-0
/
+7
2011-07-29
memory: merge adjacent segments of a single memory region
Avi Kivity
1
-0
/
+29
2011-07-29
memory: implement dirty tracking
Avi Kivity
1
-8
/
+31
2011-07-29
Hierarchical memory region API
Avi Kivity
1
-0
/
+653