summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* memory: Add IOMMUTLBEventEugenio Pérez2020-12-081-11/+16
* s390x/pci: fix endianness issuesCornelia Huck2020-11-183-13/+25
* s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato2020-11-181-0/+7
* s390/kvm: fix diag318 propagation and reset functionalityCollin Walling2020-11-181-0/+4
* s390x: Avoid variable size warning in ipl.hDaniele Buono2020-11-101-2/+2
* s390x: fix build for --without-default-devicesCornelia Huck2020-11-051-1/+1
* s390x/pci: get zPCI function info from hostMatthew Rosato2020-11-013-3/+191
* s390x/pci: use a PCI Function structurePierre Morel2020-11-012-6/+14
* s390x/pci: clean up s390 PCI groupsMatthew Rosato2020-11-011-0/+12
* s390x/pci: use a PCI Group structurePierre Morel2020-11-012-9/+56
* s390x/pci: Honor DMA limits set by vfioMatthew Rosato2020-11-013-11/+92
* s390x/pci: Add routine to get the vfio dma available countMatthew Rosato2020-11-012-0/+55
* s390x/pci: Move header files to include/hw/s390xMatthew Rosato2020-11-015-689/+5Star
* s390x: pv: Remove sclp boundary checksJanosch Frank2020-10-221-5/+0Star
* s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato2020-10-221-0/+1
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2020-10-091-6/+1Star
* s390: guest support for diagnose 0x318Collin Walling2020-10-021-0/+5
* s390/sclp: add extended-length sccb support for kvm guestCollin Walling2020-10-021-6/+37
* s390/sclp: use cpu offset to locate cpu entriesCollin Walling2020-10-021-2/+4
* s390/sclp: check sccb len before filling in dataCollin Walling2020-10-021-12/+14
* s390/sclp: read sccb from mem based on provided lengthCollin Walling2020-10-022-25/+32
* s390/sclp: rework sclp boundary checksCollin Walling2020-10-021-1/+18
* s390/sclp: get machine once during read scp/cpu infoCollin Walling2020-10-021-4/+4
* hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé2020-10-021-1/+0Star
* vhost-vsock-ccw: force virtio version 1Stefano Garzarella2020-09-291-0/+12
* virtio: skip legacy support check on machine types less than 5.1Stefano Garzarella2020-09-291-3/+12
* cphp: remove deprecated cpu-add command(s)Igor Mammedov2020-09-291-12/+0Star
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-232-2/+2
* virtio: add vhost-user-fs-ccw deviceHalil Pasic2020-09-232-0/+76
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-54/+18Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-182-7/+2Star
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* ap-device: Rename AP_DEVICE_TYPE to TYPE_AP_DEVICEEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-094-52/+42Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-094-41/+63
* virtio: add Virtio*BusClass sizesCornelia Huck2020-09-021-0/+1
* s390-virtio-ccw: Rename S390_MACHINE_CLASS macroEduardo Habkost2020-08-271-7/+7
* virtio-ccw: Fix definition of VIRTIO_CCW_BUS_GET_CLASSEduardo Habkost2020-08-271-2/+2
* virtio-ccw-input: fix descriptionCornelia Huck2020-08-271-1/+1
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-08-221-1/+13
|\
| * hw: add compat machines for 5.2Cornelia Huck2020-08-191-1/+13
* | meson: convert hw/arch*Marc-André Lureau2020-08-212-37/+46
* | trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-0/+1
|/
* s390x/s390-virtio-ccw: fix off-by-one in loadparm getterHalil Pasic2020-07-301-4/+1Star
* s390x/s390-virtio-ccw: fix loadparm property getterHalil Pasic2020-07-241-1/+5
* s390x/protvirt: allow to IPL secure guests with -no-rebootChristian Borntraeger2020-07-241-1/+2
* virtio: verify that legacy support is not accidentally onCornelia Huck2020-07-221-0/+6
* virtio: Drop broken and superfluous object_property_set_link()Markus Armbruster2020-07-222-6/+0Star
* error: Eliminate error_propagate() manuallyMarkus Armbruster2020-07-103-15/+7Star
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-104-14/+5Star