summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-s390x: avoid cpu_single_envBlue Swirl2012-11-131-173/+183
* target-s390x: switch to AREG0 free modeBlue Swirl2012-11-138-290/+238
* target-s390x: avoid AREG0 for misc helpersBlue Swirl2012-11-135-56/+60
* target-s390x: avoid AREG0 for condition code helpersBlue Swirl2012-11-134-20/+18
* target-s390x: avoid AREG0 for integer helpersBlue Swirl2012-11-134-20/+19
* target-s390x: avoid AREG0 for FPU helpersBlue Swirl2012-11-137-191/+257
* target-s390x: rename op_helper.c to misc_helper.cBlue Swirl2012-11-133-5/+5
* target-s390x: split memory access helpersBlue Swirl2012-11-133-1159/+1193
* target-s390x: split integer helpersBlue Swirl2012-11-133-171/+203
* target-s390x: split condition code helpersBlue Swirl2012-11-134-522/+557
* target-s390x: split FPU opsBlue Swirl2012-11-135-810/+847
* target-s390x: fix styleBlue Swirl2012-11-132-237/+297
* s390: provide interface for service interrupt/introduce interrupt.cChristian Borntraeger2012-08-154-16/+34
* s390: Fix error handling and condition code of service callChristian Borntraeger2012-08-152-11/+21
* s390: autodetect map privateChristian Borntraeger2012-07-101-0/+35
* Merge branch 's390-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2012-06-241-0/+1
|\
| * s390: stop target cpu on sigp initial resetChristian Borntraeger2012-06-181-0/+1
* | qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl2012-06-211-1/+1
|/
* target-s390x: Pass S390CPU to s390_cpu_restart()Andreas Färber2012-06-111-2/+4
* s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber2012-06-112-3/+5
* target-s390x: Let cpu_s390x_init() return S390CPUAndreas Färber2012-06-113-7/+7
* build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move libobj-y variable to nested Makefile.objsPaolo Bonzini2012-06-071-1/+3
* build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini2012-06-071-0/+1
* Kill off cpu_state_reset()Andreas Färber2012-06-041-8/+1
* S390: dont call system_shutdown on disabled waitChristian Borntraeger2012-05-011-0/+12
* S390: support reboot for kvm on s390Jens Freimann2012-05-011-2/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+3
* 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/+3
* s390: fix cpu hotplug / cpu activity on interruptsChristian Borntraeger2012-01-041-3/+0
* 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/+9
* 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/+3
* Use new macro QEMU_PACKED for packed structuresStefan Weil2011-09-031-1/+1