summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* virtio: avoid using guest_notifier_mask in vhost-user modeWei Huang2016-12-161-2/+2
* virtio: allow per-device-class legacy featuresMichael S. Tsirkin2016-11-151-1/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingStefan Hajnoczi2016-11-032-39/+7Star
|\
| * virtio: introduce virtio_device_ioeventfd_enabledPaolo Bonzini2016-10-301-3/+3
| * virtio: move ioeventfd_started flag to VirtioBusStatePaolo Bonzini2016-10-302-22/+0Star
| * virtio: move ioeventfd_disabled flag to VirtioBusStatePaolo Bonzini2016-10-302-11/+1Star
| * virtio: disable ioeventfd as early as possiblePaolo Bonzini2016-10-301-4/+4
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20161031' into stagingPeter Maydell2016-10-312-8/+21
|\ \
| * | s390x/pci: Check memory region dispatching callbacksPierre Morel2016-10-311-5/+20
| * | s390x/pci: use generic interface to inject interruptYi Min Zhao2016-10-311-3/+1Star
| |/
* / s390: avoid always-true comparison in s390_pci_generate_fid()Peter Maydell2016-10-281-8/+2Star
|/
* s390x/css: {c,h,t,r,x}sch: require enable AND device number validSascha Silbe2016-09-281-6/+6
* s390x/pci: code cleanupYi Min Zhao2016-09-281-11/+0Star
* s390x/pci: assign msix io region for each pci deviceYi Min Zhao2016-09-282-13/+28
* s390x/pci: re-arrange variable declarationsPierre Morel2016-09-281-2/+4
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into stagingPeter Maydell2016-09-193-1/+39
|\
| * virtio-ccw: set revision 2 as maximal revision numberPierre Morel2016-09-191-1/+1
| * virtio-ccw: respond to READ_STATUS commandPierre Morel2016-09-192-0/+21
| * s390x/kvm: disable cpu model for the 2.7 machineChristian Borntraeger2016-09-191-0/+17
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-09-191-15/+15
|\ \ | |/ |/|
| * virtio-bus: Plug devices after features are negotiatedMaxime Coquelin2016-09-151-15/+15
* | s390x: remove useless castLaurent Vivier2016-09-151-1/+1
* | Remove unused function declarationsLadi Prosek2016-09-151-1/+0Star
|/
* vhost-vsock: add virtio sockets deviceStefan Hajnoczi2016-09-092-0/+69
* s390x/kvm: allow runtime-instrumentation for "none" machineDavid Hildenbrand2016-09-061-0/+5
* s390x/sclp: propagate hmfaiDavid Hildenbrand2016-09-061-0/+1
* s390x/sclp: propagate the mha via sclpDavid Hildenbrand2016-09-061-0/+1
* s390x/sclp: propagate the ibc val (lowest and unblocked ibc)David Hildenbrand2016-09-061-0/+2
* s390x/sclp: indicate sclp featuresDavid Hildenbrand2016-09-061-0/+9
* s390x/sclp: factor out preparation of cpu entriesDavid Hildenbrand2016-09-061-10/+12
* s390x/cpumodel: "host" and "qemu" as CPU subclassesDavid Hildenbrand2016-09-061-1/+5
* s390x/css: handle cssid 255 correctlyCornelia Huck2016-09-051-5/+3Star
* s390/sclp: cache the sclp deviceChristian Borntraeger2016-09-051-1/+6
* s390x/pci: assert zpci always existingYi Min Zhao2016-09-051-5/+1Star
* s390x/pci: return directly if create zpci failedYi Min Zhao2016-09-051-0/+1
* s390x: add compat machine for 2.8Cornelia Huck2016-09-051-1/+17
* trace-events: fix first line comment in trace-eventsLaurent Vivier2016-08-121-1/+1
* s390x/pci: fix null pointer bugYi Min Zhao2016-08-081-1/+1
* s390x/css: provide a dev_path for css devicesCornelia Huck2016-07-202-1/+29
* s390x/css: sch_handle_start_func() handles resume, tooSascha Silbe2016-07-201-0/+4
* s390x/css: copy CCW format bit from ORB to SCSWSascha Silbe2016-07-201-0/+1
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-121-1/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-127-20/+20
* s390x/pci: make hot-unplug handler smootherYi Min Zhao2016-07-112-1/+37
* s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2016-07-112-5/+6
* s390x/pci: fix stpcifc_service_callYi Min Zhao2016-07-111-1/+9
* s390x/pci: refactor list_pciYi Min Zhao2016-07-113-26/+45
* s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao2016-07-111-20/+1Star
* s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao2016-07-111-0/+21
* s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao2016-07-111-46/+73