summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-09Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster13-3/+11
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster95-17/+92
2018-02-09Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster27-6/+27
2018-02-09Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster15-15/+1
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster27-23/+84
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster31-54/+30
2018-02-09Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster6-11/+16
2018-02-09Include qmp-commands.h exactly where neededMarkus Armbruster11-10/+2
2018-02-09Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster11-11/+0
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster151-70/+117
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster35-36/+0
2018-02-09Clean up includesMarkus Armbruster30-51/+9
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster19-27/+20
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann3-21/+22
2018-02-08Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...Peter Maydell33-829/+3580
2018-02-08Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell1-0/+1
2018-02-08docs: Add docs/devel/testing.rstFam Zheng2-89/+487
2018-02-08qapi: Add NVMe driver options to the schemaFam Zheng1-1/+16
2018-02-08docs: Add section for NVMe VFIO driverFam Zheng2-0/+38
2018-02-08block: Move NVMe constants to a separate headerFam Zheng3-703/+702
2018-02-08qemu-img: Map bench bufferFam Zheng1-1/+8
2018-02-08block/nvme: Implement .bdrv_(un)register_bufFam Zheng1-0/+24
2018-02-08block: Introduce buf register APIFam Zheng5-1/+56
2018-02-08block: Add VFIO based NVMe driverFam Zheng4-0/+1210
2018-02-08util: Introduce vfio helpersFam Zheng4-0/+772
2018-02-08stubs: Add stubs for ram block APIFam Zheng2-0/+17
2018-02-08curl: convert to CoQueuePaolo Bonzini1-16/+4
2018-02-08coroutine-lock: make qemu_co_enter_next thread-safePaolo Bonzini3-10/+23
2018-02-08coroutine-lock: convert CoQueue to use QemuLockablePaolo Bonzini2-6/+12
2018-02-08lockable: add QemuLockablePaolo Bonzini6-5/+168
2018-02-08test-coroutine: add simple CoMutex testPaolo Bonzini1-2/+48
2018-02-08docker: change Fedora base image to fedora:27Paolo Bonzini1-1/+1
2018-02-07Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell1-0/+71
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell90-330/+2447
2018-02-07hbitmap: fix missing restore count when finish deserializationLiang Li1-0/+1
2018-02-07Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-02-06' into...Peter Maydell52-273/+265
2018-02-07ide-test: test trim requestsAnton Nefedov1-0/+71
2018-02-07Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20180206.0' i...Peter Maydell14-31/+320
2018-02-07Add the WHPX acceleration enlightenmentsJustin Terry (VM)3-2/+82
2018-02-07Introduce the WHPX implJustin Terry (VM)2-0/+1367
2018-02-07Add the WHPX vcpu APIJustin Terry (VM)3-4/+93
2018-02-07Add the Windows Hypervisor Platform accelerator.Justin Terry (VM)2-5/+51
2018-02-07tests/test-filter-redirector: move close()Klim Kireev1-1/+1
2018-02-07tests: use memfd in vhost-user-testMarc-André Lureau1-26/+64
2018-02-07vhost-user-test: make read-guest-mem setup its own qemuMarc-André Lureau1-12/+15
2018-02-07tests: keep compiling failing vhost-user testsMarc-André Lureau1-13/+14
2018-02-07Add memfd based hostmemMarc-André Lureau3-0/+194
2018-02-07memfd: add hugetlbsize argumentMarc-André Lureau2-5/+19
2018-02-07memfd: add hugetlb supportMarc-André Lureau2-5/+12
2018-02-07memfd: add error argument, instead of perror()Marc-André Lureau3-30/+40