| Commit message (Expand) | Author | Age | Files | Lines |
* | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -39/+13 |
* | Use OBJECT_DECLARE_TYPE when possible | Eduardo Habkost | 2020-09-18 | 1 | -4/+1 |
* | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 1 | -38/+30 |
* | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 1 | -29/+44 |
* | virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASS | Eduardo Habkost | 2020-08-27 | 1 | -2/+2 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -1/+1 |
* | s390x/ccw: make sure all ccw devices are properly reset | Cornelia Huck | 2018-05-14 | 1 | -0/+1 |
* | s390x/virtio: Convert virtio-ccw from *_exit to *_unrealize | Nia Alarie | 2018-03-08 | 1 | -1/+1 |
* | virtio-ccw: Add the virtio-input devices for CCW bus | Farhan Ali | 2017-10-20 | 1 | -0/+22 |
* | virtio-ccw: Create a virtio gpu device for the ccw bus | Farhan Ali | 2017-09-19 | 1 | -0/+10 |
* | virtio-ccw: add virtio-crypto-ccw device | Halil Pasic | 2017-02-24 | 1 | -0/+12 |
* | virtio-ccw: handle virtio 1 only devices | Halil Pasic | 2017-02-24 | 1 | -0/+1 |
* | virtio: move ioeventfd_started flag to VirtioBusState | Paolo Bonzini | 2016-10-30 | 1 | -1/+0 |
* | virtio: move ioeventfd_disabled flag to VirtioBusState | Paolo Bonzini | 2016-10-30 | 1 | -1/+0 |
* | virtio-ccw: set revision 2 as maximal revision number | Pierre Morel | 2016-09-19 | 1 | -1/+1 |
* | virtio-ccw: respond to READ_STATUS command | Pierre Morel | 2016-09-19 | 1 | -0/+1 |
* | Remove unused function declarations | Ladi Prosek | 2016-09-15 | 1 | -1/+0 |
* | vhost-vsock: add virtio sockets device | Stefan Hajnoczi | 2016-09-09 | 1 | -0/+15 |
* | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 2016-07-12 | 1 | -10/+10 |
* | s390x/css: Unplug handler of virtual css bridge | Jing Liu | 2016-07-11 | 1 | -7/+4 |
* | s390x/css: Factor out virtual css bridge and bus | Jing Liu | 2016-07-11 | 1 | -12/+2 |
* | s390x/css: use define for "virtual-css-bridge" literal | Sascha Silbe | 2016-07-11 | 1 | -0/+3 |
* | s390x/css: factor out some generic code from virtio_ccw_device_realize() | Sascha Silbe | 2016-07-11 | 1 | -2/+0 |
* | s390x/css: introduce property type for device ids | Cornelia Huck | 2016-06-14 | 1 | -1/+1 |
* | s390x: reorganize CSS bits between cpu.h and other headers | Paolo Bonzini | 2016-05-19 | 1 | -1/+2 |
* | s390x/css: introduce indicator refcounting interfaces | Yi Min Zhao | 2016-03-01 | 1 | -9/+2 |
* | 9pfs: introduce V9fsVirtioState | Wei Liu | 2016-01-12 | 1 | -1/+1 |
* | virtio-ccw: enable virtio-1 | Cornelia Huck | 2015-09-24 | 1 | -2/+4 |
* | s390x/virtio-ccw: add virtio set-revision call | Thomas Huth | 2015-07-02 | 1 | -0/+8 |
* | virtio-ccw: add support for 9pfs | Pierre Morel | 2015-06-03 | 1 | -1/+17 |
* | virtio: move host_features | Cornelia Huck | 2015-05-31 | 1 | -4/+0 |
* | virtio-ccw: Convert to realize() | Markus Armbruster | 2015-03-10 | 1 | -1/+1 |
* | virtio-blk: use aliases instead of duplicate qdev properties | Stefan Hajnoczi | 2014-07-01 | 1 | -1/+0 |
* | s390x/virtio-ccw: wire up irq routing and irqfds | Cornelia Huck | 2014-05-20 | 1 | -1/+3 |
* | s390x/virtio-ccw: reference-counted indicators | Cornelia Huck | 2014-05-20 | 1 | -3/+10 |
* | s390x: add I/O adapter registration | Cornelia Huck | 2014-05-20 | 1 | -0/+1 |
* | s390x/virtio-ccw: Adapter interrupt support. | Cornelia Huck | 2014-03-05 | 1 | -0/+4 |
* | virtio-ccw: remove vdev field | Paolo Bonzini | 2013-12-09 | 1 | -1/+0 |
* | virtio-ccw: Wire up guest and host notifies. | Cornelia Huck | 2013-06-25 | 1 | -0/+1 |
* | virtio-ccw: Wire up ioeventfd. | Cornelia Huck | 2013-06-25 | 1 | -0/+7 |
* | virtio: Fix compilation without CONFIG_VHOST_SCSI | Ed Maste | 2013-04-26 | 1 | -0/+2 |
* | virtio-bus: make virtio_x_bus_new static. | KONRAD Frederic | 2013-04-24 | 1 | -2/+0 |
* | virtio-rng-ccw: switch to the new API. | KONRAD Frederic | 2013-04-24 | 1 | -1/+11 |
* | vhost-scsi-ccw: new device supporting the tcm_vhost Linux kernel module | Paolo Bonzini | 2013-04-19 | 1 | -0/+14 |
* | virtio-net-ccw: switch to the new API. | KONRAD Frederic | 2013-04-17 | 1 | -2/+11 |
* | virtio-serial-ccw: switch to the new API. | KONRAD Frederic | 2013-04-15 | 1 | -1/+11 |
* | hw: move headers to include/ | Paolo Bonzini | 2013-04-08 | 1 | -7/+7 |
* | virtio-balloon-ccw: switch to the new API. | KONRAD Frederic | 2013-03-28 | 1 | -0/+11 |
* | virtio-scsi-ccw: switch to new API | KONRAD Frederic | 2013-03-26 | 1 | -1/+11 |
* | virtio-blk-ccw switch to new API. | KONRAD Frederic | 2013-03-18 | 1 | -1/+13 |