summaryrefslogtreecommitdiffstats
path: root/target-s390x
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3Star
* target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber2012-04-042-4/+6
* target-s390x: QOM'ify CPU initAndreas Färber2012-04-043-18/+31
* target-s390x: QOM'ify CPU resetAndreas Färber2012-04-042-11/+14
* target-s390x: QOM'ify CPUAndreas Färber2012-04-044-1/+136
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* target-s390x: Don't overuse CPUStateAndreas Färber2012-03-145-133/+133
* Rename cpu_reset() to cpu_state_reset()Andreas Färber2012-03-141-2/+2
* Move helpers.h to helper.hLluís Vilanova2012-03-053-3/+3
* target-s390x: Clean includesStefan Weil2012-02-283-10/+3Star
* s390: fix cpu hotplug / cpu activity on interruptsChristian Borntraeger2012-01-041-3/+0Star
* s390x: add TR function for EXECUTEAlexander Graf2012-01-041-0/+3
* Fix spelling in comments, documentation and messagesStefan Weil2011-12-141-4/+4
* fix typo: delete redundant semicolonDong Xu Wang2011-12-061-2/+2
* s390x: Add shutdown for TCG s390-virtio machineAlexander Graf2011-11-142-3/+21
* s390: Fix cpu shutdown for KVMChristian Borntraeger2011-11-142-12/+9Star
* s390x: implement SIGP restart and shutdownAlexander Graf2011-11-141-0/+14
* s390x: implement rrbe instruction properlyAlexander Graf2011-11-141-5/+7
* s390x: update R and C bits in storage keyAlexander Graf2011-11-143-1/+16
* s390x: make ipte 31-bit awareAlexander Graf2011-11-141-0/+7
* s390x: add ldeb instructionAlexander Graf2011-11-143-0/+14
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+3Star
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1
* Fix conversions from pointer to tcg_target_longStefan Weil2011-08-211-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-1/+1
* Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl2011-08-073-8/+8
* Avoid allocating TCG resources in non-TCG modeJan Kiszka2011-08-051-1/+1
* exec.h cleanupBlue Swirl2011-07-302-38/+3Star
* Remove exec-all.h include directivesBlue Swirl2011-06-263-3/+0Star
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-262-12/+11Star
* exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl2011-06-261-3/+3
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-6/+6
* Fix fallouts from Linux header inclusionJan Kiszka2011-06-261-1/+5
* Switch build system to accompanied kernel headersJan Kiszka2011-06-202-10/+1Star
* s390x: implement lrvgrAlexander Graf2011-06-031-0/+3
* s390x: fix cksm instructionAlexander Graf2011-06-031-20/+8Star
* s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf2011-06-031-1/+12
* target-s390x: Add missing tcg_temp_free_i32()Stefan Weil2011-06-031-0/+3
* target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil2011-06-031-0/+1
* target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil2011-06-031-0/+2
* target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil2011-06-031-0/+2
* target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil2011-06-031-0/+1
* target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil2011-06-031-0/+1
* target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil2011-06-031-1/+0Star
* target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil2011-06-031-2/+2
* target-s390x: Fix build for non-linux hostsStefan Weil2011-06-031-5/+0Star
* s390x: fix memory detection for guests > 64GBChristian Borntraeger2011-05-201-2/+6
* s390x: Fix debugging for unknown sigp order codesChristian Borntraeger2011-05-201-1/+1
* s390x: remove compatibility cc fieldAlexander Graf2011-05-201-1/+0Star
* s390x: translate engine for s390x CPUAlexander Graf2011-05-201-2/+5161