index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
migration
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
3
-2
/
+3
2018-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2
-0
/
+2
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
1
-1
/
+0
2018-02-08
pci/bus: let it has higher migration priority
Peter Xu
1
-0
/
+1
2018-01-25
vmstate: Add VMSTATE_UINT64_SUB_ARRAY
Richard Henderson
1
-3
/
+6
2018-01-15
migration: finalize current_migration object
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2017-09-27
migration: check pre_save return in vmstate_save_state
Dr. David Alan Gilbert
1
-2
/
+2
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+1
2017-09-22
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2017-07-18
migration: remove check against colo support
Peter Xu
1
-1
/
+0
2017-07-10
migration: Create load_setup()/cleanup() methods
Juan Quintela
1
-0
/
+2
2017-07-10
migration: Rename cleanup() to save_cleanup()
Juan Quintela
1
-1
/
+1
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
1
-1
/
+1
2017-07-10
migration: fix handling for --only-migratable
Peter Xu
1
-1
/
+0
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-16
/
+35
2017-06-28
migration: hmp: dump globals
Peter Xu
1
-0
/
+1
2017-06-28
migration: move skip_section_footers
Peter Xu
1
-1
/
+0
2017-06-28
migration: move skip_configuration out
Peter Xu
1
-1
/
+0
2017-06-28
migration: move only_migratable to MigrationState
Peter Xu
1
-0
/
+2
2017-06-28
migration: move global_state.optional out
Peter Xu
1
-1
/
+0
2017-06-28
migration: let MigrationState be a qdev
Peter Xu
1
-0
/
+1
2017-06-14
migration: Remove unneeded includes
Juan Quintela
2
-3
/
+2
2017-06-14
migration: Fix compilation with older compilers
Juan Quintela
2
-4
/
+0
2017-06-13
hw/intc/arm_gicv3_its: Allow save/restore
Eric Auger
1
-0
/
+2
2017-06-13
migration: Move migration.h to migration/
Juan Quintela
1
-164
/
+0
2017-06-13
migration: Move remaining exported functions to migration/misc.h
Juan Quintela
2
-14
/
+13
2017-06-13
migration: create global_state.c
Juan Quintela
2
-4
/
+25
2017-06-13
migration: ram_control_* are implemented in qemu_file
Juan Quintela
1
-18
/
+0
2017-06-13
migration: Commands are only used inside migration.c
Juan Quintela
1
-15
/
+0
2017-06-13
migration: Move constants to savevm.h
Juan Quintela
1
-15
/
+0
2017-06-13
migration: Move dump_vmsate_json_to_file() to misc.h
Juan Quintela
2
-2
/
+4
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
2
-38
/
+56
2017-06-13
migration: Move self_announce_delay() to misc.h
Juan Quintela
2
-10
/
+10
2017-06-06
migration: remove register_savevm()
Laurent Vivier
1
-8
/
+0
2017-06-01
migration: Move include/migration/block.h into migration/
Juan Quintela
2
-47
/
+8
2017-06-01
migration: Export ram.c functions in its own file
Juan Quintela
2
-38
/
+21
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
1
-0
/
+21
2017-06-01
migration: Export rdma.c functions in its own file
Juan Quintela
1
-4
/
+0
2017-06-01
migration: Export tls.c functions in its own file
Juan Quintela
1
-10
/
+0
2017-06-01
migration: Export socket.c functions in its own file
Juan Quintela
1
-8
/
+0
2017-06-01
migration: Export fd.c functions in its own file
Juan Quintela
1
-4
/
+0
2017-06-01
migration: Export exec.c functions in its own file
Juan Quintela
1
-4
/
+0
2017-06-01
migration: Split qemu-file.h
Juan Quintela
2
-309
/
+164
2017-06-01
migration: loadvm handlers are not used
Juan Quintela
2
-7
/
+0
2017-05-18
migration: Remove vmstate.h from migration.h
Juan Quintela
1
-1
/
+0
2017-05-18
migration: Remove qemu-file.h from vmstate.h
Juan Quintela
1
-3
/
+0
2017-05-18
migration: Move qjson.h to migration/
Juan Quintela
1
-29
/
+0
2017-05-18
migration: Remove migration.h from colo.h
Juan Quintela
1
-1
/
+0
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
2
-4
/
+1
[next]