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: 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
|
\
|
*
qdev: Use wrapper for qdev_get_path
Anthony Liguori
2012-06-18
1
-6
/
+6
*
|
savevm: flush after saving vm state
Paolo Bonzini
2012-06-15
1
-1
/
+1
|
/
*
w64: Fix time conversion for some versions of MinGW-w64
Stefan Weil
2012-04-15
1
-1
/
+2
*
Merge remote-tracking branch 'sstabellini/saverestore-8' into staging
Anthony Liguori
2012-03-19
1
-0
/
+71
|
\
|
*
Introduce "xen-save-devices-state"
Stefano Stabellini
2012-03-19
1
-0
/
+71
*
|
Merge remote-tracking branch 'qemu-kvm/memory/urgent' into staging
Anthony Liguori
2012-03-19
1
-0
/
+2
|
\
\
|
*
|
vmstate: fix varrays with uint32_t indexes
Amos Kong
2012-03-17
1
-0
/
+2
|
|
/
*
|
qapi: Convert migrate
Luiz Capitulino
2012-03-15
1
-7
/
+6
*
|
Purge migration of (almost) everything to do with monitors
Luiz Capitulino
2012-03-15
1
-15
/
+14
|
/
*
Fix vmstate_register_ram() for rom/device regions
Avi Kivity
2012-01-08
1
-1
/
+1
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-0
/
+17
*
qcow2: Allow >4 GB VM state
Kevin Wolf
2011-12-15
1
-1
/
+1
*
stdio_fclose: return -errno on errors (v2)
Eduardo Habkost
2011-12-12
1
-2
/
+5
*
stdio_pclose: return -errno on error (v3)
Eduardo Habkost
2011-12-12
1
-0
/
+3
*
qemu_fclose: return last_error if set (v3)
Eduardo Habkost
2011-12-12
1
-3
/
+48
*
savevm: use qemu_file_set_error() instead of setting last_error directly
Eduardo Habkost
2011-12-12
1
-2
/
+2
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
1
-1
/
+1
|
\
|
*
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-12-05
1
-1
/
+1
*
|
fix spelling in main directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
|
/
[next]