aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
AgeCommit message (Expand)Author
2012-08-15s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger
2012-08-15s390: Fix error handling and condition code of service callChristian Borntraeger
2012-07-10s390: autodetect map privateChristian Borntraeger
2012-06-24Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl
2012-06-18s390: stop target cpu on sigp initial resetChristian Borntraeger
2012-06-11target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber
2012-06-11target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini
2012-06-04Kill off cpu_state_reset()Andreas Färber
2012-05-01S390: dont call system_shutdown on disabled waitChristian Borntraeger
2012-05-01S390: support reboot for kvm on s390Jens Freimann
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-04-04target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPUAndreas Färber
2012-04-04target-s390x: QOM'ify CPU initAndreas Färber
2012-04-04target-s390x: QOM'ify CPU resetAndreas Färber
2012-04-04target-s390x: QOM'ify CPUAndreas Färber
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber
2012-03-14target-s390x: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2012-03-05Move helpers.h to helper.hLluís Vilanova
2012-02-28target-s390x: Clean includesStefan Weil
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