summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-02-10Drop unneeded system header includesEric Blake
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell
2018-02-09Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180209'...Peter Maydell
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster
2018-02-09Include qapi/qmp/qnull.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster
2018-02-09Eliminate qapi/qmp/types.hMarkus Armbruster
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-02-09Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180209' into stagingPeter Maydell
2018-02-09target/arm/translate.c: Fix missing 'break' for TT insnsPeter Maydell
2018-02-09target/arm/kvm: gic: Prevent creating userspace GICv3 with KVMChristoffer Dall
2018-02-09target/arm: Add SVE state to TB->FLAGSRichard Henderson
2018-02-09target/arm: Add ZCR_ELxRichard Henderson
2018-02-09target/arm: Add SVE to migration stateRichard Henderson
2018-02-09target/arm: Add predicate registers for SVERichard Henderson
2018-02-09target/arm: Expand vector registers for SVERichard Henderson
2018-02-09target/arm: enable user-mode SHA-3, SM3, SM4 and SHA-512 instruction supportArd Biesheuvel
2018-02-09target/arm: implement SM4 instructionsArd Biesheuvel
2018-02-09target/arm: implement SM3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-3 instructionsArd Biesheuvel
2018-02-09target/arm: implement SHA-512 instructionsArd Biesheuvel
2018-02-09target/arm: Handle exceptions during exception stack popPeter Maydell
2018-02-09target/arm: Make exception vector loads honour the SAUPeter Maydell
2018-02-09target/arm: Make v7m_push_callee_stack() honour MPUPeter Maydell
2018-02-09target/arm: Make v7M exception entry stack push check MPUPeter Maydell
2018-02-09target/arm: Add ignore_stackfaults argument to v7m_exception_taken()Peter Maydell
2018-02-09target/arm: Split "get pending exception info" from "acknowledge it"Peter Maydell
2018-02-09target/arm: Add armv7m_nvic_set_pending_derived()Peter Maydell
2018-02-09s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand
2018-02-09s390x/cpumodel: allow zpci features in qemu modelCornelia Huck
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2018-02-09Clean up includesMarkus Armbruster
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-02-08target/arm: Use vector infrastructure for aa64 orr/bic immediateRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 multipliesRichard Henderson
2018-02-08target/arm: Use vector infrastructure for aa64 comparesRichard Henderson