aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber
2013-07-27target-s390x: Move cpu_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-26target-s390x: Fix CPUState rework falloutChristian Borntraeger
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas 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-07-09target-s390x: Change gen_intermediate_code_internal() argument to S390CPUAndreas Färber
2013-07-09target-s390x: Change handle_{hypercall,diag}() argument to S390CPUAndreas Färber
2013-07-09target-s390x: Don't overuse ENV_GET_CPU()Andreas Färber
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck
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-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini
2013-06-12KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy
2013-06-01Remove unnecessary break statementsStefan Weil
2013-05-24s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-05-01Trivial grammar and spelling fixesStefan Weil
2013-04-30Wire up disabled wait a panicked event on s390Christian Borntraeger
2013-04-26Utilize selective runtime reg sync for hot code pathsJason J. Herne
2013-04-26Allow selective runtime register synchronizationJason J. Herne
2013-04-26s390x: use CONFIG_INT128 to detect __uint128_tGabriel Kerneis
2013-04-12Typo, spelling and grammatical fixesPeter Maydell
2013-04-05target-s390: Fix SRNMTRichard Henderson
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-08s390/css: Fix subchannel detectionChristian Borntraeger
2013-03-08s390: simplify kvm cpu initChristian Borntraeger
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson
2013-02-16target-s390x: Drop unused cpu_s390x_close() prototypeAndreas 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
2013-02-13s390: Fix handling of iscs.Cornelia Huck
2013-02-13s390: Keep I/O interrupts enabled for all iscs.Cornelia Huck
2013-02-04target-s390x: Fix wrong comparison in interrupt handlingStefan Weil