Age | Commit message (Expand) | Author | Files | Lines |
2015-11-12 | block: Add average I/O queue depth to BlockDeviceTimedStats | Alberto Garcia | 2 | -0/+3 |
2015-11-12 | block: Compute minimum, maximum and average I/O latencies | Alberto Garcia | 1 | -0/+14 |
2015-11-12 | block: Allow configuring whether to account failed and invalid ops | Alberto Garcia | 1 | -0/+5 |
2015-11-12 | block: Add statistics for failed and invalid I/O operations | Alberto Garcia | 1 | -0/+4 |
2015-11-12 | block: Add idle_time_ns to BlockDeviceStats | Alberto Garcia | 1 | -0/+2 |
2015-11-12 | util: Infrastructure for computing recent averages | Alberto Garcia | 1 | -0/+63 |
2015-11-12 | block: Add BlockJobTxn support to backup_run | John Snow | 1 | -1/+2 |
2015-11-12 | block: Add block job transactions | Fam Zheng | 2 | -0/+39 |
2015-11-12 | blockjob: Add "completed" and "ret" in BlockJob | Fam Zheng | 1 | -0/+9 |
2015-11-12 | blockjob: Add .commit and .abort block job actions | Fam Zheng | 1 | -0/+20 |
2015-11-12 | blockjob: Introduce reference count and fix reference to job->bs | Fam Zheng | 1 | -3/+15 |
2015-11-12 | qed: Implement .bdrv_drain | Fam Zheng | 2 | -1/+3 |
2015-11-12 | block: Introduce BlockDriver.bdrv_drain callback | Fam Zheng | 1 | -0/+6 |
2015-11-12 | block: Drop BlockDriver.bdrv_ioctl | Fam Zheng | 1 | -1/+0 |
2015-11-12 | block: Add ioctl parameter fields to BlockRequest | Fam Zheng | 1 | -4/+12 |
2015-11-12 | block: Add more types for tracked request | Fam Zheng | 1 | -1/+9 |
2015-11-12 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell | 1 | -1/+5 |
2015-11-12 | e1000: Introducing backward compatibility command line parameter | Leonid Bloch | 1 | -1/+5 |
2015-11-12 | monitor/target-ppc: Define target_get_monitor_def | Alexey Kardashevskiy | 1 | -0/+1 |
2015-11-11 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into staging | Peter Maydell | 1 | -0/+1 |
2015-11-11 | qdev: provide qdev_reset_all_fn() | David Hildenbrand | 1 | -0/+1 |
2015-11-11 | block: Add blk_get_refcnt() | Alberto Garcia | 1 | -0/+1 |
2015-11-11 | throttle: Use bs->throttle_state instead of bs->io_limits_enabled | Alberto Garcia | 1 | -1/+4 |
2015-11-11 | qmp: Introduce blockdev-change-medium | Max Reitz | 1 | -2/+0 |
2015-11-11 | block: Add functions for inheriting a BBRS | Max Reitz | 1 | -0/+2 |
2015-11-11 | block: Make bdrv_states public | Max Reitz | 1 | -0/+2 |
2015-11-11 | block: Add blk_remove_bs() | Max Reitz | 1 | -0/+1 |
2015-11-10 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151110' i... | Peter Maydell | 12 | -11/+295 |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert | 1 | -0/+2 |
2015-11-10 | Disable mlock around incoming postcopy | Dr. David Alan Gilbert | 1 | -0/+1 |
2015-11-10 | Postcopy: Mark nohugepage before discard | Dr. David Alan Gilbert | 1 | -0/+6 |
2015-11-10 | Start up a postcopy/listener thread ready for incoming page data | Dr. David Alan Gilbert | 1 | -0/+4 |
2015-11-10 | Postcopy; Handle userfault requests | Dr. David Alan Gilbert | 1 | -0/+3 |
2015-11-10 | Don't iterate on precopy-only devices during postcopy | Dr. David Alan Gilbert | 1 | -1/+1 |
2015-11-10 | postcopy_ram.c: place_page and helpers | Dr. David Alan Gilbert | 2 | -0/+22 |
2015-11-10 | Page request: Process incoming page request | Dr. David Alan Gilbert | 1 | -0/+22 |
2015-11-10 | Page request: Add MIG_RP_MSG_REQ_PAGES reverse command | Dr. David Alan Gilbert | 1 | -0/+5 |
2015-11-10 | Postcopy: Postcopy startup in migration thread | Dr. David Alan Gilbert | 1 | -0/+3 |
2015-11-10 | postcopy: ram_enable_notify to switch on userfault | Dr. David Alan Gilbert | 2 | -0/+9 |
2015-11-10 | postcopy: Incoming initialisation | Dr. David Alan Gilbert | 2 | -0/+15 |
2015-11-10 | migration_completion: Take current state | Dr. David Alan Gilbert | 3 | -0/+41 |
2015-11-10 | Add qemu_savevm_state_complete_postcopy | Dr. David Alan Gilbert | 2 | -0/+2 |
2015-11-10 | MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state | Dr. David Alan Gilbert | 1 | -0/+2 |
2015-11-10 | migrate_start_postcopy: Command to trigger transition to postcopy | Dr. David Alan Gilbert | 1 | -0/+3 |
2015-11-10 | postcopy: OS support test | Dr. David Alan Gilbert | 1 | -0/+19 |
2015-11-10 | Modify save_live_pending for postcopy | Dr. David Alan Gilbert | 2 | -3/+6 |
2015-11-10 | MIG_CMD_PACKAGED: Send a packaged chunk of migration stream | Dr. David Alan Gilbert | 1 | -0/+4 |
2015-11-10 | Add wrappers and handlers for sending/receiving the postcopy-ram migration me... | Dr. David Alan Gilbert | 2 | -0/+46 |
2015-11-10 | Add migration-capability boolean for postcopy-ram. | Dr. David Alan Gilbert | 1 | -0/+1 |
2015-11-10 | Rework loadvm path for subloops | Dr. David Alan Gilbert | 1 | -0/+6 |