summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hw: Clean "hw/devices.h" includesPhilippe Mathieu-Daudé2018-06-011-5/+2Star
* hw/misc/mips_itu: Cleanup includesPhilippe Mathieu-Daudé2018-06-011-0/+2
* hw: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-018-8/+0Star
* vfio: Include "exec/address-spaces.h" directly in the source filePhilippe Mathieu-Daudé2018-05-311-1/+0Star
* sandbox: disable -sandbox if CONFIG_SECCOMP undefinedYi Min Zhao2018-05-311-1/+2
* gdbstub: Clarify what gdb_handlesig() is doingPeter Maydell2018-05-251-0/+15
* linux-user: Assert on bad type in thunk_type_align() and thunk_type_size()Peter Maydell2018-05-241-2/+2
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180524-pull-request' ...Peter Maydell2018-05-241-0/+69
|\
| * vga: move bochs vbe defines to header fileGerd Hoffmann2018-05-241-0/+69
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-05-249-10/+276
|\ \
| * | intel-iommu: rework the page walk logicPeter Xu2018-05-231-0/+2
| * | util: implement simple iova treePeter Xu2018-05-231-0/+134
| * | intel-iommu: only do page walk for MAP notifiersPeter Xu2018-05-231-0/+2
| * | intel-iommu: add iommu lockPeter Xu2018-05-231-0/+6
| * | intel-iommu: remove IntelIOMMUNotifierNodePeter Xu2018-05-231-7/+2Star
| * | nvdimm: fix typo in label-size definitionRoss Zwisler2018-05-231-1/+1
| * | virtio: support setting memory region based host notifierTiwei Bie2018-05-232-0/+4
| * | x86/cpu: use standard-headers/asm-x86.kvm_para.hMichael S. Tsirkin2018-05-231-1/+0Star
| * | include/standard-headers: add asm-x86/kvm_para.hMichael S. Tsirkin2018-05-231-0/+121
| * | virtio-balloon: add hugetlb page allocation countsJonathan Helman2018-05-231-1/+3
| * | allocate pci id for mdpyGerd Hoffmann2018-05-231-0/+1
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-05-244-464/+600
|\ \
| * | blockjob: Remove BlockJob.driverKevin Wolf2018-05-231-3/+0Star
| * | job: Add query-jobs QMP commandKevin Wolf2018-05-231-0/+3
| * | job: Move progress fields to JobKevin Wolf2018-05-232-25/+28
| * | job: Add job_transition_to_ready()Kevin Wolf2018-05-233-11/+9Star
| * | job: Add job_is_ready()Kevin Wolf2018-05-232-5/+3Star
| * | job: Add job_dismiss()Kevin Wolf2018-05-232-10/+6Star
| * | job: Add job_yield()Kevin Wolf2018-05-232-10/+7Star
| * | job: Move completion and cancellation to JobKevin Wolf2018-05-233-84/+57Star
| * | job: Move transactions to JobKevin Wolf2018-05-233-73/+62Star
| * | job: Switch transactions to JobTxnKevin Wolf2018-05-234-8/+10
| * | job: Move job_finish_sync() to JobKevin Wolf2018-05-231-0/+9
| * | job: Move .complete callback to JobKevin Wolf2018-05-233-16/+8Star
| * | job: Add job_drain()Kevin Wolf2018-05-232-0/+25
| * | job: Convert block_job_cancel_async() to JobKevin Wolf2018-05-232-6/+6
| * | job: Move single job finalisation to JobKevin Wolf2018-05-233-46/+52
| * | job: Add job_event_*()Kevin Wolf2018-05-232-0/+27
| * | job: Move BlockJobCreateFlags to JobKevin Wolf2018-05-233-20/+20
| * | job: Replace BlockJob.completed with job_is_completed()Kevin Wolf2018-05-232-3/+3
| * | job: Move pause/resume functions to JobKevin Wolf2018-05-233-32/+44
| * | job: Add job_sleep_ns()Kevin Wolf2018-05-232-12/+18
| * | job: Move coroutine and related code to JobKevin Wolf2018-05-233-66/+76
| * | job: Move defer_to_main_loop to JobKevin Wolf2018-05-233-24/+20Star
| * | job: Add Job.aio_contextKevin Wolf2018-05-231-1/+6
| * | job: Move cancelled to JobKevin Wolf2018-05-233-16/+11Star
| * | job: Add reference countingKevin Wolf2018-05-233-23/+24
| * | job: Move state transitions to JobKevin Wolf2018-05-232-3/+13
| * | job: Maintain a list of all jobsKevin Wolf2018-05-232-3/+19
| * | job: Add job_delete()Kevin Wolf2018-05-231-0/+3