aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)Author
2017-05-19s390x/css: add s390-squash-mcss machine optionXiao Feng Ren
2017-05-17s390-pcibus: No need to set user_creatable=false explicitlyEduardo Habkost
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost
2017-05-10Merge remote-tracking branch 'mjt/tags/trivial-patches-fetch' into stagingStefan Hajnoczi
2017-05-07Remove reduntant qemu: from error functionsIshani Chugh
2017-05-05Merge remote-tracking branch 'cohuck/tags/s390x-3270-20170504' into stagingStefan Hajnoczi
2017-05-04s390x/3270: 3270 data stream handlingJing Liu
2017-05-04s390x/3270: Add abstract emulated ccw-attached 3270 deviceYang Chen
2017-05-04s390x/css: Add an algorithm to find a free chpidJing Liu
2017-05-02hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth
2017-05-02hw/s390x/sclp: update LOADPARM in SCP InfoFarhan Ali
2017-05-02hw/s390x/ipl: enable LOADPARM in IPIB for a boot deviceFarhan Ali
2017-05-02hw/s390x: provide loadparm property for the machineFarhan Ali
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng
2017-04-21s390x: register I/O adapters per ISC during initFei Li
2017-04-21s390x: initialize flic before I/O subsystemsFei Li
2017-04-21s390x: use enum for adapter type and standardize its namingFei Li
2017-04-21s390x/css: consolidate the devno property for ccw devicesDong Jia Shi
2017-04-21s390x/css: provide introspection for virtual subchannel and device busidDong Jia Shi
2017-04-21s390x/css: introduce read-only property type for device idsDong Jia Shi
2017-04-21s390x/pci: make printf always compile in debug outputDanil Antonov
2017-04-21s390x: introduce 2.10 compat machineCornelia Huck
2017-03-20s390x/css: reassign subchannel if schid is changed after migrationDong Jia Shi
2017-02-28s390x/ipl: Load network boot imageFarhan Ali
2017-02-28s390x/ipl: Extend S390IPLState to support network bootFarhan Ali
2017-02-24s390x/css: handle format-0 TIC CCW correctlyDong Jia Shi
2017-02-24virtio-ccw: support VIRTIO_QUEUE_MAX virtqueuesHalil Pasic
2017-02-24s390x: bump ADAPTER_ROUTES_MAX_GSIHalil Pasic
2017-02-24virtio-ccw: check flic->adapter_routes_max_batchHalil Pasic
2017-02-24virtio-ccw: Check the number of vqs in CCW_CMD_SET_INDHalil Pasic
2017-02-24virtio-ccw: add virtio-crypto-ccw deviceHalil Pasic
2017-02-24virtio-ccw: handle virtio 1 only devicesHalil Pasic
2017-02-24s390x/s390-virtio: get rid of DPRINTFCornelia Huck
2017-02-01s390x/kvm: fix small race reboot vs. cmmaChristian Borntraeger
2017-02-01s390-pci: fix compilation on older GCC versionsPaolo Bonzini
2017-01-24hw: Fix typos found by codespellStefan Weil
2017-01-20Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-01-20virtio-ccw: fix ring sizingMichael S. Tsirkin
2017-01-20s390x/pci: merge msix init functionsYi Min Zhao
2017-01-20s390x/pci: handle PCIBridge bus numberPierre Morel
2017-01-20s390x/pci: use hashtable to look up zpci via fhYi Min Zhao
2017-01-20s390x/pci: PCI multibus bridge handlingPierre Morel
2017-01-20s390x/pci: optimize calling s390_get_phb()Yi Min Zhao
2017-01-20s390x/pci: change the device array to a listPierre Morel
2017-01-20s390x/pci: dynamically allocate iommuYi Min Zhao
2017-01-20s390x/pci: make S390PCIIOMMU inherit ObjectYi Min Zhao
2017-01-20s390x: add compat machine for 2.9Cornelia Huck
2017-01-20s390x: remove double compat statementChristian Borntraeger
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2016-12-16virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang