summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2017-03-30target/s390x: Fix broken user modeStefan Weil1-2/+0
2017-03-16s390x/kvm: fix cmma reset for KVMChristian Borntraeger1-1/+1
2016-11-07s390x/kvm: fix run_on_cpu sigp conversionsCornelia Huck1-18/+18
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+2
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini4-16/+16
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange1-1/+1
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange1-1/+1
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier1-7/+1
2016-10-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+7
2016-10-07qemu-tech: document lazy condition code evaluation in cpu.hPaolo Bonzini1-0/+7
2016-10-06rules.mak: quiet-command: Split command name and args to printPeter Maydell1-2/+2
2016-09-30Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20160927' into s...Peter Maydell1-1/+12
2016-09-28s390x/kvm: fix build against qemu_uuidChristian Borntraeger1-1/+1
2016-09-28s390x/kvm: Fix potential deadlock in sigp handlingChristian Borntraeger1-0/+11
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée4-57/+56
2016-09-19s390x/kvm: disable cpu model for the 2.7 machineChristian Borntraeger1-1/+1
2016-09-15Remove unused function declarationsLadi Prosek1-2/+0
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"David Hildenbrand1-0/+55
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"David Hildenbrand1-0/+84
2016-09-06s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"David Hildenbrand1-0/+147
2016-09-06s390x/kvm: don't enable key wrapping if msa3 is disabledDavid Hildenbrand2-2/+7
2016-09-06s390x/kvm: let the CPU model control CMM(A)David Hildenbrand2-11/+37
2016-09-06s390x/kvm: disable host model for problematic compat machinesDavid Hildenbrand1-0/+4
2016-09-06s390x/kvm: implement CPU model supportDavid Hildenbrand3-3/+417
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand2-0/+15
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand2-0/+15
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand2-0/+33
2016-09-06s390x/sclp: indicate sclp featuresDavid Hildenbrand2-0/+15
2016-09-06s390x/cpumodel: check and apply the CPU modelDavid Hildenbrand1-0/+153
2016-09-06s390x/cpumodel: let the CPU model handle feature checksDavid Hildenbrand4-14/+31
2016-09-06s390x/cpumodel: expose features and feature groups as propertiesDavid Hildenbrand3-0/+151
2016-09-06s390x/cpumodel: store the CPU model in the CPU instanceDavid Hildenbrand3-0/+37
2016-09-06s390x/cpumodel: register defined CPU models as subclassesDavid Hildenbrand3-0/+168
2016-09-06s390x/cpumodel: introduce CPU feature group definitionsDavid Hildenbrand2-1/+81
2016-09-06s390x/cpumodel: generate CPU feature group listsDavid Hildenbrand1-0/+80
2016-09-06s390x/cpumodel: generate CPU feature lists for CPU modelsMichael Mueller2-0/+531
2016-09-06s390x/cpumodel: introduce CPU featuresMichael Mueller4-1/+649
2016-09-06s390x/cpumodel: expose CPU class propertiesDavid Hildenbrand3-0/+27
2016-09-06s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand6-27/+224
2016-09-05s390x/kvm: 2 byte software breakpoint supportDavid Hildenbrand2-10/+42
2016-09-05s390x/ioinst: advertise fcs facilityCornelia Huck1-1/+1
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-21kvm-irqchip: i386: add hook for add/remove virqPeter Xu1-0/+11
2016-07-12target-*: Clean up cpu.h header guardsMarkus Armbruster1-2/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin1-3/+3
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao1-2/+2
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+0
2016-06-29target-*: Don't redefine cpu_exec()Peter Crosthwaite1-2/+0
2016-06-24softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic3-18/+22