summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-10Drop unneeded system header includesEric Blake2-3/+0
2018-02-10machine: Polish -machine xxx,helpAlexey Kardashevskiy1-1/+1
2018-02-10scripts/argparse.py: spelling (independant)Michael Tokarev1-1/+1
2018-02-10qapi-schema.json: spelling (independant comparation)Michael Tokarev1-2/+2
2018-02-09Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-speedup-090218...Peter Maydell1-3/+3
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell386-435/+527
2018-02-09.travis.yml: add --disable-linux-user for some jobsAlex Bennée1-3/+3
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell38-187/+2928
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster104-54/+99
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster11-11/+0
2018-02-09Drop superfluous includes of qapi/qmp/dispatch.hMarkus Armbruster3-3/+0
2018-02-09Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster2-1/+1
2018-02-09Include qapi/qmp/qnum.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster14-14/+0
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-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180209' into stagingPeter Maydell28-552/+1244
2018-02-09hw/core/generic-loader: Allow PC to be set on command linePeter Maydell1-1/+1
2018-02-09target/arm/translate.c: Fix missing 'break' for TT insnsPeter Maydell1-0/+1
2018-02-09target/arm/kvm: gic: Prevent creating userspace GICv3 with KVMChristoffer Dall1-0/+4
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson4-1/+36
2018-02-09target/arm: Add ZCR_ELxRichard Henderson2-0/+136
2018-02-09target/arm: Add SVE to migration stateRichard Henderson1-0/+53
2018-02-09target/arm: Add predicate registers for SVERichard Henderson1-0/+12
2018-02-09target/arm: Expand vector registers for SVERichard Henderson4-28/+81
2018-02-09hw/arm: Move virt's PSCI DT fixup code to arm/boot.cAndrey Smirnov2-61/+65
2018-02-09usb: Add basic code to emulate Chipidea USB IPAndrey Smirnov3-0/+193
2018-02-09i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov4-0/+157
2018-02-09i.MX: Add i.MX7 GPT variantAndrey Smirnov2-0/+26
2018-02-09i.MX: Add code to emulate GPCv2 IP blockAndrey Smirnov3-1/+148
2018-02-09i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov3-0/+119
2018-02-09i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov3-0/+123
2018-02-09i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov3-0/+417
2018-02-09hw: i.MX: Convert i.MX6 to use TYPE_IMX_USDHCAndrey Smirnov1-1/+1
2018-02-09sdhci: Add i.MX specific subtype of SDHCIAndrey Smirnov3-1/+265
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel2-0/+23
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel4-0/+103
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel4-3/+186
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel2-4/+145
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel4-1/+205
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell1-21/+94
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell1-16/+55