Sign in
qemu-android
/
qemu-android
/
cd159d0954f65df61864a85e355acdf7ae7fe0f9
/
savevm.c
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
bb1a6d8
savevm: Small comment about why timer QEMUFile/VMState code is in savevm.c
by Eduardo Habkost
· 11 years ago
093c455
qemu-file: Move QEMUFile code to qemu-file.c
by Eduardo Habkost
· 11 years ago
b6fcfa5
vmstate: Move VMState code to vmstate.c
by Eduardo Habkost
· 11 years ago
51b7fa5
savevm.c: Coding style fix
by Eduardo Habkost
· 11 years ago
38ff78d
savevm.c: Coding style fixes
by Eduardo Habkost
· 11 years ago
5cecf41
savevm: Convert all tabs to spaces
by Eduardo Habkost
· 11 years ago
b550333
migration: Move QEMU_VM_* defines to migration/migration.h
by Eduardo Habkost
· 11 years ago
c961514
qemu-file: Make a few functions non-static
by Eduardo Habkost
· 11 years ago
8e86729
The calculation of bytes_xfer in qemu_put_buffer() is wrong
by Wangting (Kathy)
· 11 years ago
c77a5f2
savevm: fix wrong initialization by ram_control_load_hook
by Lei Li
· 12 years ago
675fd0a
savevm: add comments for qemu_file_get_error()
by Lei Li
· 12 years ago
a89d89d
snapshot: distinguish id and name in snapshot delete
by Wenchao Xia
· 12 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 12 years ago
40daca5
aio / timers: Rearrange timer.h & make legacy functions call non-legacy
by Alex Bligh
· 12 years ago
e93379b
aio / timers: Rename qemu_timer_* functions
by Alex Bligh
· 12 years ago
de7b685
rdma: bugfix: ram_control_save_page()
by Michael R. Hines
· 12 years ago
43487c6
rdma: new QEMUFileOps hooks
by Michael R. Hines
· 12 years ago
be903b2
rdma: export qemu_fflush()
by Michael R. Hines
· 12 years ago
bc1256f
rdma: introduce qemu_file_mode_is_not_valid()
by Michael R. Hines
· 12 years ago
9f05d0c
rdma: export yield_until_fd_readable()
by Michael R. Hines
· 12 years ago
2b0ce07
rdma: introduce qemu_update_position()
by Michael R. Hines
· 12 years ago
4f08005
savevm: Fix potential memory leak
by Stefan Weil
· 12 years ago
1befce9
savevm: qmp_xen_save_devices_state(): use error_setg_file_open()
by Luiz Capitulino
· 12 years ago
5b91704
block: dump snapshot and image info to specified output
by Wenchao Xia
· 12 years ago
f364ec6
block: move qmp and info dump related code to block/qapi.c
by Wenchao Xia
· 12 years ago
de08c60
block: move snapshot code in block.c to block/snapshot.c
by Wenchao Xia
· 12 years ago
29d7827
block: drop bs_snapshots global variable
by Stefan Hajnoczi
· 12 years ago
a4cc73d
do not check pointers after dereferencing them
by Paolo Bonzini
· 12 years ago
e9d8fbf
qemu-file: do not use stdio for qemu_fdopen
by Paolo Bonzini
· 12 years ago
1571156
qemu-file: drop socket_put_buffer
by Paolo Bonzini
· 12 years ago
db08dc2
Merge remote-tracking branch 'stefanha/block' into staging
by Anthony Liguori
· 12 years ago
05fcc84
savevm: Implement block_writev_buffer()
by Kevin Wolf
· 12 years ago
4d11724
migration: simplify writev vs. non-writev logic
by Paolo Bonzini
· 12 years ago
d9658c4
migration: drop is_write complications
by Paolo Bonzini
· 12 years ago
7ce51f1
migration: use a single I/O operation when writev_buffer is not defined
by Paolo Bonzini
· 12 years ago
af74db7
migration: set f->is_write and flush in add_to_iovec
by Paolo Bonzini
· 12 years ago
f9e8cac
oslib-posix: rename socket_set_nonblock() to qemu_set_nonblock()
by Stefan Hajnoczi
· 12 years ago
6181ec2
Add qemu_put_buffer_async
by Orit Wasserman
· 12 years ago
cb88aa8
Use writev ops if available
by Orit Wasserman
· 12 years ago
b3ea2bd
Store the data to send also in iovec
by Orit Wasserman
· 12 years ago
7d8a30bb
Update bytes_xfer in qemu_put_byte
by Orit Wasserman
· 12 years ago
28085f7
Add socket_writev_buffer function
by Orit Wasserman
· 12 years ago
213945e
savevm: Add VMSTATE_FLOAT64 helpers
by David Gibson
· 12 years ago
e344b8a
savevm: Add VMSTATE_UINT64_EQUAL helpers
by David Gibson
· 12 years ago
d7650ea
vmstate: Make vmstate_register() static inline
by Andreas Färber
· 12 years ago
1964a39
migration: move rate limiting to QEMUFile
by Paolo Bonzini
· 12 years ago
f8bbc12
migration: use QEMUFile for migration channel lifetime
by Paolo Bonzini
· 12 years ago
3f2d38f
qemu-file: simplify and export qemu_ftell
by Paolo Bonzini
· 12 years ago
0cc3f3c
qemu-file: add writable socket QEMUFile
by Paolo Bonzini
· 12 years ago
13c7b2d
qemu-file: check exit status when closing a pipe QEMUFile
by Paolo Bonzini
· 12 years ago
ce39ee3
qemu-file: fsync a writable stdio QEMUFile
by Paolo Bonzini
· 12 years ago
817b9ed
migration: merge qemu_popen_cmd with qemu_popen
by Paolo Bonzini
· 12 years ago
05f28b8
qemu-file: make qemu_fflush and qemu_file_set_error private again
by Paolo Bonzini
· 12 years ago
edaae61
migration: yay, buffering is gone
by Paolo Bonzini
· 12 years ago
9b09503
migration: run setup callbacks out of big lock
by Paolo Bonzini
· 12 years ago
4eb9381
qemu-file: temporarily expose qemu_file_set_error and qemu_fflush
by Paolo Bonzini
· 12 years ago
47c8c17
migration: use qemu_file_set_error to pass error codes back to qemu_savevm_state
by Paolo Bonzini
· 12 years ago
93bf210
qemu-file: pass errno from qemu_fflush via f->last_error
by Paolo Bonzini
· 12 years ago
04943eb
migration: push qemu_savevm_state_cancel out of qemu_savevm_state_*
by Paolo Bonzini
· 12 years ago
ad55ab4
migration: make qemu_ftell() public and support writable files
by Stefan Hajnoczi
· 12 years ago
d7cd369
migration: restrict scope of incoming fd read handler
by Stefan Hajnoczi
· 12 years ago
b356f76
net: introduce qemu_get_queue()
by Jason Wang
· 12 years ago
ba2e28e
Move XBZRLE encoding code to a separate file to allow testing
by Orit Wasserman
· 12 years ago
016c718
Merge remote-tracking branch 'quintela/thread.next' into staging
by Anthony Liguori
· 12 years ago
6522773
migration: remove argument to qemu_savevm_state_cancel
by Juan Quintela
· 12 years ago
afe4193
qemu-file: Only set last_error if it is not already set
by Juan Quintela
· 12 years ago
84f2d0e
HMP: add QDict to info callback handler
by Wenchao Xia
· 12 years ago
68b891e
savevm: Remove MinGW specific code which is no longer needed
by Stefan Weil
· 12 years ago
74e9137
savevm.c: cleanup system includes
by Michael Tokarev
· 12 years ago
e4ed154
savevm: New save live migration method: pending
by Juan Quintela
· 12 years ago
dd217b8
migration: make writes blocking
by Juan Quintela
· 13 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
caf71f8
migration: move include files to include/migration/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
f8fe796
janitor: do not include qemu-char everywhere
by Paolo Bonzini
· 12 years ago
595ab64
migration: handle EAGAIN while reading QEMUFile
by Paolo Bonzini
· 13 years ago
ab52a82
migration: close socket QEMUFile from socket_close
by Paolo Bonzini
· 13 years ago
d263a20
migration: replace qemu_stdio_fd with qemu_get_fd
by Paolo Bonzini
· 13 years ago
70eb633
migration: add qemu_get_fd
by Paolo Bonzini
· 13 years ago
9229bf3
migration: consolidate QEMUFile methods in a single QEMUFileOps struct
by Paolo Bonzini
· 13 years ago
5f0ebf1
migration: unify stdio-based QEMUFile operations
by Paolo Bonzini
· 12 years ago
08e99e2
vmstate: Add support for saving/loading bitmaps
by Peter Maydell
· 12 years ago
a2b4135
savevm: make qemu_file_put_notify() return errors
by Juan Quintela
· 13 years ago
6f121ff
savevm: un-export qemu_file_set_error()
by Juan Quintela
· 13 years ago
c10682c
savevm: Only qemu_fflush() can generate errors
by Juan Quintela
· 13 years ago
02c4a05
savevm: make qemu_fill_buffer() be consistent
by Juan Quintela
· 13 years ago
3aee4be
savevm: unexport qemu_ftell()
by Juan Quintela
· 13 years ago
29eee86
savevm: unfold qemu_fclose_internal()
by Juan Quintela
· 13 years ago
7311bea
savevm: make qemu_fflush() return an error code
by Juan Quintela
· 13 years ago
e5ae97c
savevm: Remove qemu_fseek()
by Juan Quintela
· 13 years ago
ffbfc74
savevm: unexport qemu_fflush
by Juan Quintela
· 13 years ago
4d5b97d
cleanup useless return sentence
by Amos Kong
· 12 years ago
0d16fdd
Merge remote-tracking branch 'agraf/ppc-for-upstream' into staging
by Anthony Liguori
· 13 years ago
a5b7172
xbzrle: fix compilation on ppc32
by Alexander Graf
· 13 years ago
2e1e79d
block: Convert close calls to qemu_close
by Corey Bryant
· 13 years ago
302dfbe
Add xbzrle_encode_buffer and xbzrle_decode_buffer functions
by Orit Wasserman
· 13 years ago
Next »