Sign in
qemu
/
qemu
/
19b7868eff865c01985a5d37f1c9c0c8691b0001
/
include
/
migration
4746dbf
migration: Support QLIST migration
by Eric Auger
· 5 years ago
93062e2
migration: Change SaveStateEntry.instance_id into uint32_t
by Peter Xu
· 5 years ago
1df2c9a
migration: Define VMSTATE_INSTANCE_ID_ANY
by Peter Xu
· 5 years ago
3cad405
vmstate: replace DeviceState with VMStateIf
by Marc-André Lureau
· 5 years ago
107b596
vmstate: add qom interface to get id
by Marc-André Lureau
· 5 years ago
c7e0acd
migration: add new migration state wait-unplug
by Jens Freimann
· 5 years ago
9a85e4b
migration: Support gtree migration
by Eric Auger
· 5 years ago
8f8d528
migration: use migration_is_active to represent active state
by Wei Yang
· 6 years ago
ce62df5
migration: register_savevm_live doesn't need dev
by Dr. David Alan Gilbert
· 6 years ago
95a9457
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2' into staging
by Peter Maydell
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
8a9358c
migration: Move the VMStateDescription typedef to typedefs.h
by Markus Armbruster
· 6 years ago
6a0acff
Clean up inclusion of exec/cpu-common.h
by Markus Armbruster
· 6 years ago
ca77ee2
Include migration/qemu-file-types.h a lot less
by Markus Armbruster
· 6 years ago
2ae16a6
Include generated QAPI headers less
by Markus Armbruster
· 6 years ago
ec150c7
include: Make headers more self-contained
by Markus Armbruster
· 6 years ago
3170a64
qemu-file: move qemu_{get,put}_counted_string() declarations
by Marc-André Lureau
· 6 years ago
0c413ba
vmstate.h: Type check VMSTATE_STRUCT_VARRAY macros
by Peter Maydell
· 6 years ago
6cfd763
vmstate: Add support for kernel integer types
by Liran Alon
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
9c16abc
migration/colo.h: Remove obsolete codes
by Zhang Chen
· 6 years ago
c0913d1
migration/colo.c: Remove redundant input parameter
by Zhang Chen
· 6 years ago
772c621
migration: comment VMSTATE_UNUSED*() properly
by Peter Xu
· 6 years ago
58ea30f
Clean up header guards that don't match their file name
by Markus Armbruster
· 6 years ago
d890344
slirp: use libslirp migration code
by Marc-André Lureau
· 6 years ago
6eeb63f
migration/ram.c: add the free page optimization enable flag
by Wei Wang
· 6 years ago
bd22706
migration/ram.c: add a notifier chain for precopy
by Wei Wang
· 6 years ago
6bcb05f
migration: API to clear bits of guest free pages from the dirty bitmap
by Wei Wang
· 6 years ago
892ae71
migration: Cleanup during exit
by Dr. David Alan Gilbert
· 6 years ago
7659505
migration: Switch to using announce timer
by Dr. David Alan Gilbert
· 6 years ago
ee3d96b
migration: Add announce parameters
by Dr. David Alan Gilbert
· 6 years ago
8e995f3
migration: Add a VMSTATE_BOOL_TEST() macro
by Corey Minyard
· 6 years ago
de22ded
vmstate: constify SaveVMHandlers
by Marc-André Lureau
· 6 years ago
8c07559
migration: Add post_save function to VMStateDescription
by Aaron Lindsay
· 6 years ago
03fee66
vmstate: constify VMStateField
by Marc-André Lureau
· 6 years ago
aad555c
COLO: Remove colo_state migration struct
by Zhang Chen
· 6 years ago
0ffcece
colo-compare: implement the process of checkpoint
by Zhang Chen
· 6 years ago
b77473a
vmstate.h: Provide VMSTATE_UINT16_SUB_ARRAY
by Luc Michel
· 7 years ago
ea134ca
typedefs: add QJSON
by Greg Kurz
· 7 years ago
f67c9b6
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
afd76ff
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 7 years ago
83ee768
migration: drop an unused include
by Michael S. Tsirkin
· 7 years ago
2dc6660
vmstate: Add a VSTRUCT type
by Corey Minyard
· 7 years ago
e0a37e2
vmstate.h: Provide VMSTATE_BOOL_SUB_ARRAY
by Peter Maydell
· 7 years ago
d1b8ead
migration: introduce SaveVMHandlers.resume_prepare
by Peter Xu
· 7 years ago
b35ebdf
migration: add postcopy migration of dirty bitmaps
by Vladimir Sementsov-Ogievskiy
· 7 years ago
c865d84
migration: add is_active_iterate handler
by Vladimir Sementsov-Ogievskiy
· 7 years ago
4799502
migration: introduce postcopy-only pending
by Vladimir Sementsov-Ogievskiy
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
b734ed9
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
522ece3
Drop superfluous includes of qapi-types.h and test-qapi-types.h
by Markus Armbruster
· 7 years ago
9d6b9db
pci/bus: let it has higher migration priority
by Peter Xu
· 7 years ago
a006f12
vmstate: Add VMSTATE_UINT64_SUB_ARRAY
by Richard Henderson
· 7 years ago
1f89560
migration: finalize current_migration object
by Vladimir Sementsov-Ogievskiy
· 7 years ago
551dbd0
migration: check pre_save return in vmstate_save_state
by Dr. David Alan Gilbert
· 7 years ago
44b1ff3
migration: pre_save return int
by Dr. David Alan Gilbert
· 7 years ago
c646762
migration: add has_postcopy savevm handler
by Vladimir Sementsov-Ogievskiy
· 8 years ago
fd198f9
migration: remove check against colo support
by Peter Xu
· 8 years ago
acb5ea8
migration: Create load_setup()/cleanup() methods
by Juan Quintela
· 8 years ago
70f794f
migration: Rename cleanup() to save_cleanup()
by Juan Quintela
· 8 years ago
9907e84
migration: Rename save_live_setup() to save_setup()
by Juan Quintela
· 8 years ago
b605c47
migration: fix handling for --only-migratable
by Peter Xu
· 8 years ago
d2164ad
vmstate: error hint for failed equal checks
by Halil Pasic
· 8 years ago
9d18af9
migration: hmp: dump globals
by Peter Xu
· 8 years ago
15c3850
migration: move skip_section_footers
by Peter Xu
· 8 years ago
71dd4c1
migration: move skip_configuration out
by Peter Xu
· 8 years ago
3df663e
migration: move only_migratable to MigrationState
by Peter Xu
· 8 years ago
5272298
migration: move global_state.optional out
by Peter Xu
· 8 years ago
e5cb7e7
migration: let MigrationState be a qdev
by Peter Xu
· 8 years ago
1adc1ce
migration: Remove unneeded includes
by Juan Quintela
· 8 years ago
68a4a2f
migration: Fix compilation with older compilers
by Juan Quintela
· 8 years ago
252a7a6
hw/intc/arm_gicv3_its: Allow save/restore
by Eric Auger
· 8 years ago
6666c96
migration: Move migration.h to migration/
by Juan Quintela
· 8 years ago
c4b63b7
migration: Move remaining exported functions to migration/misc.h
by Juan Quintela
· 8 years ago
84a899d
migration: create global_state.c
by Juan Quintela
· 8 years ago
2ce3bf1
migration: ram_control_* are implemented in qemu_file
by Juan Quintela
· 8 years ago
da6f179
migration: Commands are only used inside migration.c
by Juan Quintela
· 8 years ago
c3d2e2e
migration: Move constants to savevm.h
by Juan Quintela
· 8 years ago
b772274
migration: Move dump_vmsate_json_to_file() to misc.h
by Juan Quintela
· 8 years ago
f2a8f0a
migration: Split registration functions from vmstate.h
by Juan Quintela
· 8 years ago
f8d806c
migration: Move self_announce_delay() to misc.h
by Juan Quintela
· 8 years ago
1b6e748
migration: remove register_savevm()
by Laurent Vivier
· 8 years ago
2c9e6fe
migration: Move include/migration/block.h into migration/
by Juan Quintela
· 8 years ago
7b1e1a2
migration: Export ram.c functions in its own file
by Juan Quintela
· 8 years ago
5e22479
migration: Create include for migration snapshots
by Juan Quintela
· 8 years ago
e1a3ece
migration: Export rdma.c functions in its own file
by Juan Quintela
· 8 years ago
41d6422
migration: Export tls.c functions in its own file
by Juan Quintela
· 8 years ago
61e8b14
migration: Export socket.c functions in its own file
by Juan Quintela
· 8 years ago
7fcac4a
migration: Export fd.c functions in its own file
by Juan Quintela
· 8 years ago
f4dbe1b
migration: Export exec.c functions in its own file
by Juan Quintela
· 8 years ago
08a0aee
migration: Split qemu-file.h
by Juan Quintela
· 8 years ago
c2355ad
migration: loadvm handlers are not used
by Juan Quintela
· 8 years ago
987772d
migration: Remove vmstate.h from migration.h
by Juan Quintela
· 8 years ago
82b9d0f
migration: Remove qemu-file.h from vmstate.h
by Juan Quintela
· 8 years ago
05b98c2
migration: Move qjson.h to migration/
by Juan Quintela
· 8 years ago
c59be01
migration: Remove migration.h from colo.h
by Juan Quintela
· 8 years ago
40014d8
migration: Export qemu-file-channel.c functions in its own file
by Juan Quintela
· 8 years ago
dd4339c
migration: Split migration/channel.c for channel operations
by Juan Quintela
· 8 years ago
Next »