Re: [PATCH v4 0/4] migration/postcopy: Sync faulted addresses after network recovered

2020-10-12 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (dgilb...@redhat.com) wrote: > Queued Hi Peter, I've had to unqueue this again unfortunately. There's something going on with big endian hosts; on a PPC BE host, it reliably hangs in the recovery test with this set. (Although I can't see anything relevant to eye). Dave

Re: [PATCH v4 0/4] migration/postcopy: Sync faulted addresses after network recovered

2020-10-07 Thread Dr. David Alan Gilbert
Queued * Peter Xu (pet...@redhat.com) wrote: > v4: > - use "void */ulong" instead of "uint64_t" where proper in patch 3/4 [Dave] > > v3: > - fix build on 32bit hosts & rebase > - remove r-bs for the last 2 patches for Dave due to the changes > > v2: > - add r-bs for Dave > - add patch "migration

[PATCH v4 0/4] migration/postcopy: Sync faulted addresses after network recovered

2020-10-02 Thread Peter Xu
v4: - use "void */ulong" instead of "uint64_t" where proper in patch 3/4 [Dave] v3: - fix build on 32bit hosts & rebase - remove r-bs for the last 2 patches for Dave due to the changes v2: - add r-bs for Dave - add patch "migration: Properly destroy variables on incoming side" as patch 1 - destro