Sign in
qemu
/
qemu
/
a4f9631ceed50ada61cb70248ce34917e3b34c56
/
savevm.c
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
· 15 years ago
15cc923
Include sys-queue.h early to override system queue definitions on BSD
by Blue Swirl
· 15 years ago
80cd83e
vmstate: add support for uint8_t equal
by Juan Quintela
· 15 years ago
8fb0791
vmstate: Add pre/post_save() hooks
by Juan Quintela
· 15 years ago
fd4d52d
vmstate: Add pre_load() hook
by Juan Quintela
· 15 years ago
752ff2f
vmstate: rename run_after_load() -> post_load()
by Juan Quintela
· 15 years ago
1eb7538
vmstate: add sensible arguments to vmstate_unregister()
by Juan Quintela
· 15 years ago
bbfe140
Remove SaveVM v2 support
by Juan Quintela
· 15 years ago
f4dbb8d
savevm: Convert loadvm handlers list to LIST
by Juan Quintela
· 15 years ago
8718e99
savevm: Convert savevm handlers list to TAILQ
by Juan Quintela
· 15 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