On Thu, 11 Jul 2019 at 13:56, Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > > > > On 11.07.19 12:43, Juan Quintela wrote: > > The following changes since commit 6df2cdf44a82426f7a59dcb03f0dd2181ed7fdfa: > > > > Update version for v4.1.0-rc0 release (2019-07-09 17:21:53 +0100) > > > > are available in the Git repository at: > > > > https://github.com/juanquintela/qemu.git tags/migration-pull-request > > > > for you to fetch changes up to 0b47e79b3d04f500b6f3490628905ec5884133df: > > > > migration: allow private destination ram with x-ignore-shared (2019-07-11 12:30:40 +0200) > > > > ---------------------------------------------------------------- > > Migration pull request > > > > ---------------------------------------------------------------- > > > [...] > > include/exec/memory.h | 19 + > > include/exec/memory.h.rej | 26 + > > include/exec/ram_addr.h | 92 +- > > include/exec/ram_addr.h.orig | 488 +++ > [...] > > migration/ram.c | 93 +- > > migration/ram.c.orig | 4599 ++++++++++++++++++++++++++++++++++ > > migration/ram.c.rej | 33 + > > The .ref and .orig look odd. And they are is not part of the patches. Good catch -- git diff says they are part of the pullreq so they'd have ended up in the git repo if you hadn't noticed them. thanks -- PMM