]> git.proxmox.com Git - mirror_qemu.git/commit - memory.c
memory: abstract cracking of write access ops into a function
authorAvi Kivity <avi@redhat.com>
Thu, 11 Aug 2011 07:40:25 +0000 (10:40 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Sun, 21 Aug 2011 23:27:33 +0000 (18:27 -0500)
commit164a4dcd8d90a0db5ffa2174f693195744374418
treea28d598aecf35f1d8b859e9fa15c5c3439403699
parent30c2f2388ab083074b3ab0de8e7f87aed9c62c7a
memory: abstract cracking of write access ops into a function

The memory API automatically cracks large reads and writes into smaller
ones when needed.  Factor out this mechanism, which is now duplicated between
memory reads and memory writes, into a function.

Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
memory.c