index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
savevm.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update bytes_xfer in qemu_put_byte
Orit Wasserman
2013-03-26
1
-0
/
+2
*
Add socket_writev_buffer function
Orit Wasserman
2013-03-26
1
-0
/
+15
*
savevm: Add VMSTATE_FLOAT64 helpers
David Gibson
2013-03-26
1
-0
/
+23
*
savevm: Add VMSTATE_UINT64_EQUAL helpers
David Gibson
2013-03-26
1
-0
/
+21
*
vmstate: Make vmstate_register() static inline
Andreas Färber
2013-03-12
1
-7
/
+0
*
migration: move rate limiting to QEMUFile
Paolo Bonzini
2013-03-11
1
-14
/
+17
*
migration: use QEMUFile for migration channel lifetime
Paolo Bonzini
2013-03-11
1
-0
/
+1
*
qemu-file: simplify and export qemu_ftell
Paolo Bonzini
2013-03-11
1
-12
/
+8
*
qemu-file: add writable socket QEMUFile
Paolo Bonzini
2013-03-11
1
-2
/
+31
*
qemu-file: check exit status when closing a pipe QEMUFile
Paolo Bonzini
2013-03-11
1
-0
/
+3
*
qemu-file: fsync a writable stdio QEMUFile
Paolo Bonzini
2013-03-11
1
-0
/
+18
*
migration: merge qemu_popen_cmd with qemu_popen
Paolo Bonzini
2013-03-11
1
-14
/
+8
*
qemu-file: make qemu_fflush and qemu_file_set_error private again
Paolo Bonzini
2013-03-11
1
-2
/
+2
*
migration: yay, buffering is gone
Paolo Bonzini
2013-03-11
1
-0
/
+1
*
migration: run setup callbacks out of big lock
Paolo Bonzini
2013-03-11
1
-0
/
+3
*
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
Paolo Bonzini
2013-03-11
1
-2
/
+2
*
migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state
Paolo Bonzini
2013-03-11
1
-26
/
+18
*
qemu-file: pass errno from qemu_fflush via f->last_error
Paolo Bonzini
2013-03-11
1
-13
/
+12
*
migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*
Paolo Bonzini
2013-03-11
1
-11
/
+4
*
migration: make qemu_ftell() public and support writable files
Stefan Hajnoczi
2013-02-12
1
-2
/
+7
*
migration: restrict scope of incoming fd read handler
Stefan Hajnoczi
2013-02-11
1
-4
/
+30
*
net: introduce qemu_get_queue()
Jason Wang
2013-02-01
1
-1
/
+1
*
Move XBZRLE encoding code to a separate file to allow testing
Orit Wasserman
2013-02-01
1
-159
/
+0
*
Merge remote-tracking branch 'quintela/thread.next' into staging
Anthony Liguori
2013-01-21
1
-5
/
+7
|
\
|
*
migration: remove argument to qemu_savevm_state_cancel
Juan Quintela
2013-01-17
1
-4
/
+4
|
*
qemu-file: Only set last_error if it is not already set
Juan Quintela
2013-01-17
1
-1
/
+3
*
|
HMP: add QDict to info callback handler
Wenchao Xia
2013-01-17
1
-1
/
+1
|
/
*
savevm: Remove MinGW specific code which is no longer needed
Stefan Weil
2013-01-11
1
-28
/
+2
*
savevm.c: cleanup system includes
Michael Tokarev
2013-01-02
1
-39
/
+1
*
savevm: New save live migration method: pending
Juan Quintela
2012-12-20
1
-0
/
+19
*
migration: make writes blocking
Juan Quintela
2012-12-20
1
-5
/
+0
*
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
1
-2
/
+2
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
1
-5
/
+5
*
migration: move include files to include/migration/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
monitor: move include files to include/monitor/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
net: reorganize headers
Paolo Bonzini
2012-12-19
1
-1
/
+1
*
janitor: do not include qemu-char everywhere
Paolo Bonzini
2012-12-19
1
-1
/
+0
*
migration: handle EAGAIN while reading QEMUFile
Paolo Bonzini
2012-11-02
1
-6
/
+24
*
migration: close socket QEMUFile from socket_close
Paolo Bonzini
2012-11-02
1
-0
/
+1
*
migration: replace qemu_stdio_fd with qemu_get_fd
Paolo Bonzini
2012-11-02
1
-11
/
+0
*
migration: add qemu_get_fd
Paolo Bonzini
2012-11-02
1
-0
/
+27
*
migration: consolidate QEMUFile methods in a single QEMUFileOps struct
Paolo Bonzini
2012-11-02
1
-48
/
+60
*
migration: unify stdio-based QEMUFile operations
Paolo Bonzini
2012-11-02
1
-17
/
+2
*
vmstate: Add support for saving/loading bitmaps
Peter Maydell
2012-10-30
1
-0
/
+41
*
savevm: make qemu_file_put_notify() return errors
Juan Quintela
2012-10-17
1
-2
/
+2
*
savevm: un-export qemu_file_set_error()
Juan Quintela
2012-10-17
1
-1
/
+1
*
savevm: Only qemu_fflush() can generate errors
Juan Quintela
2012-10-17
1
-17
/
+18
*
savevm: make qemu_fill_buffer() be consistent
Juan Quintela
2012-10-17
1
-1
/
+1
*
savevm: unexport qemu_ftell()
Juan Quintela
2012-10-17
1
-1
/
+1
[prev]
[next]