summaryrefslogtreecommitdiff
path: root/target-s390x/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini1-1/+2
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-10s390x/cpu: Allow hotplug of CPUsMatthew Rosato1-0/+7
2016-03-10s390x/cpu: Add error handling to cpu creationMatthew Rosato1-4/+69
2016-03-10s390x/cpu: Get rid of side effects when creating a vcpuMatthew Rosato1-5/+15
2016-03-10s390x/cpu: Set initial CPU state in common routineMatthew Rosato1-0/+2
2016-01-29s390: Clean up includesPeter Maydell1-0/+1
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand1-0/+6
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones1-1/+0
2015-10-22disas: QOMify s390x specific disas setupPeter Crosthwaite1-0/+8
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster1-0/+7
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite1-1/+1
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao1-1/+1
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno1-0/+6
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno1-0/+1
2015-06-17target-s390x: fix s390_cpu_initial_resetAurelien Jarno1-0/+1
2015-06-17target-s390x: initialize I/O interrupt queueAurelien Jarno1-0/+8
2015-06-17target-s390x: correctly initialize ext interrupt queueAurelien Jarno1-1/+2
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno1-0/+8
2015-05-08s390x/kvm: migrate vcpu interrupt stateJens Freimann1-0/+1
2015-03-10s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand1-0/+2
2014-10-10s390x/migration: migrate CPU stateThomas Huth1-6/+1
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand1-7/+2
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand1-0/+3
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand1-28/+50
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand1-0/+43
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson1-0/+1
2014-09-01s390x/gdb: generate target.xml and handle fp/ac as coprocessorsDavid Hildenbrand1-1/+3
2014-09-01s390x/kvm: execute the first cpu reset on the vcpu threadDavid Hildenbrand1-0/+4
2014-09-01s390x/kvm: execute "system reset" cpu resets on the vcpu threadDavid Hildenbrand1-1/+1
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini1-0/+4
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-1/+3
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-0/+10
2014-02-27s390x/cpu: Use ioctl to reset state in the kernelThomas Huth1-0/+9
2014-02-27s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel1-0/+6
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger1-3/+35
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger1-0/+14
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-2/+2
2013-07-30s390: Implement dump-guest-memory support for target s390xEkaterina Tumanova1-0/+2
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber1-2/+3
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+2
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+1
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-0/+3
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber1-0/+8
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber1-5/+0