aboutsummaryrefslogtreecommitdiffstats
path: root/target/s390x (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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' into stagingPeter Maydell2018-02-095-8/+4
|\
| * Drop superfluous includes of qapi/qmp/qjson.hMarkus Armbruster2018-02-091-1/+0
| * Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0
| * Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
| * Include qapi/error.h exactly where neededMarkus Armbruster2018-02-093-2/+1
| * Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-4/+2
* | 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
* | s390x: fix size + content of STSI blocksDavid Hildenbrand2018-02-093-27/+33
* | s390x/flic: optimize CPU wakeup for TCGDavid Hildenbrand2018-02-092-5/+4
* | s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand2018-02-094-0/+64
* | s390x/flic: make floating interrupts on TCG actually floatingDavid Hildenbrand2018-02-094-142/+37
* | s390x/tcg: tolerate wrong wakeups due to floating interruptsDavid Hildenbrand2018-02-091-0/+5
* | s390x/flic: factor out injection of floating interruptsDavid Hildenbrand2018-02-095-111/+29
* | s390x/tcg: simplify machine check handlingDavid Hildenbrand2018-02-094-47/+12
* | s390x/tcg: deliver multiple interrupts in a rowDavid Hildenbrand2018-02-091-4/+16
|/
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-051-2/+2
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-7/+7
* s390x/kvm: provide stfle.81Christian Borntraeger2018-01-223-0/+3
* s390x/kvm: Handle bpb featureChristian Borntraeger2018-01-227-0/+36
* s390x/tcg: fixup TEST PROTECTIONDavid Hildenbrand2018-01-223-23/+22
* s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand2018-01-223-4/+41
* maint: Fix macros with broken 'do/while(0); ' usageEric Blake2018-01-161-1/+1
* tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson2017-12-291-22/+20
* s390x: change the QEMU cpu model to a stripped down z12David Hildenbrand2017-12-144-59/+139
* s390x/tcg: we already implement the Set-Program-Parameter facilityDavid Hildenbrand2017-12-141-2/+3
* s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand2017-12-145-7/+50
* s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand2017-12-142-0/+9
* s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand2017-12-142-0/+8
* s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand2017-12-144-0/+18
* s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand2017-12-144-0/+18
* s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand2017-12-143-6/+70
* s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand2017-12-142-4/+25
* s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand2017-12-144-0/+19
* s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand2017-12-141-0/+5
* s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand2017-12-144-0/+21
* s390x/tcg: fix and cleanup mcck injectionDavid Hildenbrand2017-12-142-9/+9
* s390x/kvm: factor out build_channel_report_mcic() into cpu.hDavid Hildenbrand2017-12-142-23/+25
* s390x/tcg: drop potential_page_fault()David Hildenbrand2017-12-141-7/+2
* s390x/tcg: drop program_interrupt()David Hildenbrand2017-12-142-18/+5
* s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand2017-12-142-2/+1
* s390x/tcg: use s390_program_interrupt() in SACFDavid Hildenbrand2017-12-141-1/+1
* s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand2017-12-142-4/+1
* s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand2017-12-142-4/+1