Re: [Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary

2019-09-25 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > Three patches to cleanup postcopy: > > [1]: split canonicalize bitmap and discard page > [2]: remove unsentmap since it is not necessary > [3]: cleanup the get_queued_page_not_dirty Queued > > Wei Yang (3): > migration/postcopy: not necessar

Re: [PATCH 0/3] migration/postcopy: unsentmap is not necessary

2019-09-22 Thread Wei Yang
On Fri, Sep 20, 2019 at 07:53:51PM +0100, Dr. David Alan Gilbert wrote: >* Wei Yang (richardw.y...@linux.intel.com) wrote: >> Hi, Dave and Juan >> >> Would you mind taking a look at this one? > >Yes, I'll have a look, I'm just fighting through a bunch of other stuff. > Yep, thanks ~ Me too :-) H

Re: [PATCH 0/3] migration/postcopy: unsentmap is not necessary

2019-09-20 Thread Dr. David Alan Gilbert
* Wei Yang (richardw.y...@linux.intel.com) wrote: > Hi, Dave and Juan > > Would you mind taking a look at this one? Yes, I'll have a look, I'm just fighting through a bunch of other stuff. Dave > On Mon, Aug 19, 2019 at 02:18:40PM +0800, Wei Yang wrote: > >Three patches to cleanup postcopy: > >

Re: [Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary

2019-09-15 Thread Wei Yang
Hi, Dave and Juan Would you mind taking a look at this one? On Mon, Aug 19, 2019 at 02:18:40PM +0800, Wei Yang wrote: >Three patches to cleanup postcopy: > >[1]: split canonicalize bitmap and discard page >[2]: remove unsentmap since it is not necessary >[3]: cleanup the get_queued_page_not_dirty

[Qemu-devel] [PATCH 0/3] migration/postcopy: unsentmap is not necessary

2019-08-18 Thread Wei Yang
Three patches to cleanup postcopy: [1]: split canonicalize bitmap and discard page [2]: remove unsentmap since it is not necessary [3]: cleanup the get_queued_page_not_dirty Wei Yang (3): migration/postcopy: not necessary to do discard when canonicalizing bitmap migration/postcopy: unsent