aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Move completion and cancellation to JobKevin Wolf3-84/+57
2018-05-23job: Move transactions to JobKevin Wolf3-73/+62
2018-05-23job: Switch transactions to JobTxnKevin Wolf4-8/+10
2018-05-23job: Move job_finish_sync() to JobKevin Wolf1-0/+9
2018-05-23job: Move .complete callback to JobKevin Wolf3-16/+8
2018-05-23job: Add job_drain()Kevin Wolf2-0/+25
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf2-6/+6
2018-05-23job: Move single job finalisation to JobKevin Wolf3-46/+52
2018-05-23job: Add job_event_*()Kevin Wolf2-0/+27
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf3-20/+20
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf2-3/+3
2018-05-23job: Move pause/resume functions to JobKevin Wolf3-32/+44
2018-05-23job: Add job_sleep_ns()Kevin Wolf2-12/+18
2018-05-23job: Move coroutine and related code to JobKevin Wolf3-66/+76
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf3-24/+20
2018-05-23job: Add Job.aio_contextKevin Wolf1-1/+6
2018-05-23job: Move cancelled to JobKevin Wolf3-16/+11
2018-05-23job: Add reference countingKevin Wolf3-23/+24
2018-05-23job: Move state transitions to JobKevin Wolf2-3/+13
2018-05-23job: Maintain a list of all jobsKevin Wolf2-3/+19
2018-05-23job: Add job_delete()Kevin Wolf1-0/+3
2018-05-23job: Add JobDriver.job_typeKevin Wolf2-3/+11
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf1-1/+1
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf3-7/+66
2018-05-20typedefs: Remove PcGuestInfo from qemu/typedefs.hPhilippe Mathieu-Daudé1-1/+0
2018-05-20trivial: Do not include pci.h if it is not necessaryThomas Huth3-4/+0
2018-05-18xlnx-zynqmp: Connect the ZynqMP GDMA and ADMAFrancisco Iglesias1-0/+5
2018-05-18xlnx-zdma: Add a model of the Xilinx ZynqMP generic DMAFrancisco Iglesias1-0/+84
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida1-1/+4
2018-05-18Merge remote-tracking branch 'remotes/famz/tags/docker-and-block-pull-request...Peter Maydell1-0/+8
2018-05-18iothread: fix epollfd leak in the process of delIOThreadJie Wang1-0/+8
2018-05-17fpu/softfloat: Specialize on snan_bit_is_oneRichard Henderson1-0/+1
2018-05-17fpu/softfloat: Remove floatX_maybe_silence_nanRichard Henderson1-5/+0
2018-05-17fpu/softfloat: re-factor float to float conversionsAlex Bennée1-4/+4
2018-05-17fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nanRichard Henderson1-0/+5
2018-05-17Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20180515' i...Peter Maydell1-0/+2
2018-05-17Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell1-0/+8
2018-05-15migration: introduce SaveVMHandlers.resume_preparePeter Xu1-0/+2
2018-05-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell5-13/+69
2018-05-15i386: Add new property to control cache infoBabu Moger1-0/+5
2018-05-15pc: add 2.13 machine typesBabu Moger1-0/+3
2018-05-15block: Document BDRV_REQ_WRITE_UNCHANGED supportMax Reitz1-2/+16
2018-05-15block: Add BDRV_REQ_WRITE_UNCHANGED flagMax Reitz1-1/+5
2018-05-15block: BLK_PERM_WRITE includes ..._UNCHANGEDMax Reitz1-0/+3
2018-05-15blockjob: Add block_job_driver()Kevin Wolf1-0/+7
2018-05-15blockjob: Introduce block_job_ratelimit_get_delay()Kevin Wolf1-0/+8
2018-05-15blockjob: Implement block_job_set_speed() centrallyKevin Wolf2-3/+2
2018-05-15blockjob: Move RateLimit to BlockJobKevin Wolf1-0/+4
2018-05-15blockjob: Wrappers for progress counter accessKevin Wolf1-0/+19
2018-05-15block: Merge .bdrv_co_writev{,_flags} in driversEric Blake1-2/+0