summaryrefslogtreecommitdiff
path: root/target/s390x
AgeCommit message (Expand)AuthorFilesLines
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota1-82/+80
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota1-72/+76
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota1-635/+632
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell1-1/+1
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-1/+1
2018-04-30s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand1-19/+1
2018-04-09s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand1-4/+6
2018-04-09s390x/mmu: don't overwrite pending exception in mmu translateDavid Hildenbrand1-1/+1
2018-04-09s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand1-0/+2
2018-03-23s390x/cpumodel: fix feature groups and breakage of MSA8Christian Borntraeger1-0/+1
2018-03-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-2/+1
2018-03-19qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz1-1/+1
2018-03-19cpu: get rid of unused cpu_init() definesIgor Mammedov1-2/+0
2018-03-19cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov1-0/+1
2018-03-08target/s390x: Remove leading underscores from #definesThomas Huth3-70/+70
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster2-2/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-1/+1
2018-03-01s390x/tcg: fix loading 31bit PSWs with the highest bit setDavid Hildenbrand1-0/+4
2018-02-26s390x: remove s390_get_memslot_countCornelia Huck5-24/+0
2018-02-26s390x/sclp: remove memory hotplug supportDavid Hildenbrand1-1/+0
2018-02-26s390x/cpumodel: document S390FeatDef.bit not applicableHalil Pasic1-2/+6
2018-02-26qmp: expose s390-specific CPU infoViktor Mihajlovski4-40/+37
2018-02-26s390x/tcg: add various alignment checksDavid Hildenbrand3-9/+75
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand3-5/+14
2018-02-26s390x/cpu: expose the guest crash informationChristian Borntraeger4-9/+58
2018-02-21target/*/cpu.h: remove softfloat.hAlex Bennée3-2/+2
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum1-2/+2
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell5-8/+4
2018-02-09Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster1-1/+0
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster3-2/+1
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/flic: cache the common flic class in a central functionDavid Hildenbrand1-3/+3
2018-02-09s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand2-4/+4
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 Hildenbrand2-5/+4
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand4-0/+64
2018-02-09s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand4-142/+37
2018-02-09s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand1-0/+5
2018-02-09s390x/flic: factor out injection of floating interruptsDavid Hildenbrand5-111/+29
2018-02-09s390x/tcg: simplify machine check handlingDavid Hildenbrand4-47/+12
2018-02-09s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand1-4/+16
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-4/+2
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé1-2/+2
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier3-7/+7