aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/cpu.c
AgeCommit message (Expand)Author
2016-01-29s390: Clean up includesPeter Maydell
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-15dump: qemunotes aren't commonly neededAndrew Jones
2015-10-22disas: QOMify s390x specific disas setupPeter Crosthwaite
2015-10-09qdev: Protect device-list-properties against broken devicesMarkus Armbruster
2015-07-09cpu: Change cpu_exec_init() arg to cpu, not envPeter Crosthwaite
2015-07-09cpu: Add Error argument to cpu_exec_init()Bharata B Rao
2015-06-17target-s390x: PER: add Breaking-Event-Address registerAurelien Jarno
2015-06-17target-s390x: PER storage-alteration event supportAurelien Jarno
2015-06-17target-s390x: fix s390_cpu_initial_resetAurelien Jarno
2015-06-17target-s390x: initialize I/O interrupt queueAurelien Jarno
2015-06-17target-s390x: correctly initialize ext interrupt queueAurelien Jarno
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno
2015-05-08s390x/kvm: migrate vcpu interrupt stateJens Freimann
2015-03-10s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand
2014-10-10s390x/migration: migrate CPU stateThomas Huth
2014-10-10s390x/kvm: reuse kvm_s390_reset_vcpu() to get rid of ifdefsDavid Hildenbrand
2014-10-10s390x/kvm: propagate s390 cpu state to kvmDavid Hildenbrand
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand
2014-10-10s390x/kvm: introduce proper states for s390 cpusDavid Hildenbrand
2014-09-25target-s390x: Use cpu_exec_interrupt qom hookRichard Henderson
2014-09-01s390x/gdb: generate target.xml and handle fp/ac as coprocessorsDavid Hildenbrand
2014-09-01s390x/kvm: execute the first cpu reset on the vcpu threadDavid Hildenbrand
2014-09-01s390x/kvm: execute "system reset" cpu resets on the vcpu threadDavid Hildenbrand
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-02-27s390x/cpu: Use ioctl to reset state in the kernelThomas Huth
2014-02-27s390x/async_pf: Check for apf extension and enable pfaultDominik Dingel
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-30s390: Implement dump-guest-memory support for target s390xEkaterina Tumanova
2013-07-29cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"Andreas Färber
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()Andreas Färber
2013-07-09cpu: Move reset logging to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber