index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
s390x
/
virtio-ccw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio: stop ioeventfd on reset
Paolo Bonzini
2022-06-14
1
-1
/
+0
*
s390x: simplify virtio_ccw_reset_virtio
Paolo Bonzini
2022-06-14
1
-6
/
+5
*
virtio-ccw: do not include headers for all virtio devices
Paolo Bonzini
2022-04-06
1
-0
/
+2
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-2
/
+1
*
virtio: disable ioeventfd for record/replay
Pavel Dovgalyuk
2021-07-02
1
-0
/
+6
*
s390x/css: Refactor IRB construction
Eric Farman
2021-06-21
1
-0
/
+1
*
hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
Philippe Mathieu-Daudé
2021-05-20
1
-1
/
+0
*
hw: Do not include hw/sysbus.h if it is not necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
s390x: css: report errors from ccw_dstream_read/write
Pierre Morel
2021-04-09
1
-18
/
+48
*
s390x: add have_virtio_ccw
Gerd Hoffmann
2021-03-26
1
-0
/
+2
*
virtio-ccw: commands on revision-less devices
Cornelia Huck
2021-03-04
1
-7
/
+14
*
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
[next]