aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-09s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand4-0/+28
2018-02-09s390x/cpumodel: allow zpci features in qemu modelCornelia Huck2-1/+11
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck4-0/+213
2018-02-09s390x/sclp: fix event mask handlingChristian Borntraeger1-2/+2
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand5-11/+23
2018-02-09s390x/kvm: cache the kvm flic in a central functionDavid Hildenbrand1-5/+16
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand4-10/+22
2018-02-09configure: s390x supports mttcg nowDavid Hildenbrand1-0/+1
2018-02-09s390x/tcg: remove SMP warningDavid Hildenbrand1-4/+0
2018-02-09s390x/tcg: STSI overhaulDavid Hildenbrand2-103/+131
2018-02-09s390x: fix size + content of STSI blocksDavid Hildenbrand3-27/+33
2018-02-09s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand3-7/+33
2018-02-09s390x/flic: implement qemu_s390_clear_io_flic()David Hildenbrand1-2/+29
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand4-0/+64
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand6-152/+212
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand1-0/+5
2018-02-09s390x/flic: no need to call s390_io_interrupt() from flicDavid Hildenbrand1-1/+2
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand8-116/+123
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand4-47/+12
2018-02-09s390x/tcg: simplify lookup of flicDavid Hildenbrand1-5/+3
2018-02-09s390x/flic: simplify flic initializationDavid Hildenbrand3-23/+5
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand1-4/+16
2018-02-09Fix configure for s390 qemu on alpine and other busybox environmentsAlice Frosi1-2/+2
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster35-36/+0
2018-02-09Clean up includesMarkus Armbruster30-51/+9
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster19-27/+20
2018-02-09vnc: use stubs for CONFIG_VNC=n dummy functionsGerd Hoffmann3-21/+22
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