aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-10elf-loader: Provide the possibility to relocate s390 ELF filesThomas Huth3-0/+82
2015-03-10s390-ccw.img: Reinitialize guessing on rebootChristian Borntraeger1-0/+1
2015-03-10s390-ccw.img: Allow bigger ramdisk sizes or offsetsChristian Borntraeger3-2/+4
2015-03-10s390x/kvm: passing max memory size to acceleratorDominik Dingel3-0/+69
2015-03-10virtio-ccw: Convert to realize()Markus Armbruster2-61/+75
2015-03-10virtio-s390: Convert to realize()Markus Armbruster2-35/+47
2015-03-10virtio-s390: s390_virtio_device_init() can't fail, simplifyMarkus Armbruster1-14/+15
2015-03-10s390x/kvm: enable the new SIGP handling in user spaceDavid Hildenbrand1-0/+3
2015-03-10s390x/kvm: deliver SIGP RESTART directly if stoppedDavid Hildenbrand1-2/+11
2015-03-10s390x: add function to deliver restart irqsDavid Hildenbrand2-8/+32
2015-03-10s390x/kvm: SIGP START is only applicable when STOPPEDDavid Hildenbrand1-0/+5
2015-03-10s390x/kvm: implement handling of new SIGP ordersDavid Hildenbrand4-5/+218
2015-03-10s390x/kvm: trace all SIGP ordersDavid Hildenbrand2-1/+4
2015-03-10s390x/kvm: helper to set the SIGP status in SigpInfoDavid Hildenbrand1-3/+8
2015-03-10s390x/kvm: pass the SIGP instruction parameter to the SIGP handlerDavid Hildenbrand1-2/+6
2015-03-10s390x/kvm: more details for SIGP handler with one destination vcpuDavid Hildenbrand1-62/+91
2015-03-10s390x: introduce defines for SIGP condition codesDavid Hildenbrand3-10/+17
2015-03-10synchronize Linux headers to 4.0-rc3Christian Borntraeger6-40/+93
2015-03-09Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell41-383/+1284
2015-03-09target-ppc: Fix warnings from SparseStefan Weil1-2/+3
2015-03-09sPAPR: Implement sPAPRPHBClass EEH callbacksGavin Shan2-0/+116
2015-03-09sPAPR: Implement EEH RTAS callsGavin Shan3-2/+316
2015-03-09target-ppc: Add versions to server CPU descriptionsAlexey Kardashevskiy2-7/+9
2015-03-09PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur2-0/+11
2015-03-09PPC: Remove duplicate OPENPIC defines in default-configsAlexander Graf2-2/+0
2015-03-09ppc64-softmmu: Remove duplicated OPENPIC from configAlexey Kardashevskiy1-1/+0
2015-03-09Revert "default-configs/ppc64: add all components of i82378 SuperIO chip used...Alexey Kardashevskiy1-6/+0
2015-03-09spapr_vio: Convert to realize()Markus Armbruster6-38/+27
2015-03-09openpic: convert to vmstateMark Cave-Ayland1-134/+119
2015-03-09openpic: switch IRQQueue queue from inline to bitmapMark Cave-Ayland1-9/+16
2015-03-09openpic: fix up loadvm under -M mac99Mark Cave-Ayland1-5/+3
2015-03-09openpic: fix segfault on -M mac99 savevmMark Cave-Ayland1-1/+1
2015-03-09target-ppc: force update of msr bits in cpu_post_loadMark Cave-Ayland1-1/+7
2015-03-09target-ppc: move sdr1 value change detection logic to helper_store_sdr1()Mark Cave-Ayland2-21/+21
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-03-09adb.c: include ADBDevice parent state in KBDState and MouseStateMark Cave-Ayland1-4/+18
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland1-0/+24
2015-03-09display cpu id dump stateTristan Gingold1-2/+3
2015-03-09Openpic: check that cpu id is within the number of cpusFabien Chouteau1-2/+2
2015-03-09pseries: Switch VGA endian on H_SET_MODEDavid Gibson3-0/+31
2015-03-09vga: Expose framebuffer byteorder as a QOM propertyDavid Gibson1-0/+29
2015-03-09spapr: Clean up misuse of qdev_init() in xics-kvm creationMarkus Armbruster1-13/+12
2015-03-09PPC: Clean up misuse of qdev_init() in kvm-openpic creationMarkus Armbruster1-9/+11
2015-03-09pseries: Export RTC time via QOMDavid Gibson2-0/+10
2015-03-09pseries: Move rtc_offset into RTC device's state structureDavid Gibson3-8/+66
2015-03-09pseries: Make the PAPR RTC a qdev deviceDavid Gibson4-7/+61
2015-03-09pseries: Make RTAS time of day functions respect -rtc optionsDavid Gibson1-4/+36
2015-03-09pseries: Add spapr_rtc_read() helper functionDavid Gibson3-3/+13
2015-03-09pseries: Add more parameter validation in RTAS time of day functionsDavid Gibson1-1/+6
2015-03-09pseries: Move sPAPR RTC code into its own fileDavid Gibson5-50/+88