Re: [Qemu-devel] [PATCH 38/41] migration: move rate limiting to QEMUFile

2013-02-22 Thread Orit Wasserman
On 02/15/2013 07:47 PM, Paolo Bonzini wrote: > Rate limiting is now simply a byte counter; client call > qemu_file_rate_limit() manually to determine if they have to exit. > So it is possible and simple to move the functionality to QEMUFile. > > This makes the remaining functionality of s->file re

Re: [Qemu-devel] [PATCH 38/41] migration: move rate limiting to QEMUFile

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > Rate limiting is now simply a byte counter; client call > qemu_file_rate_limit() manually to determine if they have to exit. > So it is possible and simple to move the functionality to QEMUFile. > > This makes the remaining functionality of s->file redundant; > in the next p

[Qemu-devel] [PATCH 38/41] migration: move rate limiting to QEMUFile

2013-02-15 Thread Paolo Bonzini
Rate limiting is now simply a byte counter; client call qemu_file_rate_limit() manually to determine if they have to exit. So it is possible and simple to move the functionality to QEMUFile. This makes the remaining functionality of s->file redundant; in the next patch we can remove it and write d