Sign in
qemu
/
qemu
/
9363dedbbb998949c0c851afe6597f2c97ed3c90
/
savevm.c
4d2ffa0
vmstate: Add support for alias ID
by Jan Kiszka
· 15 years ago
ec86f3e
vmstate: Drop unused post_save handler
by Jan Kiszka
· 15 years ago
f8778a7
Fix the RARP protocol ID
by Stefan Berger
· 15 years ago
4a39943
Merge remote branch 'markus/qerror' into staging
by Anthony Liguori
· 15 years ago
1ecda02
error: Replace qemu_error() by error_report()
by Markus Armbruster
· 15 years ago
03cd465
savevm: Fix -loadvm to report errors to stderr, not the monitor
by Markus Armbruster
· 15 years ago
090414a
Fix a typo in error message
by Blue Swirl
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
f139a41
fix savevm command without id or tag
by Marcelo Tosatti
· 15 years ago
5fdb3aa
savevm.c: fix warning with _FORTIFY_SOURCE
by Kirill A. Shutemov
· 15 years ago
90697be
live migration: Serialize vmstate saving in stage 2
by Jan Kiszka
· 15 years ago
f327aa0
live migration: Propagate output monitor to callback handler
by Jan Kiszka
· 15 years ago
4ec7fcc
live migration: Allow cleanup after cancellation or error
by Jan Kiszka
· 15 years ago
33599e2
vmstate: Add support for multiplying size for a constant
by Juan Quintela
· 15 years ago
e61a1e0
vmstate: Add support for VBUFFERS
by Juan Quintela
· 15 years ago
8595387
vmstate: fix missing ARRAY_OF_POINTERS support on save state
by Juan Quintela
· 15 years ago
21174c3
vmstate: Avoid seeking
by Jan Kiszka
· 15 years ago
f401ca2
net: fix qemu_announce_self()
by Mark McLoughlin
· 15 years ago
a167ba5
Add support for GNU/kFreeBSD
by Aurelien Jarno
· 15 years ago
c163b5c
Block live migration
by lirans@il.ibm.com
· 15 years ago
cb499fb
savevm: Delete existing snapshots in all images
by Kevin Wolf
· 15 years ago
14f26b0
Fix incoming migration
by Juan Quintela
· 15 years ago
b04c413
net: use qemu_send_packet_raw() in qemu_announce_self()
by Gleb Natapov
· 15 years ago
1abb817
net: remove unused includes of if_tun.h and if_tap.h
by Mark McLoughlin
· 15 years ago
76507c7
vmstate: Add VMSTATE_BUFFER_UNUSED
by Juan Quintela
· 15 years ago
bdb4941
vmstate: add VMS_VARRAY_UINT16_UNSAFE (varrays with uint16 indexes)
by Juan Quintela
· 15 years ago
d669828
vmstate: Rename VMS_VARRAY to VMS_VARRAY_INT32
by Juan Quintela
· 15 years ago
dc3b83a
vmstate: add VMSTATE_UINT16_EQUAL[_V]
by Juan Quintela
· 15 years ago
aa1cce6
vnmstate: fix name for uint8_equal
by Juan Quintela
· 15 years ago
18995b9
Send a RARP packet after migration.
by Nolan
· 15 years ago
5610c3a
net: use qtailq for vlan and client lists
by Mark McLoughlin
· 15 years ago
f11f6a5
vmstate: Add suppot for field_exist() test
by Juan Quintela
· 15 years ago
19df438
vmstate: add support for arrays of pointers
by Juan Quintela
· 15 years ago
e59fb37
vmstate: add version_id argument to post_load
by Juan Quintela
· 15 years ago
84e2e3e
vmstate: remove const for put operations
by Juan Quintela
· 15 years ago
72cf2d4
Fix sys-queue.h conflict for good
by Blue Swirl
· 16 years ago
15cc923
Include sys-queue.h early to override system queue definitions on BSD
by Blue Swirl
· 16 years ago
80cd83e
vmstate: add support for uint8_t equal
by Juan Quintela
· 16 years ago
8fb0791
vmstate: Add pre/post_save() hooks
by Juan Quintela
· 16 years ago
fd4d52d
vmstate: Add pre_load() hook
by Juan Quintela
· 16 years ago
752ff2f
vmstate: rename run_after_load() -> post_load()
by Juan Quintela
· 16 years ago
1eb7538
vmstate: add sensible arguments to vmstate_unregister()
by Juan Quintela
· 16 years ago
bbfe140
Remove SaveVM v2 support
by Juan Quintela
· 16 years ago
f4dbb8d
savevm: Convert loadvm handlers list to LIST
by Juan Quintela
· 16 years ago
8718e99
savevm: Convert savevm handlers list to TAILQ
by Juan Quintela
· 16 years ago
d54908a
monitor: Port handler_1 to use QDict
by Luiz Capitulino
· 16 years ago
fa3aad2
VMState: Fix sub-structs versioning
by Juan Quintela
· 16 years ago
cff09e9
Add VMState support to run a function after load
by Juan Quintela
· 16 years ago
0a031e0
Add VMState support for int32_t check value
by Juan Quintela
· 16 years ago
6f67c50
Add VMState support for static sized buffers (uint_8)
by Juan Quintela
· 16 years ago
b00319a
Add VMState support for variable sized arrays
by Juan Quintela
· 16 years ago
8250166
Add VMState support for int32_t check value
by Juan Quintela
· 16 years ago
ec245e2
Add VMState support for structs
by Juan Quintela
· 16 years ago
f752a6a
Add VMState support for arrays
by Juan Quintela
· 16 years ago
dde0463
Add VMState support for pointers
by Juan Quintela
· 16 years ago
9ed7d6a
New VMstate save/load infrastructure
by Juan Quintela
· 16 years ago
4082be4
Add vmstate_load() and vmstate_save() functions
by Juan Quintela
· 16 years ago
b5a22e4
Use return value from load_state() call back
by Juan Quintela
· 16 years ago
05f2401
make load_vmstate() return errors
by Juan Quintela
· 16 years ago
c8d41b2
move do_loadvm() to monitor.c
by Juan Quintela
· 16 years ago
7b63034
split do_loadvm() into do_loadvm() and load_vmstate()
by Juan Quintela
· 16 years ago
5ac1fad
add file descriptor migration
by Paolo Bonzini
· 16 years ago
7f79dd2
unify popen/fopen qemu wrappers
by Paolo Bonzini
· 16 years ago
71e72a1
rename HOST_BSD to CONFIG_BSD
by Juan Quintela
· 16 years ago
751c6a1
kill drives_table
by Gerd Hoffmann
· 16 years ago
0bb05ea
fix segfault in setting migration speed
by Glauber Costa
· 16 years ago
45566e9
replace bdrv_{get, put}_buffer with bdrv_{load, save}_vmstate
by Christoph Hellwig
· 16 years ago
8a67ec4
exec-migration: handle EINTR in popen_get_buffer()
by Uri Lublin
· 16 years ago
c5b76b3
Fix mingw32 build warnings
by Blue Swirl
· 16 years ago
e3f5ec2
net: pass VLANClientState* as first arg to receive handlers
by Mark McLoughlin
· 16 years ago
cda9046
net: re-name vc->fd_read() to vc->receive()
by Mark McLoughlin
· 16 years ago
8a43b1e
Allow monitor interaction when using migrate -exec
by Chris Lalancette
· 16 years ago
1962953
introduce set_rate_limit function for QEMUFile
by Glauber Costa
· 16 years ago
ed8b330
Don't send all gratuitous packets at once.
by Gleb Natapov
· 16 years ago
976305b
Minimal ethernet frame length is 64 bytes.
by Gleb Natapov
· 16 years ago
d02f709
Make sure not to fall through on error in loadvm
by Anthony Liguori
· 16 years ago
41bd13a
Add unregister_savevm() (Mark McLoughlin)
by aliguori
· 16 years ago
4dabe24
create qemu_file_set_error (Glauber Costa)
by aliguori
· 16 years ago
178e08a
Fix savevm after BDRV_FILE size enforcement
by aliguori
· 16 years ago
3450df3
make qemu_announce_self handle non contiguous net tables (Marcelo Tosatti)
by aliguori
· 16 years ago
49dc768
Fix windows build and clean up use of <windows.h>
by aliguori
· 16 years ago
179a2c1
Rename _BSD to HOST_BSD so that it's more obvious that it's defined by configure
by blueswir1
· 16 years ago
c5e9723
Support for DragonFly BSD (Hasso Tepper)
by blueswir1
· 16 years ago
d40cdb1
Fix BSD breakage from r6736
by blueswir1
· 16 years ago
511d2b1
Sparse fixes: NULL use, header order, ANSI prototypes, static
by blueswir1
· 16 years ago
376253e
monitor: Rework API (Jan Kiszka)
by aliguori
· 16 years ago
1eec614
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
by aliguori
· 16 years ago
2d22b18
Fix handling of disk-only snapshots (Kevin Wolf)
by aliguori
· 16 years ago
a672b46
Split savevm code into savevm.c
by aliguori
· 16 years ago