Age | Commit message (Expand) | Author | Files | Lines |
2018-03-08 | s390x/virtio: Convert virtio-ccw from *_exit to *_unrealize | Nia Alarie | 1 | -17/+17 |
2018-02-09 | s390x/flic: cache the common flic class in a central function | David Hildenbrand | 1 | -2/+2 |
2018-01-22 | hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask() | Alistair Francis | 1 | -2/+3 |
2017-12-18 | Remove empty statements | Ladi Prosek | 1 | -1/+1 |
2017-12-14 | s390x/css: unrestrict cssids | Halil Pasic | 1 | -1/+1 |
2017-10-20 | virtio-ccw: Add the virtio-input devices for CCW bus | Farhan Ali | 1 | -0/+100 |
2017-10-06 | virtio-ccw: use ccw data stream | Halil Pasic | 1 | -109/+46 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-09-19 | virtio-ccw: Create a virtio gpu device for the ccw bus | Farhan Ali | 1 | -0/+49 |
2017-09-19 | virtio-ccw: remove stale comments on endianness | Halil Pasic | 1 | -2/+0 |
2017-07-14 | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s... | Peter Maydell | 1 | -1/+1 |
2017-07-14 | s390x/css: update css_adapter_interrupt | Yi Min Zhao | 1 | -1/+1 |
2017-07-14 | virtio-crypto: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -3/+0 |
2017-07-14 | virtio-rng: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -2/+0 |
2017-07-14 | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -2/+0 |
2017-07-14 | virtio-blk: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -2/+0 |
2017-07-05 | virtio-scsi-ccw: use ioeventfd even when KVM is disabled | QingFeng Hao | 1 | -1/+1 |
2017-07-05 | s390x: vmstatify config migration for virtio-ccw | Halil Pasic | 1 | -78/+80 |
2017-06-06 | s390x/css: catch section mismatch on load | Halil Pasic | 1 | -1/+5 |
2017-05-19 | s390x/css: ccw translation infrastructure | Xiao Feng Ren | 1 | -0/+1 |
2017-05-19 | s390x/css: realize css_create_sch | Dong Jia Shi | 1 | -1/+5 |
2017-04-24 | error: Apply error_propagate_null.cocci again | Fam Zheng | 1 | -3/+1 |
2017-04-21 | s390x: register I/O adapters per ISC during init | Fei Li | 1 | -7/+6 |
2017-04-21 | s390x/css: consolidate the devno property for ccw devices | Dong Jia Shi | 1 | -12/+2 |
2017-04-21 | s390x/css: provide introspection for virtual subchannel and device busid | Dong Jia Shi | 1 | -6/+21 |
2017-02-24 | virtio-ccw: support VIRTIO_QUEUE_MAX virtqueues | Halil Pasic | 1 | -8/+8 |
2017-02-24 | virtio-ccw: check flic->adapter_routes_max_batch | Halil Pasic | 1 | -0/+7 |
2017-02-24 | virtio-ccw: Check the number of vqs in CCW_CMD_SET_IND | Halil Pasic | 1 | -0/+7 |
2017-02-24 | virtio-ccw: add virtio-crypto-ccw device | Halil Pasic | 1 | -0/+61 |
2017-02-24 | virtio-ccw: handle virtio 1 only devices | Halil Pasic | 1 | -1/+17 |
2017-01-20 | virtio-ccw: fix ring sizing | Michael S. Tsirkin | 1 | -1/+1 |
2016-12-16 | virtio: avoid using guest_notifier_mask in vhost-user mode | Wei Huang | 1 | -2/+2 |
2016-11-15 | virtio: allow per-device-class legacy features | Michael S. Tsirkin | 1 | -1/+3 |
2016-10-30 | virtio: introduce virtio_device_ioeventfd_enabled | Paolo Bonzini | 1 | -3/+3 |
2016-10-30 | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini | 1 | -21/+0 |
2016-10-30 | virtio: move ioeventfd_disabled flag to VirtioBusState | Paolo Bonzini | 1 | -10/+1 |
2016-10-30 | virtio: disable ioeventfd as early as possible | Paolo Bonzini | 1 | -4/+4 |
2016-09-19 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160919' into staging | Peter Maydell | 1 | -0/+20 |
2016-09-19 | virtio-ccw: respond to READ_STATUS command | Pierre Morel | 1 | -0/+20 |
2016-09-15 | virtio-bus: Plug devices after features are negotiated | Maxime Coquelin | 1 | -15/+15 |
2016-09-10 | vhost-vsock: add virtio sockets device | Stefan Hajnoczi | 1 | -0/+54 |
2016-07-11 | s390x/css: Unplug handler of virtual css bridge | Jing Liu | 1 | -42/+44 |
2016-07-11 | s390x/css: Factor out virtual css bridge and bus | Jing Liu | 1 | -76/+3 |
2016-07-11 | s390x/css: use define for "virtual-css-bridge" literal | Sascha Silbe | 1 | -2/+2 |
2016-07-11 | s390x/css: factor out some generic code from virtio_ccw_device_realize() | Sascha Silbe | 1 | -108/+14 |
2016-06-24 | virtio-ccw: convert to ioeventfd callbacks | Cornelia Huck | 1 | -88/+45 |
2016-06-20 | error: Remove unnecessary local_err variables | Eduardo Habkost | 1 | -21/+7 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -21/+7 |
2016-06-14 | virtio-ccw: Provide traces for indicator changes | Christian Borntraeger | 1 | -0/+1 |
2016-06-14 | s390x/css: introduce property type for device ids | Cornelia Huck | 1 | -47/+32 |