summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2014-07-03s390x/css: handle emw correctly for tschCornelia Huck1-4/+20
2014-06-25s390x/virtio-hcall: Add range check for hypervisor callThomas Huth1-4/+7
2014-02-20virtio-ccw: remove vdev fieldPaolo Bonzini2-37/+44
2014-02-20virtio-ccw: move virtio_ccw_stop_ioeventfd to virtio_ccw_busdev_unplugPaolo Bonzini1-1/+2
2013-11-21s390x: fix flat file load on 32 bit systemsMichael S. Tsirkin1-8/+9
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-1/+1
2013-09-20s390/eventfacility: allow childs to handle more than 1 event typeChristian Borntraeger2-4/+4
2013-09-20s390/eventfacility: remove unused event_type variableChristian Borntraeger1-2/+0
2013-09-20s390/eventfacility: fix multiple Read Event Data sourcesRalf Hoppe1-3/+3
2013-09-20s390/sclp: add reset() functionsHeinz Graalfs2-0/+17
2013-09-20s390/sclpquiesce: Add code to support live migrationHeinz Graalfs1-0/+13
2013-09-03Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori1-1/+1
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2-2/+0
2013-09-01misc: Fix some typos in names and commentsStefan Weil1-1/+1
2013-08-30qom: Pass available size to object_initialize()Andreas Färber2-13/+13
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber3-6/+6
2013-08-30virtio-ccw: Pass size to virtio_ccw_bus_new()Andreas Färber1-3/+5
2013-08-30s390-virtio-bus: Pass size to virtio_s390_bus_new()Andreas Färber1-3/+5
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell2-13/+13
2013-08-30s390: provide I/O subsystem resetChristian Borntraeger1-0/+15
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster2-2/+0
2013-07-29s390x: Rename 'dprintf' to 'DPRINTF'Peter Maydell2-4/+4
2013-07-29s390/ipl: Fix boot orderChristian Borntraeger1-10/+12
2013-07-15virtio-ccw: Enable x-data-plane for virtio-ccw-blkDominik Dingel1-0/+3
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini2-2/+2
2013-07-01virtio-ccw: fix build breakage on windowsCornelia Huck1-4/+2
2013-06-25virtio-ccw: Wire up guest and host notifies.Cornelia Huck2-0/+89
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck4-1/+126
2013-06-25s390/virtio-ccw: Fix virtio resetChristian Borntraeger1-0/+2
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson2-2/+2
2013-06-06virtio-ccw: Fix unsetting of indicators.Cornelia Huck1-4/+4
2013-06-06s390x/css: Fix concurrent sense.Cornelia Huck1-1/+1
2013-05-15virtio-net-x: forward the netclient name and type.KONRAD Frederic2-0/+6
2013-05-06S390: Add virtio-blk bootDominik Dingel1-0/+18
2013-05-06S390: Merging s390_ipl_cpu and s390_ipl_resetDominik Dingel1-11/+5
2013-05-06S390: BIOS check for fileDominik Dingel1-0/+4
2013-05-03virtio-scsi: fix the command line compatibility.KONRAD Frederic2-0/+24
2013-05-03virtio-serial: fix command line compatibility.KONRAD Frederic2-0/+23
2013-05-03virtio-x-bus: force bus name to virtio-bus.KONRAD Frederic2-2/+7
2013-04-26virtio-rng-s390: add properties.KONRAD Frederic1-0/+8
2013-04-26S390: CCW: Use new, working firmware by defaultAlexander Graf1-1/+1
2013-04-26S390: IPL: Use different firmware for different machinesAlexander Graf4-6/+11
2013-04-26S390: IPL: Support ELF firmwareAlexander Graf1-6/+10
2013-04-26S390: Make IPL reset address dynamicAlexander Graf1-11/+11
2013-04-26virtio: Fix compilation without CONFIG_VHOST_SCSIEd Maste3-0/+6
2013-04-25virtio-ccw: Check indicators location.Cornelia Huck1-0/+6
2013-04-24virtio: remove virtiobindings.KONRAD Frederic2-16/+0
2013-04-24virtio: remove the function pointer.KONRAD Frederic2-13/+10
2013-04-24virtio-bus: make virtio_x_bus_new static.KONRAD Frederic4-6/+6
2013-04-24virtio-rng-ccw: switch to the new API.KONRAD Frederic2-28/+32