summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iotests: 205: support luks formatVladimir Sementsov-Ogievskiy2018-02-092-2/+33
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218...Peter Maydell2018-02-091-3/+3
|\
| * .travis.yml: add --disable-linux-user for some jobsAlex Bennée2018-02-091-3/+3
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-09386-435/+527
|\ \
| * | Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-09104-54/+99
| * | Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-0911-11/+0Star
| * | Drop superfluous includes of qapi/qmp/dispatch.hMarkus Armbruster2018-02-093-3/+0Star
| * | Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster2018-02-092-1/+1
| * | Include qapi/qmp/qnum.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
| * | Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-0914-14/+0Star
| * | Include qapi/qmp/qstring.h exactly where neededMarkus Armbruster2018-02-0913-3/+11
| * | Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-0995-17/+92
| * | Include qapi/qmp/qlist.h exactly where neededMarkus Armbruster2018-02-0927-6/+27
| * | Include qapi/qmp/qobject.h exactly where neededMarkus Armbruster2018-02-0915-15/+1Star
| * | qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-0927-23/+84
| * | Eliminate qapi/qmp/types.hMarkus Armbruster2018-02-0931-54/+30Star
| * | Typedef the subtypes of QObject in qemu/typedefs.h, tooMarkus Armbruster2018-02-096-11/+16
| * | Include qmp-commands.h exactly where neededMarkus Armbruster2018-02-0911-10/+2Star
| * | Drop superfluous includes of qapi/qmp/qerror.hMarkus Armbruster2018-02-0911-11/+0Star
| * | Include qapi/error.h exactly where neededMarkus Armbruster2018-02-09151-70/+117
| * | Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-0935-36/+0Star
| * | Clean up includesMarkus Armbruster2018-02-0930-51/+9Star
| * | Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-0919-27/+20Star
| * | vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann2018-02-093-21/+22
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell2018-02-0938-187/+2928
|\ \ \
| * | | hw/core/generic-loader: Allow PC to be set on command linePeter Maydell2018-02-091-1/+1
| * | | target/arm/translate.c: Fix missing 'break' for TT insnsPeter Maydell2018-02-091-0/+1
| * | | target/arm/kvm: gic: Prevent creating userspace GICv3 with KVMChristoffer Dall2018-02-091-0/+4
| * | | target/arm: Add SVE state to TB->FLAGSRichard Henderson2018-02-094-1/+36
| * | | target/arm: Add ZCR_ELxRichard Henderson2018-02-092-0/+136
| * | | target/arm: Add SVE to migration stateRichard Henderson2018-02-091-0/+53
| * | | target/arm: Add predicate registers for SVERichard Henderson2018-02-091-0/+12
| * | | target/arm: Expand vector registers for SVERichard Henderson2018-02-094-28/+81
| * | | hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov2018-02-092-61/+65
| * | | usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov2018-02-093-0/+193
| * | | i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov2018-02-094-0/+157
| * | | i.MX: Add i.MX7 GPT variantAndrey Smirnov2018-02-092-0/+26
| * | | i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov2018-02-093-1/+148
| * | | i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov2018-02-093-0/+119
| * | | i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov2018-02-093-0/+123
| * | | i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov2018-02-093-0/+417
| * | | hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov2018-02-091-1/+1
| * | | sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov2018-02-093-1/+265
| * | | target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2018-02-092-0/+23
| * | | target/arm: implement SM4 instructionsArd Biesheuvel2018-02-094-0/+103
| * | | target/arm: implement SM3 instructionsArd Biesheuvel2018-02-094-3/+186
| * | | target/arm: implement SHA-3 instructionsArd Biesheuvel2018-02-092-4/+145
| * | | target/arm: implement SHA-512 instructionsArd Biesheuvel2018-02-094-1/+205
| * | | target/arm: Handle exceptions during exception stack popPeter Maydell2018-02-091-21/+94
| * | | target/arm: Make exception vector loads honour the SAUPeter Maydell2018-02-091-16/+55