aboutsummaryrefslogtreecommitdiffstats
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
2012-09-27target-s390x: Tidy cpu_dump_stateRichard Henderson1-12/+10
2012-09-27target-s390x: Avoid double CPU_LOG_TB_CPURichard Henderson1-1/+0
2012-09-27target-s390x: Use CPU_LOG_INTRichard Henderson2-4/+6
2012-09-27target-s390x: Call tcg_gen_debug_insn_startRichard Henderson1-4/+5
2012-09-15target-s390x: avoid cpu_single_envBlue Swirl1-173/+183
2012-09-10target-s390x: switch to AREG0 free modeBlue Swirl8-290/+238
2012-09-10target-s390x: avoid AREG0 for misc helpersBlue Swirl5-56/+60
2012-09-10target-s390x: avoid AREG0 for condition code helpersBlue Swirl4-20/+18
2012-09-10target-s390x: avoid AREG0 for integer helpersBlue Swirl4-20/+19
2012-09-10target-s390x: avoid AREG0 for FPU helpersBlue Swirl7-191/+257
2012-09-10target-s390x: rename op_helper.c to misc_helper.cBlue Swirl3-5/+5
2012-09-10target-s390x: split memory access helpersBlue Swirl3-1159/+1193
2012-09-10target-s390x: split integer helpersBlue Swirl3-171/+203
2012-09-10target-s390x: split condition code helpersBlue Swirl4-522/+557
2012-09-10target-s390x: split FPU opsBlue Swirl5-810/+847
2012-09-10target-s390x: fix styleBlue Swirl2-237/+297
2012-08-15s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger4-16/+34
2012-08-15s390: Fix error handling and condition code of service callChristian Borntraeger2-11/+21
2012-07-10s390: autodetect map privateChristian Borntraeger1-0/+35
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl1-0/+1
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-1/+1
2012-06-18s390: stop target cpu on sigp initial resetChristian Borntraeger1-0/+1
2012-06-11target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber1-2/+4
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber2-3/+5
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber3-7/+7
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-1/+3
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+3
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-8/+1
2012-05-01S390: dont call system_shutdown on disabled waitChristian Borntraeger1-0/+12
2012-05-01S390: support reboot for kvm on s390Jens Freimann1-2/+1
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-5/+3
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber2-4/+6
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber3-18/+31
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber2-11/+14
2012-04-04target-s390x: QOM'ify CPUAndreas Färber4-1/+136
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-1/+1
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber5-133/+133
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber1-2/+2
2012-03-05Move helpers.h to helper.hLluís Vilanova3-3/+3
2012-02-28target-s390x: Clean includesStefan Weil3-10/+3
2012-01-04s390: fix cpu hotplug / cpu activity on interruptsChristian Borntraeger1-3/+0
2012-01-04s390x: add TR function for EXECUTEAlexander Graf1-0/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-4/+4
2011-12-06fix typo: delete redundant semicolonDong Xu Wang1-2/+2
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf2-3/+21
2011-11-14s390: Fix cpu shutdown for KVMChristian Borntraeger2-12/+9
2011-11-14s390x: implement SIGP restart and shutdownAlexander Graf1-0/+14
2011-11-14s390x: implement rrbe instruction properlyAlexander Graf1-5/+7
2011-11-14s390x: update R and C bits in storage keyAlexander Graf3-1/+16
2011-11-14s390x: make ipte 31-bit awareAlexander Graf1-0/+7
2011-11-14s390x: add ldeb instructionAlexander Graf3-0/+14
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl1-4/+3
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil1-1/+1
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl3-8/+8
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+1
2011-07-30exec.h cleanupBlue Swirl2-38/+3
2011-06-26Remove exec-all.h include directivesBlue Swirl3-3/+0
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2-12/+11
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl1-3/+3
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl1-6/+6
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka1-1/+5
2011-06-20Switch build system to accompanied kernel headersJan Kiszka2-10/+1
2011-06-03s390x: implement lrvgrAlexander Graf1-0/+3
2011-06-03s390x: fix cksm instructionAlexander Graf1-20/+8
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf1-1/+12
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil1-0/+3
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil1-0/+2
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil1-0/+1
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil1-0/+1
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil1-1/+0
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil1-2/+2
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil1-5/+0
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger1-2/+6
2011-05-20s390x: Fix debugging for unknown sigp order codesChristian Borntraeger1-1/+1
2011-05-20s390x: remove compatibility cc fieldAlexander Graf1-1/+0
2011-05-20s390x: translate engine for s390x CPUAlexander Graf1-2/+5161
2011-05-20s390x: Adjust internal kvm codeAlexander Graf1-37/+7
2011-05-20s390x: Implement opcode helpersAlexander Graf2-2/+3068
2011-05-20s390x: helper functions for system emulationAlexander Graf3-10/+565
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf1-3/+4
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf1-0/+3
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf1-0/+17
2011-05-20s390x: fix smp support for kvmChristian Borntraeger1-1/+1
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil1-1/+1
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil1-2/+1
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf2-1/+14
2011-04-18s390x: Prepare cpu.h for emulationAlexander Graf3-54/+739
2011-04-04s390x: fix KVM targetAlexander Graf1-1/+1
2011-03-16kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changesJan Kiszka1-0/+5
2011-03-15kvm: Rename kvm_arch_process_irqchip_events to async_eventsJan Kiszka1-1/+1
2011-03-13always qemu_cpu_kick after unhalting a cpuPaolo Bonzini1-0/+1
2011-03-13inline cpu_halted into sole callerPaolo Bonzini1-12/+0
2011-02-14kvm: Drop return values from kvm_arch_pre/post_runJan Kiszka1-4/+2
2011-02-14kvm: Provide sigbus services arch-independentlyJan Kiszka1-0/+10
2011-02-01Merge remote branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-1/+5
2011-01-23Delete useless 'extern' qualifiers for functionsBlue Swirl1-3/+3
2011-01-23kvm: Consolidate must-have capability checksJan Kiszka1-0/+4
2011-01-23kvm: Drop smp_cpus argument from init functionsJan Kiszka1-1/+1
2010-12-26s390: compile fixesAlexander Graf2-2/+2
2010-10-30target-xxx: Use fprintf_function (format checking)Stefan Weil1-2/+1
2010-07-03remove exec-all.h inclusion from cpu.hPaolo Bonzini1-1/+0
2010-07-03move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2-5/+6
2010-05-18target-s390: enable SIGP Initial ResetAlexander Graf1-3/+14
2010-05-11Do not stop VM if emulation failed in userspace.Gleb Natapov1-0/+5
2010-05-11kvm: enable smp > 1Marcelo Tosatti1-0/+5
2010-04-01S390: Add stub for cpu_get_phys_page_debugAlexander Graf1-0/+5
2010-03-17Large page TLB flushPaul Brook1-4/+5
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook1-5/+0
2010-03-12Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson1-0/+5
2010-03-07Update to a hopefully more future proof FSF addressBlue Swirl5-10/+5
2010-03-04KVM: Rework VCPU state writeback APIJan Kiszka1-2/+1
2010-02-14Fix incorrect exception_index useBlue Swirl1-2/+2
2010-01-19kill regs_to_env and env_to_regsPaolo Bonzini1-8/+0
2009-12-18target-s390: Fail on unknown instructionsAlexander Graf1-1/+1
2009-12-05Add support for S390x system emulationAlexander Graf4-2/+208
2009-12-05Add KVM support for S390xAlexander Graf1-0/+483
2009-12-05S/390 CPU fake emulationAlexander Graf5-0/+372