Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-03-12 Thread Juan Quintela
Alex Bennée wrote: > Juan Quintela writes: > >> Hi > >> >> PD. Code is obviously correct, but I run it through virt-test >> anyways. And it failed :-( In despair, I tried virt-test on HEAD, >> and it also failed, so I add another thing to my ToDo list. > > Are you intending to

Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-03-12 Thread Juan Quintela
"Li, Liang Z" wrote: >> Current migration code returns number of bytes transferred and from there >> we decide if we.have sent something or not. Problem, we need two results: >> number of pages written, and number of bytes written (depending on >> compression, zero pages, etc, it is not possible

Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-03-08 Thread Li, Liang Z
> Current migration code returns number of bytes transferred and from there > we decide if we.have sent something or not. Problem, we need two results: > number of pages written, and number of bytes written (depending on > compression, zero pages, etc, it is not possible to derive one value from t

Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-02-25 Thread Li, Liang Z
> -Original Message- > From: Dr. David Alan Gilbert [mailto:dgilb...@redhat.com] > Sent: Tuesday, February 17, 2015 10:24 PM > To: Juan Quintela > Cc: qemu-devel@nongnu.org; Li, Liang Z > Subject: Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between > pages

Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-02-17 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Hi > > (Li special edition) > > Current migration code returns number of bytes transferred and from > there we decide if we.have sent something or not. Problem, we need > two results: number of pages written, and number of bytes written > (depending

Re: [Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-02-12 Thread Li, Liang Z
> (Li special edition) > > Current migration code returns number of bytes transferred and from there > we decide if we.have sent something or not. Problem, we need two results: > number of pages written, and number of bytes written (depending on > compression, zero pages, etc, it is not possible

[Qemu-devel] [PATCH 0/6] migration: differentiate between pages and bytes

2015-02-12 Thread Juan Quintela
Hi (Li special edition) Current migration code returns number of bytes transferred and from there we decide if we.have sent something or not. Problem, we need two results: number of pages written, and number of bytes written (depending on compression, zero pages, etc, it is not possible to deriv