Re: [PATCH] migration: Fix migration crash when target psize larger than host

2023-01-29 Thread Juan Quintela
Peter Xu wrote: > Commit d9e474ea56 overlooked the case where the target psize is even larger > than the host psize. One example is Alpha has 8K page size and migration > will start to crash the source QEMU when running Alpha migration on x86. > > Fix it by detecting that case and set host start/

Re: [PATCH] migration: Fix migration crash when target psize larger than host

2023-01-23 Thread Thomas Huth
On 20/01/2023 17.31, Peter Xu wrote: Commit d9e474ea56 overlooked the case where the target psize is even larger than the host psize. One example is Alpha has 8K page size and migration will start to crash the source QEMU when running Alpha migration on x86. Fix it by detecting that case and se

[PATCH] migration: Fix migration crash when target psize larger than host

2023-01-20 Thread Peter Xu
Commit d9e474ea56 overlooked the case where the target psize is even larger than the host psize. One example is Alpha has 8K page size and migration will start to crash the source QEMU when running Alpha migration on x86. Fix it by detecting that case and set host start/end just to cover the sing