summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster1-11/+6
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-4/+4
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-4/+4
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski2-3/+16
2013-08-30s390: Implement load normal resetChristian Borntraeger1-0/+30
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger2-3/+39
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger3-0/+19
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger1-0/+1
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski3-0/+57
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger1-10/+10
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh2-5/+5
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek1-1/+2
2013-07-30s390: Implement dump-guest-memory support for target s390xEkaterina Tumanova4-1/+220
2013-07-30s390x/kvm: Remove redundant return codeThomas Huth1-3/+2
2013-07-30s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()Thomas Huth1-48/+11
2013-07-30s390x/ioinst: Fixed priority of operand exceptionsThomas Huth1-17/+13
2013-07-30s390x/ioinst: Fixed alignment check in SCHM instructionThomas Huth1-1/+1
2013-07-30s390x/ioinst: Throw addressing exception when memory_map failedThomas Huth1-7/+7
2013-07-30s390x/ioinst: Add missing alignment checks for IO instructionsThomas Huth1-0/+25
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell1-9/+10
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ärber4-2/+15
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-6/+6
2013-07-27target-s390x: Move cpu_gdb_{read,write}_register()Andreas Färber1-0/+80
2013-07-26cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regsAndreas Färber1-0/+1
2013-07-26target-s390x: Fix CPUState rework falloutChristian Borntraeger1-8/+4
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber3-2/+7
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-5/+0
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-07-09target-s390x: Change gen_intermediate_code_internal() argument to S390CPUAndreas Färber1-4/+5
2013-07-09target-s390x: Change handle_{hypercall,diag}() argument to S390CPUAndreas Färber1-6/+6
2013-07-09target-s390x: Don't overuse ENV_GET_CPU()Andreas Färber1-1/+1
2013-07-09cpu: Drop unnecessary dynamic casts in *_env_get_cpu()Andreas Färber1-1/+1
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 Huck2-6/+10
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ärber3-2/+7
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber1-4/+5
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck2-0/+35
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini1-4/+1
2013-06-12KVM: S390: Add dummy kvm_arch_init_irq_routing()Alexey Kardashevskiy1-0/+4
2013-06-01Remove unnecessary break statementsStefan Weil1-1/+0
2013-05-24s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini1-1/+4
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-1/+1
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-04-30Wire up disabled wait a panicked event on s390Christian Borntraeger1-3/+14
2013-04-26Utilize selective runtime reg sync for hot code pathsJason J. Herne1-3/+12