Re: [Qemu-devel] [PATCH 37/41] migration: small changes around rate-limiting

2013-02-22 Thread Orit Wasserman
On 02/15/2013 07:47 PM, Paolo Bonzini wrote: > This patch extracts a few small changes from the next patch, which > are unrelated to adding generic rate-limiting functionality to > QEMUFile. Make migration_set_rate_limit a simple accessor, and > use qemu_file_set_rate_limit consistently. Also fix

Re: [Qemu-devel] [PATCH 37/41] migration: small changes around rate-limiting

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > This patch extracts a few small changes from the next patch, which > are unrelated to adding generic rate-limiting functionality to > QEMUFile. Make migration_set_rate_limit a simple accessor, and > use qemu_file_set_rate_limit consistently. Also fix a typo where > INT_MAX

[Qemu-devel] [PATCH 37/41] migration: small changes around rate-limiting

2013-02-15 Thread Paolo Bonzini
This patch extracts a few small changes from the next patch, which are unrelated to adding generic rate-limiting functionality to QEMUFile. Make migration_set_rate_limit a simple accessor, and use qemu_file_set_rate_limit consistently. Also fix a typo where INT_MAX should have been SIZE_MAX. Sig