summaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)AuthorFilesLines
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