Show patches with: Submitter = Amit Shah       |    State = Action Required       |   148 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
MAINTAINERS: update my email address - 2 - --- 2017-02-03 Amit Shah New
migration: remove myself as maintainer - 2 - --- 2017-02-03 Amit Shah New
[PULL,4/4] migration: add error_report - 1 - --- 2017-01-05 Amit Shah New
[PULL,3/4] tests/migration: Add test for QTAILQ migration - 1 - --- 2017-01-05 Amit Shah New
[PULL,2/4] migration: migrate QTAILQ - 1 - --- 2017-01-05 Amit Shah New
[PULL,1/4] migration: extend VMStateInfo - 1 - --- 2017-01-05 Amit Shah New
[PULL,18/18] MAINTAINERS: Add maintainer for COLO framework related files - 1 - --- 2016-10-30 Amit Shah New
[PULL,17/18] configure: Support enable/disable COLO feature - 2 - --- 2016-10-30 Amit Shah New
[PULL,16/18] docs: Add documentation for COLO feature - 1 - --- 2016-10-30 Amit Shah New
[PULL,15/18] COLO: Implement failover work for secondary VM - 2 - --- 2016-10-30 Amit Shah New
[PULL,14/18] COLO: Implement the process of failover for primary VM - 2 - --- 2016-10-30 Amit Shah New
[PULL,13/18] COLO: Introduce state to record failover process - 2 - --- 2016-10-30 Amit Shah New
[PULL,12/18] COLO: Add 'x-colo-lost-heartbeat' command to trigger failover - 2 - --- 2016-10-30 Amit Shah New
[PULL,11/18] COLO: Synchronize PVM's state to SVM periodically - 2 - --- 2016-10-30 Amit Shah New
[PULL,10/18] COLO: Add checkpoint-delay parameter for migrate-set-parameters - 3 - --- 2016-10-30 Amit Shah New
[PULL,09/18] COLO: Load VMState into QIOChannelBuffer before restore it - 2 - --- 2016-10-30 Amit Shah New
[PULL,08/18] COLO: Send PVM state to secondary side when do checkpoint - 2 - --- 2016-10-30 Amit Shah New
[PULL,07/18] COLO: Add a new RunState RUN_STATE_COLO - 3 - --- 2016-10-30 Amit Shah New
[PULL,06/18] COLO: Introduce checkpointing protocol - 2 - --- 2016-10-30 Amit Shah New
[PULL,05/18] COLO: Establish a new communicating path for COLO - 2 - --- 2016-10-30 Amit Shah New
[PULL,04/18] migration: Switch to COLO process after finishing loadvm - 2 - --- 2016-10-30 Amit Shah New
[PULL,03/18] migration: Enter into COLO mode after migration if COLO is enabled - 2 - --- 2016-10-30 Amit Shah New
[PULL,02/18] COLO: migrate COLO related info to secondary node - 2 - --- 2016-10-30 Amit Shah New
[PULL,01/18] migration: Introduce capability 'x-colo' to migration - 2 - --- 2016-10-30 Amit Shah New
[PULL,2.7,4/4] migration/socket: fix typo in file header - 1 - --- 2016-08-11 Amit Shah New
[PULL,2.7,3/4] migration: fix live migration failure with compression - 1 - --- 2016-08-11 Amit Shah New
[PULL,2.7,2/4] migration: mmap error check fix - 2 - --- 2016-08-11 Amit Shah New
[PULL,2.7,1/4] migration/ram: fix typo - - - --- 2016-08-11 Amit Shah New
[PULL,2.7,1/1] virtio-console: set frontend open permanently for console devs 1 - - --- 2016-08-11 Amit Shah New
[PULL,7/7] tests: introduce a framework for testing migration performance - - - --- 2016-07-22 Amit Shah New
[PULL,6/7] scripts: ensure monitor socket has SO_REUSEADDR set - - - --- 2016-07-22 Amit Shah New
[PULL,5/7] scripts: set timeout when waiting for qemu monitor connection - - - --- 2016-07-22 Amit Shah New
[PULL,4/7] scripts: refactor the VM class in iotests for reuse - - - --- 2016-07-22 Amit Shah New
[PULL,3/7] scripts: add a 'debug' parameter to QEMUMonitorProtocol - - - --- 2016-07-22 Amit Shah New
[PULL,1/7] migration: set state to post-migrate on failure - 1 - --- 2016-07-22 Amit Shah New
[PULL,13/13] vmstate-static-checker: fix size mismatch detection in unused fields - - - --- 2016-06-17 Amit Shah New
[PULL,12/13] migration: code clean up - - - --- 2016-06-17 Amit Shah New
[PULL,11/13] migration: refine the decompression code - - - --- 2016-06-17 Amit Shah New
[PULL,10/13] migration: refine the compression code - - - --- 2016-06-17 Amit Shah New
[PULL,09/13] migration: protect the quit flag by lock - - - --- 2016-06-17 Amit Shah New
[PULL,08/13] migration: refine ram_save_compressed_page - - - --- 2016-06-17 Amit Shah New
[PULL,07/13] qemu-file: Fix qemu_put_compression_data flaw - - - --- 2016-06-17 Amit Shah New
[PULL,06/13] migration: remove useless code - 2 - --- 2016-06-17 Amit Shah New
[PULL,05/13] migration: Fix a potential issue - - - --- 2016-06-17 Amit Shah New
[PULL,04/13] migration: Fix multi-thread compression bug - 3 1 --- 2016-06-17 Amit Shah New
[PULL,03/13] migration: fix inability to save VM after snapshot - 1 - --- 2016-06-17 Amit Shah New
[PULL,02/13] migration: Trace improvements - - - --- 2016-06-17 Amit Shah New
[PULL,01/13] migration: Don't use *_to_cpup() and cpu_to_*w() - 2 - --- 2016-06-17 Amit Shah New
[1/1] vmstate-static-checker: fix size mismatch detection in unused fields - - - --- 2016-06-17 Amit Shah New
[PULL,8/8] migration: rename functions to starting migrations - 1 - --- 2016-06-16 Amit Shah New
[PULL,7/8] migration: fix typos in qapi-schema from latest migration additions - 1 - --- 2016-06-16 Amit Shah New
[PULL,6/8] Postcopy: Check for support when setting the capability - - - --- 2016-06-16 Amit Shah New
[PULL,5/8] tests: fix libqtest socket timeouts - 1 - --- 2016-06-16 Amit Shah New
[PULL,4/8] test: Postcopy - 1 - --- 2016-06-16 Amit Shah New
[PULL,3/8] Postcopy: Add stats on page requests - 2 - --- 2016-06-16 Amit Shah New
[PULL,2/8] Migration: Split out ram part of qmp_query_migrate - 1 - --- 2016-06-16 Amit Shah New
[PULL,1/8] Postcopy: Avoid 0 length discards - 1 - --- 2016-06-16 Amit Shah New
[PULL,8/8] Postcopy: Check for support when setting the capability - - - --- 2016-06-10 Amit Shah New
[PULL,7/8] tests: fix libqtest socket timeouts - 1 - --- 2016-06-10 Amit Shah New
[PULL,6/8] test: Postcopy - 1 - --- 2016-06-10 Amit Shah New
[PULL,5/8] Postcopy: Add stats on page requests - 2 - --- 2016-06-10 Amit Shah New
[PULL,4/8] Migration: Split out ram part of qmp_query_migrate - 1 - --- 2016-06-10 Amit Shah New
[PULL,3/8] Postcopy: Avoid 0 length discards - 1 - --- 2016-06-10 Amit Shah New
[PULL,2/8] migration: rename functions to starting migrations - 1 - --- 2016-06-10 Amit Shah New
[PULL,1/8] migration: fix typos in qapi-schema from latest migration additions - 1 - --- 2016-06-10 Amit Shah New
[PULL,8/8] migration: rename functions to starting migrations - 1 - --- 2016-06-10 Amit Shah New
[PULL,7/8] migration: fix typos in qapi-schema from latest migration additions - 1 - --- 2016-06-10 Amit Shah New
[PULL,6/8] Postcopy: Check for support when setting the capability - - - --- 2016-06-10 Amit Shah New
[PULL,5/8] tests: fix libqtest socket timeouts - 1 - --- 2016-06-10 Amit Shah New
[PULL,4/8] test: Postcopy - 1 - --- 2016-06-10 Amit Shah New
[PULL,3/8] Postcopy: Add stats on page requests - 2 - --- 2016-06-10 Amit Shah New
[PULL,2/8] Migration: Split out ram part of qmp_query_migrate - 1 - --- 2016-06-10 Amit Shah New
[PULL,1/8] Postcopy: Avoid 0 length discards - 1 - --- 2016-06-10 Amit Shah New
[PULL,28/28] migration: remove qemu_get_fd method from QEMUFile - 1 - --- 2016-05-26 Amit Shah New
[PULL,27/28] migration: remove support for non-iovec based write handlers - 1 - --- 2016-05-26 Amit Shah New
[PULL,26/28] migration: add support for encrypting data with TLS - 1 - --- 2016-05-26 Amit Shah New
[PULL,25/28] migration: define 'tls-creds' and 'tls-hostname' migration parameters - 1 - --- 2016-05-26 Amit Shah New
[PULL,24/28] migration: don't use an array for storing migrate parameters - 1 - --- 2016-05-26 Amit Shah New
[PULL,23/28] migration: move definition of struct QEMUFile back into qemu-file.c - 1 - --- 2016-05-26 Amit Shah New
[PULL,22/28] migration: delete QEMUFile stdio implementation - 1 - --- 2016-05-26 Amit Shah New
[PULL,21/28] migration: delete QEMUFile sockets implementation - 1 - --- 2016-05-26 Amit Shah New
[PULL,20/28] migration: delete QEMUSizedBuffer struct - 1 - --- 2016-05-26 Amit Shah New
[PULL,19/28] migration: delete QEMUFile buffer implementation - 1 - --- 2016-05-26 Amit Shah New
[PULL,18/28] migration: convert savevm to use QIOChannel for writing to files - 1 - --- 2016-05-26 Amit Shah New
[PULL,17/28] migration: convert RDMA to use QIOChannel interface - 1 - --- 2016-05-26 Amit Shah New
[PULL,16/28] migration: convert exec socket protocol to use QIOChannel - 1 - --- 2016-05-26 Amit Shah New
[PULL,15/28] migration: convert fd socket protocol to use QIOChannel - 1 - --- 2016-05-26 Amit Shah New
[PULL,14/28] migration: convert tcp socket protocol to use QIOChannel - 1 - --- 2016-05-26 Amit Shah New
[PULL,13/28] migration: rename unix.c to socket.c - 1 - --- 2016-05-26 Amit Shah New
[PULL,12/28] migration: convert unix socket protocol to use QIOChannel - 1 - --- 2016-05-26 Amit Shah New
[PULL,11/28] migration: convert post-copy to use QIOChannelBuffer - 1 - --- 2016-05-26 Amit Shah New
[PULL,10/28] migration: add reporting of errors for outgoing migration - 2 - --- 2016-05-26 Amit Shah New
[PULL,09/28] migration: add helpers for creating QEMUFile from a QIOChannel 1 1 - --- 2016-05-26 Amit Shah New
[PULL,08/28] migration: introduce a new QEMUFile impl based on QIOChannel - 1 - --- 2016-05-26 Amit Shah New
[PULL,07/28] migration: force QEMUFile to blocking mode for outgoing migration - 2 - --- 2016-05-26 Amit Shah New
[PULL,06/28] migration: introduce set_blocking function in QEMUFileOps - 2 - --- 2016-05-26 Amit Shah New
[PULL,05/28] migration: split migration hooks out of QEMUFileOps - 2 - --- 2016-05-26 Amit Shah New
[PULL,04/28] migration: ensure qemu_fflush() always writes full data amount - 2 - --- 2016-05-26 Amit Shah New
[PULL,03/28] migration: remove use of qemu_bufopen from vmstate tests - 2 - --- 2016-05-26 Amit Shah New
[PULL,02/28] io: avoid double-free when closing QIOChannelBuffer - 2 - --- 2016-05-26 Amit Shah New
« 1 2 »