summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé2021-05-205-4/+2Star
* Do not include exec/address-spaces.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-0212-12/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-2/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-022-2/+0Star
* hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
* hw: add compat machines for 6.1Cornelia Huck2021-04-301-1/+13
* s390x: css: report errors from ccw_dstream_read/writePierre Morel2021-04-093-25/+60
* s390x: modularize virtio-gpu-ccwGerd Hoffmann2021-03-262-2/+10
* s390x: add have_virtio_ccwGerd Hoffmann2021-03-262-0/+7
* s390x/pci: Add missing initialization for g_autofree variablesMiroslav Rezanina2021-03-151-6/+3Star
* sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé2021-03-091-1/+1
* virtio-ccw: commands on revision-less devicesCornelia Huck2021-03-041-7/+14
* s390x/pci: restore missing Query PCI Function CLP dataMatthew Rosato2021-03-041-0/+5
* hw/s390x: fix build for virtio-9p-ccwHalil Pasic2021-03-041-1/+3
* s390: Recognize confidential-guest-support optionDavid Gibson2021-02-082-0/+65
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2021-01-012-17/+5Star
|\
| * qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2020-12-182-4/+4
| * qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2020-12-182-12/+0Star
| * qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost2020-12-181-1/+1
* | s390x/pci: Fix memory_region_access_valid callMatthew Rosato2020-12-211-4/+6
* | s390x/pci: fix pcistb lengthMatthew Rosato2020-12-211-2/+2
|/
* qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost2020-12-151-1/+1
* qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2020-12-152-5/+4Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-12-113-14/+18
|\
| * vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
| * s390x: do not use ram_size globalPaolo Bonzini2020-12-103-7/+13
| * s390: remove bios_namePaolo Bonzini2020-12-102-7/+4Star
* | Clean up includesMarkus Armbruster2020-12-101-1/+2
|/
* hw: add compat machines for 6.0Cornelia Huck2020-12-081-1/+13
* 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