]> git.proxmox.com Git - qemu.git/commit - exec.c
exec: Introduce helper to set dirty flags.
authorAnthony PERARD <anthony.perard@citrix.com>
Wed, 3 Oct 2012 13:49:05 +0000 (13:49 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 3 Oct 2012 13:49:05 +0000 (13:49 +0000)
commit51d7a9eb2b64e787c90bea1027308087eac22065
tree1184322334463d4e3ea03884f6d9bac8bcd3c24a
parent910b38e4dc4c37683c8b821e75a7f4cf095e4b21
exec: Introduce helper to set dirty flags.

This new helper/hook is used in the next patch to add an extra call in a single
place.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Avi Kivity <avi@redhat.com>
exec.c