[Qemu-devel] [PATCH V5 2/5] xen: Introduce xen_modified_memory.

2012-10-02 Thread Anthony PERARD
This function is to be used during live migration. Every write access to the guest memory should call this funcion so the Xen tools knows which pages are dirty. Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini --- hw/xen.h | 1 + xen-all.c | 21 + xen-stub.c |

[Qemu-devel] [PATCH V5 2/5] xen: Introduce xen_modified_memory.

2012-10-02 Thread Anthony PERARD
This function is to be used during live migration. Every write access to the guest memory should call this funcion so the Xen tools knows which pages are dirty. Signed-off-by: Anthony PERARD Acked-by: Stefano Stabellini --- hw/xen.h | 1 + xen-all.c | 21 + xen-stub.c |