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
/
migration
/
savevm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-06
migration: incoming postcopy advise sanity checks
Greg Kurz
1
-3
/
+18
2018-02-06
migration: Don't leak IO channels
Ross Lagerwall
1
-0
/
+2
2018-02-06
migration/savevm.c: set MAX_VM_CMD_PACKAGED_SIZE to 1ul << 32
Daniel Henrique Barboza
1
-1
/
+1
2017-11-21
migration, xen: Fix block image lock issue on live migration
Anthony PERARD
1
-1
/
+22
2017-11-21
block: Add errp to bdrv_all_goto_snapshot()
Kevin Wolf
1
-3
/
+3
2017-09-27
migration: Route errors up through vmstate_save
Dr. David Alan Gilbert
1
-5
/
+14
2017-09-27
migration: pre_save return int
Dr. David Alan Gilbert
1
-1
/
+3
2017-09-22
migration: pass MigrationIncomingState* into migration check functions
Alexey Perevalov
1
-1
/
+1
2017-09-22
migration: split common postcopy out of ram postcopy
Vladimir Sementsov-Ogievskiy
1
-9
/
+39
2017-09-22
migration: add has_postcopy savevm handler
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2017-09-06
migration: Report when bdrv_inactivate_all fails
Dr. David Alan Gilbert
1
-0
/
+2
2017-07-10
migration: Create load_setup()/cleanup() methods
Juan Quintela
1
-1
/
+44
2017-07-10
migration: Rename cleanup() to save_cleanup()
Juan Quintela
1
-2
/
+2
2017-07-10
migration: Rename save_live_setup() to save_setup()
Juan Quintela
1
-6
/
+6
2017-06-28
migration: merge enforce_config_section somewhat
Peter Xu
1
-10
/
+2
2017-06-28
migration: move skip_section_footers
Peter Xu
1
-9
/
+2
2017-06-28
migration: move skip_configuration out
Peter Xu
1
-11
/
+4
2017-06-28
migration: move only_migratable to MigrationState
Peter Xu
1
-1
/
+1
2017-06-26
migration: hold AioContext lock for loadvm qemu_fclose()
Stefan Hajnoczi
1
-1
/
+1
2017-06-26
migration: use bdrv_drain_all_begin/end() instead bdrv_drain_all()
Stefan Hajnoczi
1
-3
/
+15
2017-06-26
migration: avoid recursive AioContext locking in save_vmstate()
Stefan Hajnoczi
1
-1
/
+11
2017-06-19
migration: Fix race of image locking between src and dst
Fam Zheng
1
-4
/
+15
2017-06-14
migration: Remove unneeded includes
Juan Quintela
1
-6
/
+0
2017-06-13
migration: Move migration.h to migration/
Juan Quintela
1
-1
/
+1
2017-06-13
migration: create global_state.c
Juan Quintela
1
-0
/
+1
2017-06-13
migration: Split registration functions from vmstate.h
Juan Quintela
1
-0
/
+1
2017-06-13
migration: Move self_announce_delay() to misc.h
Juan Quintela
1
-0
/
+1
2017-06-07
qemu/migration: fix the double free problem on from_src_file
QingFeng Hao
1
-1
/
+0
2017-06-06
migration: Mark CPU states dirty before incoming migration/loadvm
David Gibson
1
-0
/
+2
2017-06-06
migration: remove register_savevm()
Laurent Vivier
1
-16
/
+0
2017-06-01
migration: Export ram.c functions in its own file
Juan Quintela
1
-0
/
+1
2017-06-01
migration: Create include for migration snapshots
Juan Quintela
1
-2
/
+3
2017-06-01
migration: Split qemu-file.h
Juan Quintela
1
-0
/
+1
2017-06-01
migration: Remove section_id parameter from vmstate_load
Juan Quintela
1
-5
/
+5
2017-06-01
migration: loadvm handlers are not used
Juan Quintela
1
-26
/
+0
2017-06-01
migration: Use savevm_handlers instead of loadvm copy
Juan Quintela
1
-13
/
+19
2017-05-31
migration: Create savevm.h for functions exported from savevm.c
Juan Quintela
1
-4
/
+25
2017-05-30
Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-23' into staging
Stefan Hajnoczi
1
-1
/
+1
2017-05-23
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
1
-1
/
+1
2017-05-18
migration: Make savevm.c target independent
Juan Quintela
1
-7
/
+7
2017-05-18
exec: Create include for target_page_size()
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Export qemu-file-channel.c functions in its own file
Juan Quintela
1
-0
/
+1
2017-05-18
migration: Remove old MigrationParams
Juan Quintela
1
-13
/
+3
2017-05-18
migration: Remove use of old MigrationParams
Juan Quintela
1
-2
/
+6
2017-05-17
migration: Move check_migratable() into qdev.c
Juan Quintela
1
-0
/
+10
2017-05-17
migration: Pass Error ** argument to {save,load}_vmstate
Juan Quintela
1
-26
/
+25
2017-05-11
block: New BdrvChildRole.activate() for blk_resume_after_migration()
Kevin Wolf
1
-3
/
+0
2017-05-11
migration: Unify block node activation error handling
Kevin Wolf
1
-7
/
+5
2017-05-05
Merge remote-tracking branch 'quintela/tags/migration/20170504' into staging
Stefan Hajnoczi
1
-175
/
+10
[next]