summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2-0/+23
2016-06-20trace: split out trace events for target-s390x/ directoryDaniel P. Berrange1-0/+22
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-5/+1
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova1-0/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-1/+0
2016-06-14s390x/kvm: Fixup interrupt type for non-adapter I/O interruptsChristian Borntraeger1-2/+3
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-05target-*: dfilter support for in_asmRichard Henderson1-1/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini10-2/+9
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2-1/+2
2016-05-19s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini5-341/+87
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini3-2/+6
2016-05-19target-s390x: make cpu-qom.h not target specificPaolo Bonzini2-45/+47
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini1-1/+0
2016-05-19s390x: move .needed functions for subsections to machine.cPaolo Bonzini2-26/+20
2016-05-17s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin1-0/+1