aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-23job: Move completion and cancellation to JobKevin Wolf18-209/+171
2018-05-23job: Move transactions to JobKevin Wolf8-324/+303
2018-05-23job: Switch transactions to JobTxnKevin Wolf8-48/+54
2018-05-23job: Move job_finish_sync() to JobKevin Wolf4-49/+49
2018-05-23job: Move .complete callback to JobKevin Wolf9-48/+43
2018-05-23job: Add job_drain()Kevin Wolf11-10/+55
2018-05-23job: Convert block_job_cancel_async() to JobKevin Wolf4-20/+21
2018-05-23job: Move single job finalisation to JobKevin Wolf10-184/+194
2018-05-23job: Add job_event_*()Kevin Wolf4-14/+73
2018-05-23blockjob: Split block_job_event_pending()Kevin Wolf1-9/+18
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf13-57/+53
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf5-14/+34
2018-05-23job: Move pause/resume functions to JobKevin Wolf13-102/+133
2018-05-23job: Add job_sleep_ns()Kevin Wolf11-50/+61
2018-05-23job: Move coroutine and related code to JobKevin Wolf14-299/+305
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf12-110/+97
2018-05-23job: Add Job.aio_contextKevin Wolf3-3/+13
2018-05-23job: Move cancelled to JobKevin Wolf11-52/+50
2018-05-23job: Add reference countingKevin Wolf13-58/+76
2018-05-23job: Move state transitions to JobKevin Wolf8-112/+123
2018-05-23job: Maintain a list of all jobsKevin Wolf4-25/+74
2018-05-23job: Add job_delete()Kevin Wolf3-2/+10
2018-05-23job: Add JobDriver.job_typeKevin Wolf8-17/+33
2018-05-23job: Rename BlockJobType into JobTypeKevin Wolf7-16/+16
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf14-44/+169
2018-05-23blockjob: Improve BlockJobInfo.offset/len documentationKevin Wolf1-3/+6
2018-05-23blockjob: Update block-job-pause/resume documentationKevin Wolf1-3/+2
2018-05-23qemu-iotests: Remove MIG_SOCKET from non-migration testsKevin Wolf2-4/+0
2018-05-23qemu-iotests: Add more tests to "migration" groupKevin Wolf1-5/+5
2018-05-23sheepdog: Remove unnecessary NULL check in sd_prealloc()Peter Maydell1-3/+1
2018-05-23qemu-iotests: 086 doesn't work with NFSKevin Wolf1-1/+1
2018-05-23qemu-iotests: Filter NFS pathsKevin Wolf3-4/+12
2018-05-23qemu-iotests: Fix paths for NFSKevin Wolf1-2/+2
2018-05-22Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...Peter Maydell4-4/+39
2018-05-21i386: define the AMD 'virt-ssbd' CPUID feature bit (CVE-2018-3639)Konrad Rzeszutek Wilk1-1/+1
2018-05-21i386: Define the Virt SSBD MSR and handling of it (CVE-2018-3639)Konrad Rzeszutek Wilk3-2/+36
2018-05-21i386: define the 'ssbd' CPUID feature bit (CVE-2018-3639)Daniel P. Berrangé2-1/+2
2018-05-21Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell48-348/+187
2018-05-21Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20180518' into stagingPeter Maydell8-42/+57
2018-05-20acpi: fix a comment about aml_call0()Marc-André Lureau1-1/+1
2018-05-20qapi/net.json: Fix the version number of the "vlan" removalThomas Huth1-2/+2
2018-05-20gdbstub: Handle errors in gdb_accept()Peter Maydell1-4/+12
2018-05-20gdbstub: Use qemu_set_cloexec()Peter Maydell1-6/+2
2018-05-20replace functions which are only available in glib-2.24Olaf Hering1-4/+2
2018-05-20typedefs: Remove PcGuestInfo from qemu/typedefs.hPhilippe Mathieu-Daudé1-1/+0
2018-05-20qemu-options: Allow -no-user-config againMichal Privoznik1-0/+4
2018-05-20hw/timer/mt48t59: Fix bit-rotten NVRAM_PRINTF format stringsThomas Huth2-8/+5
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier20-248/+79
2018-05-20trivial: Do not include pci.h if it is not necessaryThomas Huth3-4/+0
2018-05-20tests: fix tpm-crb tpm-tis tests raceMarc-André Lureau1-1/+1