]> Git Repo - qemu.git/commit - migration/page_cache.h
Add cache handling functions
authorOrit Wasserman <[email protected]>
Mon, 6 Aug 2012 18:42:50 +0000 (21:42 +0300)
committerJuan Quintela <[email protected]>
Wed, 8 Aug 2012 11:51:12 +0000 (13:51 +0200)
commit9fb26641ab497eda9138f9af75cbeb02ed59b5ae
treead4374600d582b27542fc8677048aa3f17f156ed
parent34c26412b76840e0cab9808047e29aebd429c139
Add cache handling functions

Add MRU page cache mechanism.
The page are accessed by their address.

Signed-off-by: Benoit Hudzia <[email protected]>
Signed-off-by: Petter Svard <[email protected]>
Signed-off-by: Aidan Shribman <[email protected]>
Signed-off-by: Orit Wasserman <[email protected]>
Reviewed-by: Luiz Capitulino <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Makefile.objs
cutils.c
include/qemu/page_cache.h [new file with mode: 0644]
page_cache.c [new file with mode: 0644]
qemu-common.h
This page took 0.027457 seconds and 4 git commands to generate.