summaryrefslogtreecommitdiff
path: root/target-s390x/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-3/+2
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-9/+0
2014-03-04Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+1
2014-02-28Define the architecture for compressed dump formatqiaonuohan1-0/+1
2014-02-27s390x/sclp: Add missing checks to SCLP handlerThomas Huth1-1/+1
2014-02-27s390x/sclp: Fixed the size of sccb and code parameterThomas Huth1-1/+1
2014-02-27s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel1-0/+4
2014-01-31s390x/kvm: cleanup partial register handlingDominik Dingel1-17/+0
2013-12-18s390x/kvm: Fix diagnose handling.Cornelia Huck1-0/+3
2013-09-20s390/cpu: Make setcc() function available to other filesThomas Huth1-2/+9
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski1-0/+13
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger1-0/+3
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger1-0/+1
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski1-0/+3
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-5/+0
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-16/+0
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck1-4/+7
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck1-0/+16
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini1-4/+1
2013-05-24s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini1-1/+4
2013-04-26Allow selective runtime register synchronizationJason J. Herne1-0/+17
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-1/+0
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-3/+3
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-2/+3
2013-03-08s390/css: Fix subchannel detectionChristian Borntraeger1-1/+1
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas Färber1-1/+0
2013-02-13s390: Fix handling of iscs.Cornelia Huck1-1/+1
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber1-4/+4
2013-02-01target-s390x: Clean up cpu_inject_*() signaturesAndreas Färber1-5/+10
2013-01-29s390: Use s390_cpu_physical_memory_map for tpi.Cornelia Huck1-2/+2
2013-01-29s390: Wire up channel I/O in kvm.Cornelia Huck1-0/+11
2013-01-29s390: Virtual channel subsystem support.Cornelia Huck1-0/+62
2013-01-29s390: Add channel I/O instructions.Cornelia Huck1-0/+100
2013-01-29s390: I/O interrupt and machine check injection.Cornelia Huck1-1/+68
2013-01-29s390: Channel I/O basic definitions.Cornelia Huck1-0/+1
2013-01-29s390: Add mapping helper functions.Cornelia Huck1-0/+4
2013-01-18s390: Add a hypercall registration interface.Cornelia Huck1-1/+1
2013-01-18s390x: Remove inline function ebcdic_put and related data from cpu.hStefan Weil1-81/+0
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski1-0/+3
2013-01-18s390: new contributions GPLv2 or laterChristian Borntraeger1-1/+4
2013-01-05target-s390: Fix cpu_clone_regsRichard Henderson1-1/+1
2013-01-05target-s390: Convert FLOGRRichard Henderson1-0/+2
2013-01-05target-s390: Convert FP ADD, COMPARE, LOAD TEST/ROUND/LENGTHENEDRichard Henderson1-7/+3
2013-01-05target-s390: Convert SHIFT, ROTATE SINGLERichard Henderson1-2/+4
2013-01-05target-s390: Send signals for divideRichard Henderson1-0/+2
2013-01-05target-s390: Convert ADD LOGICAL CARRY and SUBTRACT LOGICAL BORROWRichard Henderson1-0/+8
2013-01-05target-s390: Convert 64-bit MULTIPLY LOGICALRichard Henderson1-6/+9
2013-01-05target-s390: Reorg exception handlingRichard Henderson1-27/+22
2013-01-05target-s390: Fix gdbstubRichard Henderson1-73/+0
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber1-4/+4