summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* s390: use FILE instead of QEMUFile for creating text fileDaniel P. Berrange2016-05-261-12/+14
* machine: add properties to compat_props incrementalyIgor Mammedov2016-05-201-1/+0Star
* s390x: reorganize CSS bits between cpu.h and other headersPaolo Bonzini2016-05-196-133/+10Star
* s390: remove misleading commentMichael Tokarev2016-05-181-1/+1
* s390x/pci: remove whitespaceYi Min Zhao2016-05-171-5/+5
* s390x/pci: add length checking for pci sclp handlersYi Min Zhao2016-05-171-2/+12
* s390x/pci: enhance mpcifc_service_callYi Min Zhao2016-05-172-7/+54
* s390x/pci: fix s390_pci_sclp_deconfigureYi Min Zhao2016-05-171-0/+7
* s390x/pci: introduce S390PCIBusDevice.iommu_enabledYi Min Zhao2016-05-172-5/+5
* s390x/pci: export pci_dereg_ioat and pci_dereg_irqsYi Min Zhao2016-05-172-5/+8
* s390x/pci: separate s390_pcihost_iommu_configure functionYi Min Zhao2016-05-173-13/+16
* s390x/pci: separate s390_sclp_configure functionYi Min Zhao2016-05-173-8/+29
* s390x/pci: fix reg_irqs()Yi Min Zhao2016-05-171-2/+15
* s390x/ipl: Remove redundant usage of gr7Alexander Yarygin2016-05-171-27/+6Star
* s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin2016-05-172-1/+3
* s390x/ipl: Provide ipl parameter blockAlexander Yarygin2016-05-172-0/+8
* s390x/ipl: Add type and length checks for IplParameterBlock valuesAlexander Yarygin2016-05-171-0/+21
* s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin2016-05-173-6/+87
* s390x: enable runtime instrumentationFan Zhang2016-05-171-0/+20
* s390x: add compat machine for 2.7Cornelia Huck2016-05-171-1/+20
* hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini2016-03-223-0/+6
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-226-0/+6
* machine: Use type_init() to register machine classesEduardo Habkost2016-03-161-1/+1
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-03-151-1/+1
|\
| * msi_supported -> msi_nonbrokenMichael S. Tsirkin2016-03-111-1/+1
* | s390x/cpu: use g_new0Cornelia Huck2016-03-101-1/+1
* | s390x: Introduce S390MachineClassJanosch Frank2016-03-101-14/+1Star
* | s390x: Introduce machine definition macrosJanosch Frank2016-03-101-42/+47
* | s390x/cpu: Allow hotplug of CPUsMatthew Rosato2016-03-101-0/+10
* | s390x/cpu: Add error handling to cpu creationMatthew Rosato2016-03-101-1/+1
* | s390x/cpu: Add CPU property linksMatthew Rosato2016-03-102-5/+46
* | s390x/cpu: Tolerate max_cpusMatthew Rosato2016-03-101-5/+6
* | s390x/cpu: Set initial CPU state in common routineMatthew Rosato2016-03-101-4/+0Star
* | s390x/cpu: Cleanup init in preparation for hotplugMatthew Rosato2016-03-103-6/+6
|/
* loader: Add data swap option to load-elfPeter Crosthwaite2016-03-041-2/+2
* s390x/css: only suspend when enabled by orbCornelia Huck2016-03-011-3/+8
* s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang2016-03-011-1/+1
* s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost2016-03-011-14/+11Star
* s390x/css: Allocate channel_subsys staticallyEduardo Habkost2016-03-011-93/+92Star
* s390x/pci: fix reg/dereg irq functionsYi Min Zhao2016-03-012-12/+13
* s390x/css: introduce indicator refcounting interfacesYi Min Zhao2016-03-014-72/+79
* s390x/virtio: old machine leftoversCornelia Huck2016-03-011-2/+0Star
* s390x: remove s390-zipl.romMichael Tokarev2016-02-112-2/+1Star
* s390: Clean up includesPeter Maydell2016-01-2914-0/+14
* s390x/css: fix control flags during cschHalil Pasic2016-01-271-1/+1
* s390x: fix generation of event information crwSong Shan Gong2016-01-272-1/+13
* s390x/sclp: add device to the sysbus in sclp_realizeDavid Hildenbrand2016-01-271-2/+6
* s390x/skeys: Fix instance and class sizeChristian Borntraeger2016-01-271-1/+1
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' into...Peter Maydell2016-01-144-29/+25Star
|\
| * s390/sclp: Simplify control flow in sclp_realize()Markus Armbruster2016-01-131-6/+3Star