RE: [PATCH 0/3] bugfixes for migration using compression methods

2025-01-12 Thread Liu, Yuan1
> -Original Message- > From: Michael Tokarev > Sent: Sunday, January 12, 2025 9:13 PM > To: Liu, Yuan1 ; pet...@redhat.com; faro...@suse.de > Cc: qemu-devel@nongnu.org; Zeng, Jason ; Wang, > Yichen ; qemu-stable > Subject: Re: [PATCH 0/3] bugfixes for migration usin

Re: [PATCH 0/3] bugfixes for migration using compression methods

2025-01-12 Thread Michael Tokarev
18.12.2024 12:14, Yuan Liu wrote: This set of patches is used to fix the bugs of incorrect migration memory data when compression is enabled. The method to reproduce this bug is as follows 1. Run "stress-ng --class memory --all 1" in the source side, the stress-ng tool comes from https://github.

Re: [PATCH 0/3] bugfixes for migration using compression methods

2024-12-18 Thread Peter Xu
On Wed, Dec 18, 2024 at 05:14:10PM +0800, Yuan Liu wrote: > This set of patches is used to fix the bugs of incorrect migration > memory data when compression is enabled. > > The method to reproduce this bug is as follows > 1. Run "stress-ng --class memory --all 1" in the source side, the > stress-