aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/virtio-ccw.c
AgeCommit message (Expand)Author
2023-12-30hw/s390x: Constify VMStateRichard Henderson
2023-10-25kvm: require KVM_CAP_IOEVENTFD and KVM_CAP_IOEVENTFD_ANY_LENGTHPaolo Bonzini
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-04-21virtio: refresh vring region cache after updating a virtqueue sizeCarlos López
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini
2022-06-14s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk
2021-06-21s390x/css: Refactor IRB constructionEric Farman
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel
2021-03-26s390x: add have_virtio_ccwGerd Hoffmann
2021-03-04virtio-ccw: commands on revision-less devicesCornelia Huck
2020-09-29virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-02virtio: add Virtio*BusClass sizesCornelia Huck
2020-07-22virtio: verify that legacy support is not accidentally onCornelia Huck
2020-07-03virtio-ccw: fix virtio_set_ind_atomicHalil Pasic
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-27s390x: adapter routes error handlingCornelia Huck
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-12-12hw/s390x/virtio-ccw.c: Don't take address of fields in packed structsPeter Maydell
2018-08-28hw/s390x: Move virtio-ccw-blk code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth
2018-08-28hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth
2018-08-28hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth
2018-08-28hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth
2018-08-20s390x: remove 's390-squash-mcss' optionCornelia Huck
2018-07-11error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé
2018-06-18virtio-ccw: clean up notifyHalil Pasic
2018-06-01hw: Do not include "sysemu/blockdev.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2018-05-14s390x/ccw: make sure all ccw devices are properly resetCornelia Huck
2018-05-14virtio-ccw: common reset handlerCornelia Huck
2018-03-08s390x/virtio: Convert virtio-ccw from *_exit to *_unrealizeNia Alarie
2018-02-09s390x/flic: cache the common flic class in a central functionDavid Hildenbrand