Show patches with: Submitter = Yoshiaki Tamura       |    State = Action Required       |    Archived = No       |   396 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/6] qemu-kvm: Introduce bit-based phys_ram_dirty for VGA, CODE and MIGRATION. - - - - --- 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
[3/6] qemu-kvm: Replace direct phys_ram_dirty access with wrapper functions. - - - - --- 2010-03-16 Yoshiaki Tamura New
[4/6] qemu-kvm: Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 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
[6/6] qemu-kvm: Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-03-16 Yoshiaki Tamura New
[1/2] qemu-kvm: Introduce wrapper functions to access phys_ram_dirty. - - - - --- 2010-03-17 Yoshiaki Tamura New
[2/2] qemu-kvm: Replace direct phys_ram_dirty access with wrapper functions. - - - - --- 2010-03-17 Yoshiaki Tamura New
[1/2] Introduce wrapper functions to access phys_ram_dirty. - - - - --- 2010-03-23 Yoshiaki Tamura New
[2/2] Replace direct phys_ram_dirty access with wrapper functions. - - - - --- 2010-03-23 Yoshiaki Tamura New
vnc: don't forget to call check_pointer_type_change in pointer_event() and set_encodings(). - - - - --- 2010-04-02 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
[v2,2/6] Introduce bit-based phys_ram_dirty for VGA, CODE, MIGRATION and MASTER. - - - - --- 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,4/6] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 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,6/6] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-04-06 Yoshiaki Tamura New
[v3,1/6] Modify DIRTY_FLAG value and DIRTY_IDX introduce to use as indexes of bit-based phys_ram_di… - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,2/6] Introduce bit-based phys_ram_dirty for VGA, CODE, MIGRATION and MASTER. - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,3/6] Modifies wrapper functions for byte-based phys_ram_dirty bitmap to bit-based phys_ram_dirt… - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,4/6] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,5/6] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-04-19 Yoshiaki Tamura New
[v3,6/6] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-04-19 Yoshiaki Tamura New
[v4,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_di… - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,2/4] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,3/4] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-04-20 Yoshiaki Tamura New
[v4,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-04-20 Yoshiaki Tamura New
[RFC,00/20] Kemari for KVM v0.1 - - - - --- 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,02/20] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 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,04/20] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer… - - - - --- 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,06/20] Introduce iovec util functions, qemu_iovec_to_vector() and qemu_iovec_to_size(). - - - - --- 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,08/20] Introduce RAMSaveIO and use cpu_physical_memory_get_dirty_range() to check multiple dir… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,09/20] Introduce writev and read to FdMigrationState. - - - - --- 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,11/20] Introduce some socket util functions. - - - - --- 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,13/20] Introduce util functions to control ft_transaction from savevm layer. - - - - --- 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,15/20] Introduce FT mode support to configure. - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,16/20] Introduce event_tap fucntions and ft_tranx_ready(). - - - - --- 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,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,19/20] Insert do_event_tap() to virtio-{blk, net}, comment out assert() on cpu_single_env temp… - - - - --- 2010-04-21 Yoshiaki Tamura New
[RFC,20/20] Introduce -k option to enable FT migration mode (Kemari). - - - - --- 2010-04-21 Yoshiaki Tamura New
[v5,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys_ram_di… - - - - --- 2010-05-04 Yoshiaki Tamura New
[v5,2/4] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-05-04 Yoshiaki Tamura New
[v5,3/4] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-05-04 Yoshiaki Tamura New
[v5,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-05-04 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,02/23] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 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,04/23] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 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,06/23] Introduce read() to FdMigrationState. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,07/23] Introduce skip_header parameter to qemu_loadvm_state(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,08/23] Introduce some socket util functions. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,09/23] Introduce fault tolerant VM transaction QEMUFile and ft_mode. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,10/23] Introduce util functions to control ft_transaction from savevm layer. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,11/23] Introduce qemu_savevm_state_all(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,12/23] Insent event-tap callbacks to net/block layer. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,13/23] Introduce event-tap. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,14/23] Call init handler of event-tap at main(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,15/23] Insert event_tap_ioport() to ioport_write(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,16/23] Insert event_tap_mmio() to cpu_physical_memory_rw(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,17/23] Skip assert() when event_tap_state weren't EVENT_TAP_OFF. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,18/23] Call event_tap_replay() at vm_start(). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,19/23] Introduce ft_tranx_ready(), and modify migrate_fd_put_ready() when ft_mode is on. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,20/23] Modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close f… - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,21/23] virtio-blk: Modify save/load handler to handle inuse varialble. - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,22/23] Introduce -k option to enable FT migration mode (Kemari). - - - - --- 2010-05-25 Yoshiaki Tamura New
[RFC,23/23] Add a parser to accept FT migration incoming mode. - - - - --- 2010-05-25 Yoshiaki Tamura New
[1/4] qemu-thread: add qemu_thread_join(). - - - - --- 2010-06-01 Yoshiaki Tamura New
[2/4] migration-tcp: threaded tcp incoming migration. - - - - --- 2010-06-01 Yoshiaki Tamura New
[3/4] arch_init: calculate transferred bytes at ram_load(). - - - - --- 2010-06-01 Yoshiaki Tamura New
[4/4] migration: add support to print migration info on incoming side. - - - - --- 2010-06-01 Yoshiaki Tamura New
[1/4] savevm: refactor qemu_loadvm_state(). - - - - --- 2010-06-03 Yoshiaki Tamura New
[2/4] migration-tcp: add support for asynchronous incoming migration. - - - - --- 2010-06-03 Yoshiaki Tamura New
[3/4] arch_init: calculate transferred bytes at ram_load(). - - - - --- 2010-06-03 Yoshiaki Tamura New
[4/4] migration: add support to print migration info on incoming side. - - - - --- 2010-06-03 Yoshiaki Tamura New
[Bug,589315,NEW] qemu: Improve error reporting when migration can't connect - - - - --- 2010-06-03 Yoshiaki Tamura New
[v5,RESEND,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based phys… - - - - --- 2010-06-07 Yoshiaki Tamura New
[v5,RESEND,2/4] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-06-07 Yoshiaki Tamura New
[v5,RESEND,3/4] Use cpu_physical_memory_set_dirty_range() to update phys_ram_dirty. - - - - --- 2010-06-07 Yoshiaki Tamura New
[v5,RESEND,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-06-07 Yoshiaki Tamura New
migration: use qemu_free() instead of free(). - - - - --- 2010-06-09 Yoshiaki Tamura New
migration-tcp: call migrate_fd_error() instead of close() and free(). - - - - --- 2010-06-09 Yoshiaki Tamura New
[v6,1/4] Modify DIRTY_FLAG value and introduce DIRTY_IDX to use as indexes of bit-based dirty bitma… - - - - --- 2010-06-16 Yoshiaki Tamura New
[v6,2/4] Introduce cpu_physical_memory_get_dirty_range(). - - - - --- 2010-06-16 Yoshiaki Tamura New
[v6,3/4] Use cpu_physical_memory_set_dirty_range() to update dirty bitmap. - - - - --- 2010-06-16 Yoshiaki Tamura New
[v6,4/4] Use cpu_physical_memory_get_dirty_range() to check multiple dirty pages. - - - - --- 2010-06-16 Yoshiaki Tamura New
net: delete QemuOpts when net_client_init() fails. - - - - --- 2010-06-21 Yoshiaki Tamura New
virtio-blk: fix the list operation in virtio_blk_load(). - - - - --- 2010-06-21 Yoshiaki Tamura New
block migraton: check sectors before shift operation. - - - - --- 2010-07-19 Yoshiaki Tamura New
block migration: propagate return value when bdrv_write() returns < 0 - - - - --- 2010-07-20 Yoshiaki Tamura New
block migration: replace tabs by spaces. - - - - --- 2010-07-26 Yoshiaki Tamura New
[1/2] arch_init: replace tabs by spaces. - - - - --- 2010-08-18 Yoshiaki Tamura New
« 1 2 3 4 »