On Wed, Mar 20, 2024 at 10:37:14AM +0100, David Hildenbrand wrote: > On 20.03.24 09:39, Michael Roth wrote: > > From: Xiaoyao Li <xiaoyao.li@xxxxxxxxx> > > > > When memory page is converted from private to shared, the original > > private memory is back'ed by guest_memfd. Introduce > > ram_block_discard_guest_memfd_range() for discarding memory in > > guest_memfd. > > > > Originally-from: Isaku Yamahata <isaku.yamahata@xxxxxxxxx> > > Codeveloped-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx> > > "Co-developed-by" > > > Signed-off-by: Xiaoyao Li <xiaoyao.li@xxxxxxxxx> > > Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> > > Your SOB should go here. > > > --- > > Changes in v5: > > - Collect Reviewed-by from David; > > > > Changes in in v4: > > - Drop ram_block_convert_range() and open code its implementation in the > > next Patch. > > > > Signed-off-by: Michael Roth <michael.roth@xxxxxxx> > > I only received 3 patches from this series, and now I am confused: changelog > talks about v5 and this is "PATCH v3" > > Please make sure to send at least the cover letter along (I might not need > the other 46 patches :D ). Sorry for the confusion, you got auto-Cc'd by git, which is good, but not sure there's a good way to make sure everyone gets a copy of the cover letter. I could see how it would help useful to potential reviewers though. I'll try to come up with a script for it and take that approach in the future. -Mike > > -- > Cheers, > > David / dhildenb >