summaryrefslogtreecommitdiffstats
path: root/target-s390x
Commit message (Expand)AuthorAgeFilesLines
* s390x/kvm: Fix potential deadlock in sigp handlingChristian Borntraeger2016-09-281-0/+11
* s390x/kvm: disable cpu model for the 2.7 machineChristian Borntraeger2016-09-191-1/+1
* Remove unused function declarationsLadi Prosek2016-09-151-2/+0Star
* s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"David Hildenbrand2016-09-061-0/+55
* s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"David Hildenbrand2016-09-061-0/+84
* s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"David Hildenbrand2016-09-061-0/+147
* s390x/kvm: don't enable key wrapping if msa3 is disabledDavid Hildenbrand2016-09-062-2/+7
* s390x/kvm: let the CPU model control CMM(A)David Hildenbrand2016-09-062-11/+37
* s390x/kvm: disable host model for problematic compat machinesDavid Hildenbrand2016-09-061-0/+4
* s390x/kvm: implement CPU model supportDavid Hildenbrand2016-09-063-3/+417
* s390x/sclp: propagate hmfaiDavid Hildenbrand2016-09-062-0/+15
* s390x/sclp: propagate the mha via sclpDavid Hildenbrand2016-09-062-0/+15
* s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand2016-09-062-0/+33
* s390x/sclp: indicate sclp featuresDavid Hildenbrand2016-09-062-0/+15
* s390x/cpumodel: check and apply the CPU modelDavid Hildenbrand2016-09-061-0/+153
* s390x/cpumodel: let the CPU model handle feature checksDavid Hildenbrand2016-09-064-14/+31
* s390x/cpumodel: expose features and feature groups as propertiesDavid Hildenbrand2016-09-063-0/+151
* s390x/cpumodel: store the CPU model in the CPU instanceDavid Hildenbrand2016-09-063-0/+37
* s390x/cpumodel: register defined CPU models as subclassesDavid Hildenbrand2016-09-063-0/+168
* s390x/cpumodel: introduce CPU feature group definitionsDavid Hildenbrand2016-09-062-1/+81
* s390x/cpumodel: generate CPU feature group listsDavid Hildenbrand2016-09-061-0/+80
* s390x/cpumodel: generate CPU feature lists for CPU modelsMichael Mueller2016-09-062-0/+531
* s390x/cpumodel: introduce CPU featuresMichael Mueller2016-09-064-1/+649
* s390x/cpumodel: expose CPU class propertiesDavid Hildenbrand2016-09-063-0/+27
* s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand2016-09-066-27/+224
* s390x/kvm: 2 byte software breakpoint supportDavid Hildenbrand2016-09-052-10/+42
* s390x/ioinst: advertise fcs facilityCornelia Huck2016-09-051-1/+1
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* kvm-irqchip: i386: add hook for add/remove virqPeter Xu2016-07-211-0/+11
* target-*: Clean up cpu.h header guardsMarkus Armbruster2016-07-121-2/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* Fix confusing argument names in some common functionsSergey Sorokin2016-07-121-3/+3
* s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2016-07-111-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-291-2/+0Star
|\
| * target-*: Don't redefine cpu_exec()Peter Crosthwaite2016-06-291-2/+0Star
* | softfloat: Implement run-time-configurable meaning of signaling NaN bitAleksandar Markovic2016-06-243-18/+22
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell2016-06-202-0/+23
|\
| * trace: split out trace events for target-s390x/ directoryDaniel P. Berrange2016-06-201-0/+22
| * exec: [tcg] Track which vCPU is performing translation and executionLluĂ­s Vilanova2016-06-201-0/+1
* | coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-5/+1Star
|/
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* s390x/kvm: Fixup interrupt type for non-adapter I/O interruptsChristian Borntraeger2016-06-141-2/+3
* cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell2016-06-091-1/+1
* target-*: dfilter support for in_asmRichard Henderson2016-06-051-1/+2
* cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini2016-05-1910-2/+9
* qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2016-05-192-1/+2
* s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini2016-05-195-341/+87Star
* hw: cannot include hw/hw.h from user emulationPaolo Bonzini2016-05-193-2/+6
* target-s390x: make cpu-qom.h not target specificPaolo Bonzini2016-05-192-45/+47
* cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini2016-05-191-1/+0Star