Show patches with: Submitter = Yoshiaki Tamura       |    State = Action Required       |   342 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,07/23] Introduce skip_header parameter to qemu_loadvm_state(). - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,06/23] Introduce read() to FdMigrationState. - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,05/23] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer… - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,04/23] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,03/23] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,02/23] Introduce cpu_physical_memory_get_dirty_range(). - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,01/23] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram… - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,20/20] Introduce -k option to enable FT migration mode (Kemari). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,19/20] Insert do_event_tap() to virtio-{blk,net}, comment out assert() on cpu_single_env tempo… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,18/20] Modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close f… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,17/20] Modify migrate_fd_put_ready() when ft_mode is on. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,16/20] Introduce event_tap fucntions and ft_tranx_ready(). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,15/20] Introduce FT mode support to configure. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,14/20] Upgrade QEMU_FILE_VERSION from 3 to 4, and introduce qemu_savevm_state_all(). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,13/20] Introduce util functions to control ft_transaction from savevm layer. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,12/20] Introduce fault tolerant VM transaction QEMUFile and ft_mode. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,11/20] Introduce some socket util functions. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,10/20] Introduce skip_header parameter to qemu_loadvm_state() so that it can be called iterati… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,09/20] Introduce writev and read to FdMigrationState. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,08/20] Introduce RAMSaveIO and use cpu_physical_memory_get_dirty_range() to check multiple dir… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,07/20] Introduce qemu_put_vector() and qemu_put_vector_prepare() to use put_vector() in QEMUFi… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,06/20] Introduce iovec util functions, qemu_iovec_to_vector() and qemu_iovec_to_size(). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,05/20] Introduce put_vector() and get_vector to QEMUFile and qemu_fopen_ops(). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,03/20] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,02/20] Introduce cpu_physical_memory_get_dirty_range(). - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,01/20] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram… - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,00/20] Kemari for KVM v0.1 - - - --- 2010-04-21 Yoshiaki Tamura New
[v2,6/6] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - --- 2010-04-06 Yoshiaki Tamura New
[v2,5/6] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - --- 2010-04-06 Yoshiaki Tamura New
[v2,4/6] Introduce cpu_physical_memory_get_dirty_range(). - - - --- 2010-04-06 Yoshiaki Tamura New
[v2,3/6] Modifies wrapper functions for byte-based phys_ram_dirty bitmap to bit-based phys_ram_dirt… - - - --- 2010-04-06 Yoshiaki Tamura New
[v2,2/6] Introduce bit-based phys_ram_dirty for VGA, CODE, MIGRATION and MASTER. - - - --- 2010-04-06 Yoshiaki Tamura New
[v2,1/6] Modify DIRTY_FLAG value to use as indexes of bit-based phys_ram_dirty. - - - --- 2010-04-06 Yoshiaki Tamura New
[2/2] qemu-kvm: Replace direct phys_ram_dirty access with wrapper functions. - - - --- 2010-03-17 Yoshiaki Tamura New
[1/2] qemu-kvm: Introduce wrapper functions to access phys_ram_dirty. - - - --- 2010-03-17 Yoshiaki Tamura New
[6/6] qemu-kvm: Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - --- 2010-03-16 Yoshiaki Tamura New
[5/6] qemu-kvm: Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - --- 2010-03-16 Yoshiaki Tamura New
[4/6] qemu-kvm: Introduce cpu_physical_memory_get_dirty_range(). - - - --- 2010-03-16 Yoshiaki Tamura New
[3/6] qemu-kvm: Replace direct phys_ram_dirty access with wrapper functions. - - - --- 2010-03-16 Yoshiaki Tamura New
[2/6] qemu-kvm: Modify and introduce wrapper functions to access phys_ram_dirty. - - - --- 2010-03-16 Yoshiaki Tamura New
[1/6] qemu-kvm: Introduce bit-based phys_ram_dirty for VGA, CODE and MIGRATION. - - - --- 2010-03-16 Yoshiaki Tamura New
« 1 2 3 4 »