aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2014-01-31s390x/kvm: cleanup partial register handlingDominik Dingel
2013-12-18s390x/ioinst: CHSC has to set a condition codeThomas Huth
2013-12-18s390x/kvm: Fixed condition code for unknown SIGP ordersThomas Huth
2013-12-18s390x/kvm: Simplified the calculation of the SIGP order codeThomas Huth
2013-12-18s390x/kvm: Implemented SIGP STARTThomas Huth
2013-12-18s390x/kvm: Fix coding style in handle_sigp()Thomas Huth
2013-12-18s390x/kvm: Removed s390_store_status stubThomas Huth
2013-12-18s390x/kvm: Removed duplicated SIGP definesThomas Huth
2013-12-18s390x/kvm: Fix diagnose handling.Cornelia Huck
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber
2013-09-20s390/ebcdic: Move conversion tables to header fileHeinz Graalfs
2013-09-20s390/kexec: Implement diag308 subcode 0Christian Borntraeger
2013-09-20s390/ioinst: Moved the CC setting to the IO instruction handlersThomas Huth
2013-09-20s390/cpu: Make setcc() function available to other filesThomas Huth
2013-09-20s390/dump: zero out padding bytes in notes sectionsChristian Borntraeger
2013-09-20s390/kvm: Add check for priviledged SCLP handlerThomas Huth
2013-09-12exec: Don't abort when we can't allocate guest memoryMarkus Armbruster
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski
2013-08-30s390: Implement load normal resetChristian Borntraeger
2013-08-30s390/cpu: split CPU reset into architectured functionsChristian Borntraeger
2013-08-30s390: provide a cpu load normal functionChristian Borntraeger
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger
2013-08-30s390/kvm: basic implementation of diagnose 308 subcode 6Eugene (jno) Dvurechenski
2013-08-30s390x/kvm: Fix switch/case indentation for handle_diagChristian Borntraeger
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-08-08dump: rebase from host-private RAMBlock offsets to guest-physical addressesLaszlo Ersek
2013-07-30s390: Implement dump-guest-memory support for target s390xEkaterina Tumanova
2013-07-30s390x/kvm: Remove redundant return codeThomas Huth
2013-07-30s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()Thomas Huth
2013-07-30s390x/ioinst: Fixed priority of operand exceptionsThomas Huth
2013-07-30s390x/ioinst: Fixed alignment check in SCHM instructionThomas Huth
2013-07-30s390x/ioinst: Throw addressing exception when memory_map failedThomas Huth
2013-07-30s390x/ioinst: Add missing alignment checks for IO instructionsThomas Huth
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell
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-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