summaryrefslogtreecommitdiff
path: root/target-s390x/cpu.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber1-1/+1
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-1/+0
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-0/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-0/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-4/+4
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber1-0/+2
2013-02-16target-s390x: Move TCG initialization to S390CPU initfnAndreas Färber1-0/+6
2013-02-16target-s390x: Introduce QOM realizefn for S390CPUAndreas Färber1-2/+14
2013-02-01Merge remote-tracking branch 'agraf/s390-for-upstream' into stagingAnthony Liguori1-1/+1
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber1-1/+1
2013-02-01target-s390x: Mark as unmigratableAndreas Färber1-1/+9
2013-01-18target-s390x: Unregister reset callback on finalizationAndreas Färber1-0/+10
2013-01-18s390: Add CPU reset handlerJens Freimann1-2/+33
2013-01-18S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski1-0/+26
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber1-1/+1
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber1-2/+2
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber1-0/+25
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber1-1/+12
2012-04-04target-s390x: QOM'ify CPUAndreas Färber1-0/+60