aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180208' into stagingPeter Maydell25-495/+6969
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson3-47/+569
2018-02-08tcg/i386: Add vector operationsRichard Henderson3-54/+987
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson1-23/+5
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson1-25/+129
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson1-34/+59
2018-02-08target/arm: Use vector infrastructure for aa64 constant shiftsRichard Henderson1-73/+346
2018-02-08target/arm: Use vector infrastructure for aa64 dup/moviRichard Henderson1-48/+33
2018-02-08target/arm: Use vector infrastructure for aa64 mov/not/negRichard Henderson1-6/+36
2018-02-08target/arm: Use vector infrastructure for aa64 add/sub/logicRichard Henderson1-72/+128
2018-02-08target/arm: Align vector registersRichard Henderson1-1/+1
2018-02-08tcg/optimize: Handle vector opcodes during optimizeRichard Henderson1-73/+77
2018-02-08tcg: Add generic vector helpers with a scalar operandRichard Henderson4-2/+617
2018-02-08tcg: Add generic helpers for saturating arithmeticRichard Henderson4-0/+390
2018-02-08tcg: Add generic vector ops for multiplicationRichard Henderson10-0/+111
2018-02-08tcg: Add generic vector ops for comparisonsRichard Henderson9-0/+255
2018-02-08tcg: Add generic vector ops for constant shiftsRichard Henderson10-0/+575
2018-02-08tcg: Add generic vector expandersRichard Henderson13-18/+2024
2018-02-08tcg: Standardize integral arguments to expandersRichard Henderson2-29/+29
2018-02-08tcg: Add types and basic operations for host vectorsRichard Henderson7-6/+543
2018-02-08tcg: Allow multiple word entries into the constant poolRichard Henderson1-21/+92
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