summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck1-0/+46
2015-11-12Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151112' i...Peter Maydell1-1/+1
2015-11-12Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-11/+207
2015-11-12Finish non-postcopiable iterative devices before packageDr. David Alan Gilbert1-1/+1
2015-11-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-1/+20
2015-11-12block: Update copyright of the accounting codeAlberto Garcia1-0/+1
2015-11-12block: Add average I/O queue depth to BlockDeviceTimedStatsAlberto Garcia2-0/+3
2015-11-12block: Compute minimum, maximum and average I/O latenciesAlberto Garcia1-0/+14
2015-11-12block: Allow configuring whether to account failed and invalid opsAlberto Garcia1-0/+5
2015-11-12block: Add statistics for failed and invalid I/O operationsAlberto Garcia1-0/+4
2015-11-12block: Add idle_time_ns to BlockDeviceStatsAlberto Garcia1-0/+2
2015-11-12util: Infrastructure for computing recent averagesAlberto Garcia1-0/+63
2015-11-12block: Add BlockJobTxn support to backup_runJohn Snow1-1/+2
2015-11-12block: Add block job transactionsFam Zheng2-0/+39
2015-11-12blockjob: Add "completed" and "ret" in BlockJobFam Zheng1-0/+9
2015-11-12blockjob: Add .commit and .abort block job actionsFam Zheng1-0/+20
2015-11-12blockjob: Introduce reference count and fix reference to job->bsFam Zheng1-3/+15
2015-11-12qed: Implement .bdrv_drainFam Zheng2-1/+3
2015-11-12block: Introduce BlockDriver.bdrv_drain callbackFam Zheng1-0/+6
2015-11-12block: Drop BlockDriver.bdrv_ioctlFam Zheng1-1/+0
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-11-12block: Add more types for tracked requestFam Zheng1-1/+9
2015-11-12hw/virtio: Add PCIe capability to virtio devicesMarcel Apfelbaum1-0/+4
2015-11-12Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-1/+5
2015-11-12KVM: add support for any length io eventfdJason Wang1-0/+8
2015-11-12virtio-pci: fix 1.0 virtqueue migrationJason Wang2-0/+7
2015-11-12e1000: Introducing backward compatibility command line parameterLeonid Bloch1-1/+5
2015-11-12monitor/target-ppc: Define target_get_monitor_defAlexey Kardashevskiy1-0/+1
2015-11-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151111' into stagingPeter Maydell1-0/+1
2015-11-11qdev: provide qdev_reset_all_fn()David Hildenbrand1-0/+1
2015-11-11block: Add blk_get_refcnt()Alberto Garcia1-0/+1
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia1-1/+4
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz1-2/+0
2015-11-11block: Add functions for inheriting a BBRSMax Reitz1-0/+2
2015-11-11block: Make bdrv_states publicMax Reitz1-0/+2
2015-11-11block: Add blk_remove_bs()Max Reitz1-0/+1
2015-11-10Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151110' i...Peter Maydell12-11/+295
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert1-0/+2
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert1-0/+1
2015-11-10Postcopy: Mark nohugepage before discardDr. David Alan Gilbert1-0/+6
2015-11-10Start up a postcopy/listener thread ready for incoming page dataDr. David Alan Gilbert1-0/+4
2015-11-10Postcopy; Handle userfault requestsDr. David Alan Gilbert1-0/+3
2015-11-10Don't iterate on precopy-only devices during postcopyDr. David Alan Gilbert1-1/+1
2015-11-10postcopy_ram.c: place_page and helpersDr. David Alan Gilbert2-0/+22
2015-11-10Page request: Process incoming page requestDr. David Alan Gilbert1-0/+22
2015-11-10Page request: Add MIG_RP_MSG_REQ_PAGES reverse commandDr. David Alan Gilbert1-0/+5
2015-11-10Postcopy: Postcopy startup in migration threadDr. David Alan Gilbert1-0/+3
2015-11-10postcopy: ram_enable_notify to switch on userfaultDr. David Alan Gilbert2-0/+9
2015-11-10postcopy: Incoming initialisationDr. David Alan Gilbert2-0/+15
2015-11-10migration_completion: Take current stateDr. David Alan Gilbert3-0/+41