summaryrefslogtreecommitdiffstats
path: root/target-s390x
Commit message (Expand)AuthorAgeFilesLines
* target-s390x: Add missing 'static' and 'const' attributesStefan Weil2014-03-271-3/+3
* cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cputlb: Change tlb_flush() argument to CPUStateAndreas Färber2014-03-132-6/+11
* cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber2014-03-132-5/+7
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-135-16/+28
* translate-all: Change cpu_restore_state() argument to CPUStateAndreas Färber2014-03-132-5/+2
* cpu-exec: Change cpu_loop_exit() argument to CPUStateAndreas Färber2014-03-133-9/+9
* exec: Change tlb_fill() argument to CPUStateAndreas Färber2014-03-131-3/+5
* cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber2014-03-132-4/+4
* cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber2014-03-133-28/+35
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-134-13/+19
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-132-9/+10
* target-s390x: Clean up ENV_GET_CPU() usageAndreas Färber2014-03-132-6/+7
* s390x/virtio-ccw: Adapter interrupt support.Cornelia Huck2014-03-052-2/+8
* Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-03-041-0/+1
|\
| * Define the architecture for compressed dump formatqiaonuohan2014-02-281-0/+1
* | s390x/kvm: Rework priv instruction handlersFrank Blaschka2014-02-271-59/+80
* | s390x/kvm: Add missing SIGP CPU RESET orderThomas Huth2014-02-271-0/+13
* | s390x/kvm: Rework SIGP INITIAL CPU RESET handlerThomas Huth2014-02-271-18/+7
* | s390x/cpu: Use ioctl to reset state in the kernelThomas Huth2014-02-271-0/+9
* | s390x/sclp: Fixed setting of condition code registerThomas Huth2014-02-271-1/+2
* | s390x/sclp: Add missing checks to SCLP handlerThomas Huth2014-02-273-7/+3
* | s390x/sclp: Fixed the size of sccb and code parameterThomas Huth2014-02-272-3/+3
* | s390x/virtio-hcall: Specification exception for illegal subcodesThomas Huth2014-02-271-2/+7
* | s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handlerThomas Huth2014-02-271-2/+4
* | s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel2014-02-273-0/+58
|/
* exec: Make stb_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* exec: Make stw_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+2
* exec: Make stq_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-112-3/+8
* exec: Make ldq/ldub_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-112-2/+4
* exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias2014-02-111-1/+1
* s390x/kvm: cleanup partial register handlingDominik Dingel2014-01-312-100/+53
* s390x/ioinst: CHSC has to set a condition codeThomas Huth2013-12-181-0/+1
* s390x/kvm: Fixed condition code for unknown SIGP ordersThomas Huth2013-12-181-6/+11
* s390x/kvm: Simplified the calculation of the SIGP order codeThomas Huth2013-12-181-5/+3
* s390x/kvm: Implemented SIGP STARTThomas Huth2013-12-181-0/+11
* s390x/kvm: Fix coding style in handle_sigp()Thomas Huth2013-12-181-12/+12
* s390x/kvm: Removed s390_store_status stubThomas Huth2013-12-181-22/+0
* s390x/kvm: Removed duplicated SIGP definesThomas Huth2013-12-181-5/+0
* s390x/kvm: Fix diagnose handling.Cornelia Huck2013-12-182-6/+16
* exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-2/+2
* Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-111-4/+0
|\
| * tcg: Move helper registration into tcg_context_initRichard Henderson2013-10-101-4/+0
* | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-3/+0
|/
* s390/ebcdic: Move conversion tables to header fileHeinz Graalfs2013-09-201-80/+1
* s390/kexec: Implement diag308 subcode 0Christian Borntraeger2013-09-201-0/+26
* s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth2013-09-203-97/+77
* s390/cpu: Make setcc() function available to other filesThomas Huth2013-09-202-14/+9
* s390/dump: zero out padding bytes in notes sectionsChristian Borntraeger2013-09-201-0/+1
* s390/kvm: Add check for priviledged SCLP handlerThomas Huth2013-09-201-0/+4
OpenPOWER on IntegriCloud