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
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
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