aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2012-01-04s390: fix cpu hotplug / cpu activity on interruptsChristian Borntraeger
2012-01-04s390x: add TR function for EXECUTEAlexander Graf
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-12-06fix typo: delete redundant semicolonDong Xu Wang
2011-11-14s390x: Add shutdown for TCG s390-virtio machineAlexander Graf
2011-11-14s390: Fix cpu shutdown for KVMChristian Borntraeger
2011-11-14s390x: implement SIGP restart and shutdownAlexander Graf
2011-11-14s390x: implement rrbe instruction properlyAlexander Graf
2011-11-14s390x: update R and C bits in storage keyAlexander Graf
2011-11-14s390x: make ipte 31-bit awareAlexander Graf
2011-11-14s390x: add ldeb instructionAlexander Graf
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-09-03Use new macro QEMU_PACKED for packed structuresStefan Weil
2011-08-21Fix conversions from pointer to tcg_target_longStefan Weil
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka
2011-07-30exec.h cleanupBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-06-26Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl
2011-06-26exec.h: fix coding style and change cpu_has_work to return boolBlue Swirl
2011-06-26cpu_loop_exit: avoid using AREG0Blue Swirl
2011-06-26Fix fallouts from Linux header inclusionJan Kiszka
2011-06-20Switch build system to accompanied kernel headersJan Kiszka
2011-06-03s390x: implement lrvgrAlexander Graf
2011-06-03s390x: fix cksm instructionAlexander Graf
2011-06-03s390x: free tmp explicitly in every opcode for disas_a5()Alexander Graf
2011-06-03target-s390x: Add missing tcg_temp_free_i32()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8eStefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in disas_b2()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in do_mh()Stefan Weil
2011-06-03target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()Stefan Weil
2011-06-03target-s390x: Fix duplicate call of tcg_temp_new_i64Stefan Weil
2011-06-03target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()Stefan Weil
2011-06-03target-s390x: Fix build for non-linux hostsStefan Weil
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger
2011-05-20s390x: Fix debugging for unknown sigp order codesChristian Borntraeger
2011-05-20s390x: remove compatibility cc fieldAlexander Graf
2011-05-20s390x: translate engine for s390x CPUAlexander Graf
2011-05-20s390x: Adjust internal kvm codeAlexander Graf
2011-05-20s390x: Implement opcode helpersAlexander Graf
2011-05-20s390x: helper functions for system emulationAlexander Graf
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf
2011-05-20s390x: fix smp support for kvmChristian Borntraeger
2011-04-20Remove unused function parameter from cpu_restore_stateStefan Weil
2011-04-20Remove unused function parameters from gen_pc_load and rename the functionStefan Weil
2011-04-18s390x: Enable s390x-softmmu targetAlexander Graf