index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
migration
/
savevm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-23
shutdown: Prepare for use of an enum in reset/shutdown_request
Eric Blake
1
-1
/
+1
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
2017-05-04
migration: Move postcopy-ram.h to migration/
Juan Quintela
1
-1
/
+1
2017-05-04
monitor: Move hmp_info_snapshots from savevm.c to hmp.c
Juan Quintela
1
-147
/
+0
2017-05-04
monitor: Move hmp_delvm from savevm.c to hmp.c
Juan Quintela
1
-13
/
+0
2017-05-04
monitor: Move hmp_savevm from savevm.c to hmp.c
Juan Quintela
1
-5
/
+0
2017-05-04
monitor: Remove monitor parameter from save_vmstate
Juan Quintela
1
-10
/
+10
2017-04-27
migration: Call blk_resume_after_migration() for postcopy
Kevin Wolf
1
-0
/
+8
2017-04-21
migration: rename max_size to threshold_size
Peter Xu
1
-2
/
+2
2017-04-21
ram: ram_discard_range() don't use the mis parameter
Juan Quintela
1
-2
/
+1
2017-04-21
ram: Rename qemu_target_page_bits() to qemu_target_page_size()
Juan Quintela
1
-4
/
+4
2017-04-21
migration: Remove MigrationState from migration_in_postcopy
Juan Quintela
1
-2
/
+2
2017-02-28
postcopy: Transmit ram size summary word
Dr. David Alan Gilbert
1
-11
/
+21
2017-02-28
migration: fix use-after-free of to_dst_file
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2017-02-28
migration: fix id leak regression
Marc-André Lureau
1
-0
/
+1
2017-02-13
migration: consolidate VMStateField.start
Halil Pasic
1
-1
/
+1
2017-02-06
Postcopy: Reset state to avoid cleanup assert
Dr. David Alan Gilbert
1
-0
/
+1
2017-02-06
migration: Check for ID length
Dr. David Alan Gilbert
1
-5
/
+16
2017-02-06
vmstate_register_with_alias_id: Take an Error **
Dr. David Alan Gilbert
1
-1
/
+2
2017-02-06
migration: create Migration Incoming State at init time
Juan Quintela
1
-2
/
+2
2017-01-27
savevm: add public save_vmstate function
Pavel Dovgalyuk
1
-11
/
+22
2017-01-24
migration: extend VMStateInfo
Jianjun Duan
1
-2
/
+5
2017-01-10
migration: allow to prioritize save state entries
Peter Xu
1
-4
/
+30
2016-10-28
Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2016-10-27-1' in...
Peter Maydell
1
-0
/
+3
2016-10-27
migration: set name for all I/O channels created
Daniel P. Berrange
1
-0
/
+3
2016-10-24
migration/savevm.c: migrate non-default page size
Peter Maydell
1
-0
/
+49
2016-10-13
migration: Make failed migration load set file error
Dr. David Alan Gilbert
1
-7
/
+12
2016-07-13
hmp: show all of snapshot info on every block dev in output of 'info snapshots'
Lin Ma
1
-7
/
+90
2016-07-13
hmp: use snapshot name to determine whether a snapshot is 'fully available'
Lin Ma
1
-1
/
+5
2016-06-17
migration: fix inability to save VM after snapshot
Denis V. Lunev
1
-1
/
+11
2016-06-17
migration: Don't use *_to_cpup() and cpu_to_*w()
Peter Maydell
1
-2
/
+2
2016-06-13
Introduce "xen-load-devices-state"
Wen Congyang
1
-0
/
+37
2016-05-26
migration: remove support for non-iovec based write handlers
Daniel P. Berrange
1
-8
/
+0
2016-05-26
migration: convert savevm to use QIOChannel for writing to files
Daniel P. Berrange
1
-3
/
+5
2016-05-26
migration: convert post-copy to use QIOChannelBuffer
Daniel P. Berrange
1
-31
/
+16
2016-05-24
Merge remote-tracking branch 'remotes/amit-migration/tags/migration-2.7-1' in...
Peter Maydell
1
-2
/
+2
2016-05-23
savevm: fail if migration blockers are present
Greg Kurz
1
-1
/
+1
2016-05-23
memory: drop find_ram_block()
Gonglei
1
-2
/
+2
2016-05-23
migration/qjson: Drop gratuitous use of QOM
Markus Armbruster
1
-1
/
+1
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-2
/
+1
2016-03-11
postcopy: listen thread is never joined
Dr. David Alan Gilbert
1
-1
/
+1
2016-03-11
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
Denis V. Lunev
1
-4
/
+12
2016-02-28
migration: allow machine to enforce configuration section migration
Greg Kurz
1
-2
/
+8
2016-02-26
migration (postcopy): move bdrv_invalidate_cache_all of of coroutine context
Denis V. Lunev
1
-10
/
+19
2016-02-26
migration: reorder code to make it symmetric
Wei Yang
1
-3
/
+2
[next]