]> git.proxmox.com Git - qemu.git/commit
xen-mapcache: replace last_address_index with a last_entry pointer
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 2 Apr 2013 13:23:40 +0000 (13:23 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 3 Apr 2013 11:51:52 +0000 (11:51 +0000)
commite2deee3ea6136b6189e8cfd26379420b9a398d96
tree4b19887fc6d66a41b05275b503b9c45f52954f1e
parent162cbbd1736de2bca43fdefa7e98c54a361ee60d
xen-mapcache: replace last_address_index with a last_entry pointer

Replace last_address_index and last_address_vaddr with a single pointer
to the last MapCacheEntry used.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen-mapcache.c