aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé5-4/+2
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth12-12/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-2/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2-2/+0
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth2-2/+0
2021-04-30hw: add compat machines for 6.1Cornelia Huck1-1/+13
2021-04-09s390x: css: report errors from ccw_dstream_read/writePierre Morel3-25/+60
2021-03-26s390x: modularize virtio-gpu-ccwGerd Hoffmann2-2/+10
2021-03-26s390x: add have_virtio_ccwGerd Hoffmann2-0/+7
2021-03-15s390x/pci: Add missing initialization for g_autofree variablesMiroslav Rezanina1-6/+3
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé1-1/+1
2021-03-04virtio-ccw: commands on revision-less devicesCornelia Huck1-7/+14
2021-03-04s390x/pci: restore missing Query PCI Function CLP dataMatthew Rosato1-0/+5
2021-03-04hw/s390x: fix build for virtio-9p-ccwHalil Pasic1-1/+3
2021-02-08s390: Recognize confidential-guest-support optionDavid Gibson2-0/+65
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell2-17/+5
2020-12-21s390x/pci: Fix memory_region_access_valid callMatthew Rosato1-4/+6
2020-12-21s390x/pci: fix pcistb lengthMatthew Rosato1-2/+2
2020-12-18qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()Eduardo Habkost2-4/+4
2020-12-18qdev: Move dev->realized check to qdev_property_set()Eduardo Habkost2-12/+0
2020-12-18qdev: Get just property name at error_set_from_qdev_prop_error()Eduardo Habkost1-1/+1
2020-12-15qdev: Make error_set_from_qdev_prop_error() get Object* argumentEduardo Habkost1-1/+1
2020-12-15qdev: Make qdev_get_prop_ptr() get Object* argEduardo Habkost2-5/+4
2020-12-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell3-14/+18
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini1-0/+1
2020-12-10s390x: do not use ram_size globalPaolo Bonzini3-7/+13
2020-12-10s390: remove bios_namePaolo Bonzini2-7/+4
2020-12-10Clean up includesMarkus Armbruster1-1/+2
2020-12-08hw: add compat machines for 6.0Cornelia Huck1-1/+13
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-11/+16
2020-11-18s390x/pci: fix endianness issuesCornelia Huck3-13/+25
2020-11-18s390x/pci: Unregister listeners before destroying IOMMU address spaceMatthew Rosato1-0/+7
2020-11-18s390/kvm: fix diag318 propagation and reset functionalityCollin Walling1-0/+4
2020-11-10s390x: Avoid variable size warning in ipl.hDaniele Buono1-2/+2
2020-11-05s390x: fix build for --without-default-devicesCornelia Huck1-1/+1
2020-11-01s390x/pci: get zPCI function info from hostMatthew Rosato3-3/+191
2020-11-01s390x/pci: use a PCI Function structurePierre Morel2-6/+14
2020-11-01s390x/pci: clean up s390 PCI groupsMatthew Rosato1-0/+12
2020-11-01s390x/pci: use a PCI Group structurePierre Morel2-9/+56
2020-11-01s390x/pci: Honor DMA limits set by vfioMatthew Rosato3-11/+92
2020-11-01s390x/pci: Add routine to get the vfio dma available countMatthew Rosato2-0/+55
2020-11-01s390x/pci: Move header files to include/hw/s390xMatthew Rosato5-689/+5
2020-10-22s390x: pv: Remove sclp boundary checksJanosch Frank1-5/+0
2020-10-22s390x/s390-virtio-ccw: Reset PCI devices during subsystem resetMatthew Rosato1-0/+1
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2020-10-02s390: guest support for diagnose 0x318Collin Walling1-0/+5
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling1-6/+37