[PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-28 Thread Aleksandar Markovic
just cc-ing Herve and Philippe, related to Magnum machine support (this is one of so-called Jazz mips machines) On Friday, February 28, 2020, Juan Quintela wrote: > Aleksandar Markovic wrote: > > On Thursday, February 27, 2020, Juan Quintela > wrote: > > > > Marc-André Lureau wrote: > > > H

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-28 Thread Juan Quintela
Aleksandar Markovic wrote: > On Thursday, February 27, 2020, Juan Quintela wrote: > > Marc-André Lureau wrote: > > Hi Juan > > > > On Wed, Jan 8, 2020 at 2:08 PM Juan Quintela wrote: > >> > >> Marc-André Lureau wrote: > >> n> Check the host pointer is correctly aligned, otherwise we may

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-27 Thread Juan Quintela
Aleksandar Markovic wrote: > On Thursday, February 27, 2020, Juan Quintela wrote: > > Marc-André Lureau wrote: > > Hi Juan > > > > On Wed, Jan 8, 2020 at 2:08 PM Juan Quintela wrote: > >> > >> Marc-André Lureau wrote: > >> n> Check the host pointer is correctly aligned, otherwise we may

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-27 Thread Aleksandar Markovic
On Thursday, February 27, 2020, Juan Quintela wrote: > Marc-André Lureau wrote: > > Hi Juan > > > > On Wed, Jan 8, 2020 at 2:08 PM Juan Quintela > wrote: > >> > >> Marc-André Lureau wrote: > >> n> Check the host pointer is correctly aligned, otherwise we may fail > >> > during migration in ram

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-27 Thread Juan Quintela
Marc-André Lureau wrote: > Hi Juan > > On Wed, Jan 8, 2020 at 2:08 PM Juan Quintela wrote: >> >> Marc-André Lureau wrote: >> n> Check the host pointer is correctly aligned, otherwise we may fail >> > during migration in ram_block_discard_range(). >> > >> > Signed-off-by: Marc-André Lureau >> >>

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-02-17 Thread Marc-André Lureau
Hi Juan On Wed, Jan 8, 2020 at 2:08 PM Juan Quintela wrote: > > Marc-André Lureau wrote: > n> Check the host pointer is correctly aligned, otherwise we may fail > > during migration in ram_block_discard_range(). > > > > Signed-off-by: Marc-André Lureau > > Reviewed-by: Juan Quintela > > queued

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-01-08 Thread Juan Quintela
Marc-André Lureau wrote: n> Check the host pointer is correctly aligned, otherwise we may fail > during migration in ram_block_discard_range(). > > Signed-off-by: Marc-André Lureau Reviewed-by: Juan Quintela queued

Re: [PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-01-02 Thread Philippe Mathieu-Daudé
On 1/3/20 8:40 AM, Marc-André Lureau wrote: Check the host pointer is correctly aligned, otherwise we may fail during migration in ram_block_discard_range(). Signed-off-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé --- migration/savevm.c | 5 + 1 file changed, 5 insertio

[PATCH v2 3/3] savevm: check RAM is pagesize aligned

2020-01-02 Thread Marc-André Lureau
Check the host pointer is correctly aligned, otherwise we may fail during migration in ram_block_discard_range(). Signed-off-by: Marc-André Lureau --- migration/savevm.c | 5 + 1 file changed, 5 insertions(+) diff --git a/migration/savevm.c b/migration/savevm.c index a71b930b91..bbb7e89682