Statistics
| Branch: | Revision:

root / qemu-file.h @ e2134eb9

History | View | Annotate | Download (6.8 kB)

# Date Author Comment
a2b41351 10/17/2012 07:35 pm Juan Quintela

savevm: make qemu_file_put_notify() return errors

Signed-off-by: Juan Quintela <>

Reviewed-by: Paolo Bonzini <>

ffbfc74d 10/17/2012 07:34 pm Juan Quintela

savevm: unexport qemu_fflush

It is not used outside of savevm.c

Signed-off-by: Juan Quintela <>

Reviewed-by: Paolo Bonzini <>

e5ae97ce 10/17/2012 07:34 pm Juan Quintela

savevm: Remove qemu_fseek()

It has no users, and is only half implemented.

Signed-off-by: Juan Quintela <>

Reviewed-by: Paolo Bonzini <>

3aee4be1 10/17/2012 07:34 pm Juan Quintela

savevm: unexport qemu_ftell()

It was unused out of savevm.c.

Signed-off-by: Juan Quintela <>

6f121ff5 10/17/2012 07:34 pm Juan Quintela

savevm: un-export qemu_file_set_error()

Signed-off-by: Juan Quintela <>

Reviewed-by: Paolo Bonzini <>

93148aa5 03/08/2012 05:22 pm Stefan Weil

Spelling fixes in comments (it's -> its)

  • it's -> its (fixed for all files)
  • dont -> don't (only fixed in a line which was touched by the previous fix)
  • distrub -> disturb (fixed in the same line)

Reviewed-by: Andreas Färber <>
Signed-off-by: Stefan Weil <>...

701a8f76 01/13/2012 06:20 pm Paolo Bonzini

vmstate: extract declarations out of hw/hw.h

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Anthony Liguori <>