diff options
author | Orit Wasserman <owasserm@redhat.com> | 2012-08-06 21:42:50 +0300 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2012-08-08 13:51:12 +0200 |
commit | 9fb26641ab497eda9138f9af75cbeb02ed59b5ae (patch) | |
tree | ad4374600d582b27542fc8677048aa3f17f156ed /Makefile.objs | |
parent | 34c26412b76840e0cab9808047e29aebd429c139 (diff) | |
download | qemu-9fb26641ab497eda9138f9af75cbeb02ed59b5ae.tar.gz qemu-9fb26641ab497eda9138f9af75cbeb02ed59b5ae.tar.bz2 qemu-9fb26641ab497eda9138f9af75cbeb02ed59b5ae.zip |
Add cache handling functions
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>
Diffstat (limited to 'Makefile.objs')
-rw-r--r-- | Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 5ebbcfa171..e0fb69b202 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -77,6 +77,7 @@ common-obj-y += qemu-char.o #aio.o common-obj-y += block-migration.o iohandler.o common-obj-y += pflib.o common-obj-y += bitmap.o bitops.o +common-obj-y += page_cache.o common-obj-$(CONFIG_POSIX) += migration-exec.o migration-unix.o migration-fd.o common-obj-$(CONFIG_WIN32) += version.o |