summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2016-11-15virtio: allow per-device-class legacy featuresMichael S. Tsirkin1-1/+3
2016-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2-39/+7
2016-10-31Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell2-8/+21
2016-10-31s390x/pci: Check memory region dispatching callbacksPierre Morel1-5/+20
2016-10-31s390x/pci: use generic interface to inject interruptYi Min Zhao1-3/+1
2016-10-30virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini1-3/+3
2016-10-30virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2-22/+0
2016-10-30virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2-11/+1
2016-10-30virtio: disable ioeventfd as early as possiblePaolo Bonzini1-4/+4
2016-10-28s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell1-8/+2
2016-09-28s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe1-6/+6
2016-09-28s390x/pci: code cleanupYi Min Zhao1-11/+0
2016-09-28s390x/pci: assign msix io region for each pci deviceYi Min Zhao2-13/+28
2016-09-28s390x/pci: re-arrange variable declarationsPierre Morel1-2/+4
2016-09-19Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into stagingPeter Maydell3-1/+39
2016-09-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-15/+15
2016-09-19virtio-ccw: set revision 2 as maximal revision numberPierre Morel1-1/+1
2016-09-19virtio-ccw: respond to READ_STATUS commandPierre Morel2-0/+21
2016-09-19s390x/kvm: disable cpu model for the 2.7 machineChristian Borntraeger1-0/+17
2016-09-15virtio-bus: Plug devices after features are negotiatedMaxime Coquelin1-15/+15
2016-09-15s390x: remove useless castLaurent Vivier1-1/+1
2016-09-15Remove unused function declarationsLadi Prosek1-1/+0
2016-09-10vhost-vsock: add virtio sockets deviceStefan Hajnoczi2-0/+69
2016-09-06s390x/kvm: allow runtime-instrumentation for "none" machineDavid Hildenbrand1-0/+5
2016-09-06s390x/sclp: propagate hmfaiDavid Hildenbrand1-0/+1
2016-09-06s390x/sclp: propagate the mha via sclpDavid Hildenbrand1-0/+1
2016-09-06s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand1-0/+2
2016-09-06s390x/sclp: indicate sclp featuresDavid Hildenbrand1-0/+9
2016-09-06s390x/sclp: factor out preparation of cpu entriesDavid Hildenbrand1-10/+12
2016-09-06s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand1-1/+5
2016-09-05s390x/css: handle cssid 255 correctlyCornelia Huck1-5/+3
2016-09-05s390/sclp: cache the sclp deviceChristian Borntraeger1-1/+6
2016-09-05s390x/pci: assert zpci always existingYi Min Zhao1-5/+1
2016-09-05s390x/pci: return directly if create zpci failedYi Min Zhao1-0/+1
2016-09-05s390x: add compat machine for 2.8Cornelia Huck1-1/+17
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-08-08s390x/pci: fix null pointer bugYi Min Zhao1-1/+1
2016-07-20s390x/css: provide a dev_path for css devicesCornelia Huck2-1/+29
2016-07-20s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe1-0/+4
2016-07-20s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe1-0/+1
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster1-1/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster7-20/+20
2016-07-11s390x/pci: make hot-unplug handler smootherYi Min Zhao2-1/+37
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2-5/+6
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao1-1/+9
2016-07-11s390x/pci: refactor list_pciYi Min Zhao3-26/+45
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao1-20/+1
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao1-0/+21
2016-07-11s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao1-46/+73
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao3-5/+5