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
...
*
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
*
savevm: unfold qemu_fclose_internal()
Juan Quintela
2012-10-17
1
-20
/
+6
*
savevm: make qemu_fflush() return an error code
Juan Quintela
2012-10-17
1
-16
/
+23
*
savevm: Remove qemu_fseek()
Juan Quintela
2012-10-17
1
-21
/
+0
*
savevm: unexport qemu_fflush
Juan Quintela
2012-10-17
1
-1
/
+1
*
cleanup useless return sentence
Amos Kong
2012-10-05
1
-1
/
+0
*
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
Anthony Liguori
2012-08-15
1
-1
/
+1
|
\
|
*
xbzrle: fix compilation on ppc32
Alexander Graf
2012-08-15
1
-1
/
+1
*
|
block: Convert close calls to qemu_close
Corey Bryant
2012-08-15
1
-2
/
+2
|
/
*
Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
Orit Wasserman
2012-08-08
1
-0
/
+159
*
savevm: split save_live into stage2 and stage3
Juan Quintela
2012-07-20
1
-5
/
+5
*
savevm: split save_live_setup from save_live_state
Juan Quintela
2012-07-20
1
-2
/
+2
*
savevm: introduce is_active method
Juan Quintela
2012-07-20
1
-0
/
+15
*
savevm: Refactor cancel operation in its own operation
Juan Quintela
2012-07-20
1
-2
/
+2
*
savevm: Live migration handlers register the struct directly
Juan Quintela
2012-07-20
1
-11
/
+7
*
savevm: Use a struct to pass all handlers
Juan Quintela
2012-07-20
1
-29
/
+25
*
No need to iterate if we already are over the limit
Juan Quintela
2012-06-29
1
-0
/
+3
*
Add tracepoints for savevm section start/end
Juan Quintela
2012-06-29
1
-0
/
+8
*
Add MigrationParams structure
Isaku Yamahata
2012-06-29
1
-4
/
+9
*
Merge remote-tracking branch 'afaerber-or/qom-next-2' into staging
Anthony Liguori
2012-06-18
1
-6
/
+6
|
\
[prev]
[next]