| Commit message (Expand) | Author | Age | Files | Lines |
* | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella | 2020-09-29 | 1 | -3/+12 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | virtio: add Virtio*BusClass sizes | Cornelia Huck | 2020-09-02 | 1 | -0/+1 |
* | virtio: verify that legacy support is not accidentally on | Cornelia Huck | 2020-07-22 | 1 | -0/+6 |
* | virtio-ccw: fix virtio_set_ind_atomic | Halil Pasic | 2020-07-03 | 1 | -8/+10 |
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -4/+4 |
* | misc: Replace zero-length arrays with flexible array member (manual) | Philippe Mathieu-Daudé | 2020-03-16 | 1 | -1/+1 |
* | Let cpu_[physical]_memory() calls pass a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -1/+1 |
* | s390x: adapter routes error handling | Cornelia Huck | 2020-01-27 | 1 | -0/+4 |
* | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include hw/hw.h exactly where needed | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include migration/qemu-file-types.h a lot less | Markus Armbruster | 2019-08-16 | 1 | -0/+1 |
* | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 2019-06-12 | 1 | -0/+1 |
* | hw/s390x/virtio-ccw.c: Don't take address of fields in packed structs | Peter Maydell | 2018-12-12 | 1 | -20/+22 |
* | hw/s390x: Move virtio-ccw-blk code to a separate file | Thomas Huth | 2018-08-28 | 1 | -46/+0 |
* | hw/s390x: Move virtio-ccw-net code to a separate file | Thomas Huth | 2018-08-28 | 1 | -49/+0 |
* | hw/s390x: Move virtio-ccw-input code to a separate file | Thomas Huth | 2018-08-28 | 1 | -98/+0 |
* | hw/s390x: Move virtio-ccw-gpu code to a separate file | Thomas Huth | 2018-08-28 | 1 | -47/+0 |
* | hw/s390x: Move vhost-vsock-ccw code to a separate file | Thomas Huth | 2018-08-28 | 1 | -47/+0 |
* | hw/s390x: Move virtio-ccw-crypto code to a separate file | Thomas Huth | 2018-08-28 | 1 | -55/+0 |
* | hw/s390x: Move virtio-ccw-9p code to a separate file | Thomas Huth | 2018-08-28 | 1 | -48/+0 |
* | hw/s390x: Move virtio-ccw-rng code to a separate file | Thomas Huth | 2018-08-28 | 1 | -53/+0 |
* | hw/s390x: Move virtio-ccw-scsi code to a separate file | Thomas Huth | 2018-08-28 | 1 | -104/+0 |
* | hw/s390x: Move virtio-ccw-balloon code to a separate file | Thomas Huth | 2018-08-28 | 1 | -49/+0 |
* | hw/s390x: Move virtio-ccw-serial code to a separate file | Thomas Huth | 2018-08-28 | 1 | -58/+0 |
* | hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize() | Thomas Huth | 2018-08-28 | 1 | -15/+7 |
* | s390x: remove 's390-squash-mcss' option | Cornelia Huck | 2018-08-20 | 1 | -4/+1 |
* | error: Remove NULL checks on error_propagate() calls | Philippe Mathieu-Daudé | 2018-07-11 | 1 | -3/+1 |
* | virtio-ccw: clean up notify | Halil Pasic | 2018-06-18 | 1 | -4/+9 |
* | hw: Do not include "sysemu/blockdev.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2018-06-01 | 1 | -1/+0 |
* | s390x/ccw: make sure all ccw devices are properly reset | Cornelia Huck | 2018-05-14 | 1 | -3/+6 |
* | virtio-ccw: common reset handler | Cornelia Huck | 2018-05-14 | 1 | -12/+1 |
* | s390x/virtio: Convert virtio-ccw from *_exit to *_unrealize | Nia Alarie | 2018-03-08 | 1 | -17/+17 |
* | s390x/flic: cache the common flic class in a central function | David Hildenbrand | 2018-02-09 | 1 | -2/+2 |
* | hw/s390x: Replace fprintf(stderr, "*\n" with qemu_log_mask() | Alistair Francis | 2018-01-22 | 1 | -2/+3 |
* | Remove empty statements | Ladi Prosek | 2017-12-18 | 1 | -1/+1 |
* | s390x/css: unrestrict cssids | Halil Pasic | 2017-12-14 | 1 | -1/+1 |
* | virtio-ccw: Add the virtio-input devices for CCW bus | Farhan Ali | 2017-10-20 | 1 | -0/+100 |
* | virtio-ccw: use ccw data stream | Halil Pasic | 2017-10-06 | 1 | -109/+46 |
* | migration: pre_save return int | Dr. David Alan Gilbert | 2017-09-27 | 1 | -1/+3 |
* | virtio-ccw: Create a virtio gpu device for the ccw bus | Farhan Ali | 2017-09-19 | 1 | -0/+49 |
* | virtio-ccw: remove stale comments on endianness | Halil Pasic | 2017-09-19 | 1 | -2/+0 |
* | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170714' into s... | Peter Maydell | 2017-07-14 | 1 | -1/+1 |
|\ |
|
| * | s390x/css: update css_adapter_interrupt | Yi Min Zhao | 2017-07-14 | 1 | -1/+1 |
* | | virtio-crypto: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -3/+0 |
* | | virtio-rng: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -2/+0 |
* | | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -2/+0 |
* | | virtio-blk: Convert to DEFINE_PROP_LINK | Fam Zheng | 2017-07-14 | 1 | -2/+0 |
|/ |
|
* | virtio-scsi-ccw: use ioeventfd even when KVM is disabled | QingFeng Hao | 2017-07-05 | 1 | -1/+1 |