Re: [Qemu-devel] [PATCH 33/41] qemu-file: simplify and export qemu_ftell

2013-02-22 Thread Juan Quintela
Paolo Bonzini wrote: > Force a flush when qemu_ftell is called. This simplifies the buffer magic > (it also breaks qemu_ftell for input QEMUFiles, but we never use it). > > Signed-off-by: Paolo Bonzini Acked-by: Juan Quintela

Re: [Qemu-devel] [PATCH 33/41] qemu-file: simplify and export qemu_ftell

2013-02-21 Thread Orit Wasserman
On 02/15/2013 07:47 PM, Paolo Bonzini wrote: > Force a flush when qemu_ftell is called. This simplifies the buffer magic > (it also breaks qemu_ftell for input QEMUFiles, but we never use it). > > Signed-off-by: Paolo Bonzini > --- > savevm.c | 20 > 1 files changed, 8 in

[Qemu-devel] [PATCH 33/41] qemu-file: simplify and export qemu_ftell

2013-02-15 Thread Paolo Bonzini
Force a flush when qemu_ftell is called. This simplifies the buffer magic (it also breaks qemu_ftell for input QEMUFiles, but we never use it). Signed-off-by: Paolo Bonzini --- savevm.c | 20 1 files changed, 8 insertions(+), 12 deletions(-) diff --git a/savevm.c b/savev