summaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2015-05-31virtio-ccw: validate the number of queues against bus limitationJason Wang1-0/+9
2015-05-31virtio-ccw: introduce ccw specific queue limitJason Wang2-7/+7
2015-05-31virtio: device_plugged() can failJason Wang1-1/+1
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck1-3/+0
2015-05-31virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURECornelia Huck1-1/+0
2015-05-31virtio: move host_featuresCornelia Huck4-44/+8
2015-05-31hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccwShannon Zhao1-33/+6
2015-05-11Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-17/+1
2015-05-08virtio-ccw: implement ->device_pluggedCornelia Huck1-15/+26
2015-05-08virtio-ccw: change realization sequenceCornelia Huck1-24/+17
2015-05-08s390-virtio: clear {used,avail}_event_idx on reset as wellChristian Borntraeger1-0/+8
2015-05-08s390-virtio: use common featuresCornelia Huck1-14/+6
2015-05-08s390-virtio: Accommodate guests using virtqueues too earlyChristian Borntraeger1-0/+10
2015-04-30s390x/kvm: Support access register mode for KVM_S390_MEM_OP ioctlAlexander Yarygin2-13/+15
2015-04-30s390x/ipl: sort into categoriesCornelia Huck1-0/+1
2015-04-30sclp: sort into categoriesCornelia Huck4-0/+13
2015-04-30s390-virtio: sort into categoriesCornelia Huck1-0/+9
2015-04-30virtio-ccw: sort into categoriesCornelia Huck1-0/+9
2015-04-28virtio-scsi: Move DEFINE_VIRTIO_SCSI_FEATURES to virtio-scsiShannon Zhao2-2/+0
2015-04-28virtio-net: Move DEFINE_VIRTIO_NET_FEATURES to virtio-netShannon Zhao2-4/+0
2015-04-27virtio-ccw: using VIRTIO_NO_VECTOR instead of 0 for invalid virtqueueJason Wang1-1/+1
2015-04-26Switch non-CPU callers from ld/st*_phys to address_space_ld/st*Peter Maydell5-61/+131
2015-04-26memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell1-3/+7
2015-03-30s390x/ipl: avoid sign extensionCornelia Huck1-1/+1
2015-03-30s390x: do not include ram_addr.hPaolo Bonzini1-1/+0
2015-03-30virtio-ccw: range check in READ_VQ_CONFCornelia Huck1-0/+4
2015-03-30virtio-ccw: fix range check for SET_VQCornelia Huck1-1/+1
2015-03-16s390x/pci: fix length in sei_nt2 eventFrank Blaschka1-0/+1
2015-03-16s390x/ipl: remove dead codeDominik Dingel1-3/+0
2015-03-16s390x/virtio-bus: Remove unused function s390_virtio_bus_console()Thomas Huth2-6/+0
2015-03-16s390x: CPACF: Handle key wrap machine optionsTony Krowiak1-0/+63
2015-03-16virtio-ccw: assure BE accessesCornelia Huck1-9/+13
2015-03-16s390x/kvm: Guest Migration TOD clock synchronizationJason J. Herne2-0/+56
2015-03-11s390/bios: Make the s390-ccw.img relocatableThomas Huth1-3/+21
2015-03-10s390x/kvm: passing max memory size to acceleratorDominik Dingel1-0/+10
2015-03-10virtio-ccw: Convert to realize()Markus Armbruster2-61/+75
2015-03-10virtio-s390: Convert to realize()Markus Armbruster2-35/+47
2015-03-10virtio-s390: s390_virtio_device_init() can't fail, simplifyMarkus Armbruster1-14/+15
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev1-3/+2
2015-02-26virtio: feature bit manipulation helpersCornelia Huck1-2/+2
2015-02-26virtio: cull virtio_bus_set_vdev_featuresCornelia Huck1-2/+1
2015-02-26s390: use standard headersMichael S. Tsirkin2-22/+21
2015-02-18s390x/pci: Rework memory access in zpci instructionFrank Blaschka1-9/+28
2015-02-18s390x/ioinst: Rework memory access in STCRW instructionThomas Huth1-0/+20
2015-02-18s390x/ioinst: Rework memory access in TSCH instructionThomas Huth1-15/+23
2015-02-18s390x/css: Make schib parameter of css_do_msch constThomas Huth1-1/+1
2015-02-13s390x/ipl: make s390x ipl device aware of migrationFan Zhang1-0/+28
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang2-0/+16
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang3-15/+98
2015-02-13s390x/ipl: always load the bios for ccw machineFan Zhang4-50/+66