On 25/02/20 17:02, Anthony PERARD wrote: > On Thu, Dec 19, 2019 at 07:10:24PM +0100, Juan Quintela wrote: >> Anthony PERARD <anthony.per...@citrix.com> wrote: >>> It is possible that a ramblock doesn't have memory that QEMU can >>> access, this is the case with the Xen hypervisor. >>> >>> In order to avoid to trigger an assert, only call ramblock_ptr() when >>> needed in qemu_ram_writeback(). This should fix migration of Xen >>> guests that was broken with bd108a44bc29 ("migration: ram: Switch to >>> ram block writeback"). >>> >>> Signed-off-by: Anthony PERARD <anthony.per...@citrix.com> >> >> Reviewed-by: Juan Quintela <quint...@redhat.com> >> >> This is exec.c, nothing related to migration. >> >> Paolo, are you taking this one? >> It could even go through the trivial one. > > Hi, > > I'm going to send a pull request for the xen queue with this patch. > Unless that's an issue?
No, absolutely. Acked-by: Paolo Bonzini <pbonz...@redhat.com> Paolo