aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell1-15/+49
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell1-16/+87
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell1-12/+23
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell4-15/+53
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell3-3/+80
2018-02-09MAINTAINERS: add David as additional tcg/s390 maintainerCornelia Huck1-0/+1
2018-02-09MAINTAINERS: reorganize s390-ccw bios maintainershipCornelia Huck1-2/+9
2018-02-09MAINTAINERS: add myself as overall s390x maintainerCornelia Huck1-0/+23
2018-02-09s390x/pci: use the right pal and pba in reg_ioat()Yi Min Zhao1-0/+2
2018-02-09s390x/pci: fixup global refreshYi Min Zhao3-15/+63
2018-02-09s390x/pci: fixup the code walking IOMMU tablesYi Min Zhao3-78/+225