summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* 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
| * hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster2016-01-132-13/+13
| * error: Strip trailing '\n' from error string arguments (again)Markus Armbruster2016-01-133-13/+13
| * error: Use error_report_err() instead of monitor_printf()Markus Armbruster2016-01-131-2/+1Star
* | s390x/pci: return real state during listing PCIYi Min Zhao2016-01-131-1/+2
* | virtio-ccw: fix sanity check for vectorHalil Pasic2016-01-131-1/+2
* | s390: Introduce CCW_COMPAT_2_5Shmulik Ladkani2016-01-131-0/+9
* | s390x/virtio: use qemu_check_nic_model()Cornelia Huck2016-01-131-4/+1Star
* | s390x/pci: code cleanupYi Min Zhao2016-01-131-3/+3
* | s390x/pci: reject some operations to disabled PCI functionYi Min Zhao2016-01-133-7/+11
* | s390x: remove s390-virtio devicesPierre Morel2016-01-134-946/+1Star
* | s390x: remove s390-virtio machinePierre Morel2016-01-131-162/+0Star
* | s390x: add 2.6 compat machineCornelia Huck2016-01-131-2/+16
|/
* Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell2016-01-121-1/+1
|\
| * 9pfs: introduce V9fsVirtioStateWei Liu2016-01-121-1/+1
* | hw/s390x: Remove superfluous return statementsThomas Huth2016-01-112-5/+0Star
|/
* virtio: handle non-virtio-1-capable backend for ccwCornelia Huck2015-12-021-0/+12
* s390x/pci: fix up IOMMU sizeYi Min Zhao2015-12-013-5/+30
* s390x: no deprecation warning while testingCornelia Huck2015-12-011-3/+6
* s390: deprecate the non-ccw machine in 2.5Christian Borntraeger2015-11-111-1/+5
* s390x/ipl: switch error reporting to error_setgDavid Hildenbrand2015-11-111-7/+11
* s390x/ipl: clean up qom definitions and turn into TYPE_DEVICEDavid Hildenbrand2015-11-113-51/+36Star
* s390x: switch to memory_region_allocate_system_memoryDominik Dingel2015-11-111-2/+1Star