Juan Quintela wrote:
> Paolo Bonzini wrote:
>> Second, drop the file descriptor indirection, and write directly to the
>> QEMUFile.
>>
>> Signed-off-by: Paolo Bonzini
>
>> +qemu_put_buffer(s->migration_file, buf, size);
>> +if (qemu_file_get_error(s->migration_file)) {
>> +return
Paolo Bonzini wrote:
> Second, drop the file descriptor indirection, and write directly to the
> QEMUFile.
>
> Signed-off-by: Paolo Bonzini
> +qemu_put_buffer(s->migration_file, buf, size);
> +if (qemu_file_get_error(s->migration_file)) {
> +return qemu_file_get_error(s->migratio
On 02/15/2013 07:47 PM, Paolo Bonzini wrote:
> Second, drop the file descriptor indirection, and write directly to the
> QEMUFile.
>
> Signed-off-by: Paolo Bonzini
> ---
> include/migration/migration.h |4 ---
> migration-exec.c | 12 ---
> migration-fd.c
Second, drop the file descriptor indirection, and write directly to the
QEMUFile.
Signed-off-by: Paolo Bonzini
---
include/migration/migration.h |4 ---
migration-exec.c | 12 ---
migration-fd.c| 12 ---
migration-tcp.c | 12 --