summaryrefslogtreecommitdiffstats
path: root/target/s390x
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-pull-request' into st...Peter Maydell2018-06-041-5/+5
|\
| * tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson2018-06-021-5/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-06-016-6/+0Star
|\ \ | |/ |/|
| * target: Do not include "exec/exec-all.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-013-3/+0Star
| * target: Do not include "exec/address-spaces.h" if it is not necessaryPhilippe Mathieu-Daudé2018-05-313-3/+0Star
* | Make address_space_access_valid() take a MemTxAttrs argumentPeter Maydell2018-05-314-5/+10
|/
* target/s390x: Honor CPU_DUMP_FPURichard Henderson2018-05-181-11/+12
* target/s390x: Remove floatX_maybe_silence_nan from conversionsRichard Henderson2018-05-181-6/+6
* target/s390x: Fix brace Werror with clang 6.0.0Richard Henderson2018-05-141-1/+1
* s390x: refactor reset/reipl handlingDavid Hildenbrand2018-05-144-64/+31Star
* target/s390x: convert to TranslatorOpsEmilio G. Cota2018-05-091-82/+80Star
* target/s390x: convert to DisasContextBaseEmilio G. Cota2018-05-091-72/+76
* target/s390x: convert to DisasJumpTypeEmilio G. Cota2018-05-091-635/+632Star
* target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota2018-05-091-3/+3
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell2018-05-041-1/+1
|\
| * qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-1/+1
* | s390x/kvm: cleanup calls to cpu_synchronize_state()David Hildenbrand2018-04-301-19/+1Star
|/
* s390x: load_psw() should only exchange the PSW for KVMDavid Hildenbrand2018-04-091-4/+6
* s390x/mmu: don't overwrite pending exception in mmu translateDavid Hildenbrand2018-04-091-1/+1
* s390x/kvm: call cpu_synchronize_state() on every kvm_arch_handle_exit()David Hildenbrand2018-04-091-0/+2
* s390x/cpumodel: fix feature groups and breakage of MSA8Christian Borntraeger2018-03-231-0/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-03-201-2/+1Star
|\
| * cpu: get rid of unused cpu_init() definesIgor Mammedov2018-03-191-2/+0Star
| * cpu: add CPU_RESOLVING_TYPE macroIgor Mammedov2018-03-191-0/+1
* | qapi: Replace qobject_to_X(o) by qobject_to(X, o)Max Reitz2018-03-191-1/+1
|/
* target/s390x: Remove leading underscores from #definesThomas Huth2018-03-083-70/+70
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-022-2/+3
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-1/+1
* s390x/tcg: fix loading 31bit PSWs with the highest bit setDavid Hildenbrand2018-03-011-0/+4
* s390x: remove s390_get_memslot_countCornelia Huck2018-02-265-24/+0Star
* s390x/sclp: remove memory hotplug supportDavid Hildenbrand2018-02-261-1/+0Star
* s390x/cpumodel: document S390FeatDef.bit not applicableHalil Pasic2018-02-261-2/+6
* qmp: expose s390-specific CPU infoViktor Mihajlovski2018-02-264-40/+37Star
* s390x/tcg: add various alignment checksDavid Hildenbrand2018-02-263-9/+75
* s390x/tcg: fix disabling/enabling DATDavid Hildenbrand2018-02-263-5/+14
* s390x/cpu: expose the guest crash informationChristian Borntraeger2018-02-264-9/+58
* target/*/cpu.h: remove softfloat.hAlex Bennée2018-02-213-2/+2
* mem: add share parameter to memory-backend-ramMarcel Apfelbaum2018-02-191-2/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-095-8/+4Star
|\
| * Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0Star
| * Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
| * Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-093-2/+1Star
| * Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-4/+2Star
* | s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facilityDavid Hildenbrand2018-02-094-0/+28
* | s390x/cpumodel: allow zpci features in qemu modelCornelia Huck2018-02-092-1/+11
* | s390x/tcg: wire up pci instructionsCornelia Huck2018-02-094-0/+213
* | s390x/flic: cache the common flic class in a central functionDavid Hildenbrand2018-02-091-3/+3
* | s390x/tcg: cache the qemu flic in a central functionDavid Hildenbrand2018-02-092-4/+4
* | s390x/tcg: STSI overhaulDavid Hildenbrand2018-02-092-103/+131