index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block-migration.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-16
Start migrating migration code into a migration directory
Dr. David Alan Gilbert
1
-892
/
+0
2014-12-12
block migration: fix return value
Gary R Hook
1
-1
/
+9
2014-10-20
block: Rename BlockDriverAIOCB* to BlockAIOCB*
Markus Armbruster
1
-1
/
+1
2014-10-20
block: Eliminate BlockDriverState member device_name[]
Markus Armbruster
1
-5
/
+7
2014-10-20
block: Eliminate bdrv_iterate(), use bdrv_next()
Markus Armbruster
1
-15
/
+15
2014-08-20
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-3
/
+3
2014-08-15
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
1
-5
/
+4
2014-07-18
migration: Add missing 'static' attribute
Stefan Weil
1
-1
/
+1
2014-06-04
block: fix wrong order in live block migration setup
chai wen
1
-2
/
+1
2014-05-28
block: Replace in_use with operation blocker
Fam Zheng
1
-2
/
+5
2014-04-22
block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmap
Fam Zheng
1
-4
/
+26
2013-11-29
block: per caller dirty bitmap
Fam Zheng
1
-6
/
+16
2013-11-28
block: introduce BDRV_REQ_MAY_UNMAP request flag
Peter Lieven
1
-1
/
+2
2013-11-28
block: add flags to bdrv_*_write_zeroes
Peter Lieven
1
-1
/
+1
2013-09-06
migration: omit drive ref as we have bdrv_ref now
Fam Zheng
1
-2
/
+2
2013-07-19
block-migration: efficiently encode zero blocks
Peter Lieven
1
-6
/
+26
2013-03-11
migration: run setup callbacks out of big lock
Paolo Bonzini
1
-0
/
+2
2013-03-11
migration: run pending/iterate callbacks out of big lock
Paolo Bonzini
1
-2
/
+35
2013-03-11
block-migration: add lock
Paolo Bonzini
1
-3
/
+51
2013-03-11
block-migration: document usage of state across threads
Paolo Bonzini
1
-5
/
+18
2013-03-11
block-migration: small preparatory changes for locking
Paolo Bonzini
1
-11
/
+15
2013-03-11
block-migration: remove variables that are never read
Paolo Bonzini
1
-13
/
+0
2013-03-11
block-migration: remove useless calls to blk_mig_cleanup
Paolo Bonzini
1
-18
/
+8
2013-02-12
block-migration: fix pending() and iterate() return values
Stefan Hajnoczi
1
-9
/
+13
2013-02-11
block-migration: fix block_save_iterate() return value
Stefan Hajnoczi
1
-1
/
+6
2013-02-11
block-migration: fix blk_mig_save_dirty_block() return value checking
Stefan Hajnoczi
1
-2
/
+2
2013-02-11
block-migration: improve "Unknown flags" error message
Stefan Hajnoczi
1
-1
/
+1
2013-01-25
block: allow customizing the granularity of the dirty bitmap
Paolo Bonzini
1
-2
/
+3
2013-01-25
block: return count of dirty sectors, not chunks
Paolo Bonzini
1
-1
/
+1
2012-12-20
savevm: New save live migration method: pending
Juan Quintela
1
-39
/
+10
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
migration: move include files to include/migration/
Paolo Bonzini
1
-2
/
+2
2012-12-19
block: move include files to include/block/
Paolo Bonzini
1
-1
/
+1
2012-10-17
block-migration: handle errors with the return codes correctly
Juan Quintela
1
-12
/
+14
2012-10-17
block-migration: Switch meaning of return value
Juan Quintela
1
-5
/
+9
2012-10-17
block-migration: make flush_blks() return errors
Juan Quintela
1
-14
/
+8
2012-09-28
block-migration: Flush requests in blk_mig_cleanup
Kevin Wolf
1
-0
/
+2
2012-07-20
savevm: split save_live into stage2 and stage3
Juan Quintela
1
-39
/
+60
2012-07-20
savevm: split save_live_setup from save_live_state
Juan Quintela
1
-7
/
+28
2012-07-20
savevm: introduce is_active method
Juan Quintela
1
-7
/
+6
2012-07-20
savevm: Refactor cancel operation in its own operation
Juan Quintela
1
-4
/
+6
2012-07-20
savevm: Live migration handlers register the struct directly
Juan Quintela
1
-2
/
+8
2012-06-29
Add MigrationParams structure
Isaku Yamahata
1
-4
/
+4
2012-03-15
Purge migration of (almost) everything to do with monitors
Luiz Capitulino
1
-33
/
+25
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
1
-0
/
+2
2011-12-15
block: bdrv_aio_* do not return NULL
Paolo Bonzini
1
-13
/
+0
2011-12-05
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
1
-1
/
+1
2011-11-17
Fix some spelling bugs in documentation and comments
Stefan Weil
1
-1
/
+1
2011-10-20
migration: make *save_live return errors
Juan Quintela
1
-6
/
+11
[next]