+1
−0
+9
−0
include/qemu/page_cache.h
0 → 100644
+79
−0
page_cache.c
0 → 100644
+218
−0
+13
−0
Loading
Add MRU page cache mechanism. The page are accessed by their address. Signed-off-by:Benoit Hudzia <benoit.hudzia@sap.com> Signed-off-by:
Petter Svard <petters@cs.umu.se> Signed-off-by:
Aidan Shribman <aidan.shribman@sap.com> Signed-off-by:
Orit Wasserman <owasserm@redhat.com> Reviewed-by:
Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by:
Eric Blake <eblake@redhat.com>