]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Replace direct phys_ram_dirty access with wrapper functions.
authorYoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Tue, 23 Mar 2010 07:39:53 +0000 (16:39 +0900)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 8 Apr 2010 09:11:21 +0000 (11:11 +0200)
commitf7c11b535040df31cc8bc3b1f0c33f546073ee62
tree30d89984956b9122579f7fa3fdb7efaf93b780cf
parentca39b46e184e4fdef8e0098f71dcb1980e0e4cbe
Replace direct phys_ram_dirty access with wrapper functions.

Replaces direct phys_ram_dirty access with wrapper functions to prevent
direct access to the phys_ram_dirty bitmap.

Signed-off-by: Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
Signed-off-by: OHMURA Kei <ohmura.kei@lab.ntt.co.jp>
Reviewed-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
exec.c