summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
...
* include: remove compat.hMarc-André Lureau2019-01-071-1/+0Star
* compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau2019-01-071-5/+1Star
* compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau2019-01-071-4/+1Star
* compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau2019-01-071-5/+1Star
* compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau2019-01-071-1/+1
* compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau2019-01-071-5/+1Star
* compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau2019-01-071-4/+1Star
* compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau2019-01-071-5/+1Star
* machine: move compat properties out of globalsMarc-André Lureau2019-01-071-127/+112Star
* hw: apply machine compat properties without touching globalsMarc-André Lureau2019-01-071-11/+22
* machines: replace COMPAT define with a static arrayMarc-André Lureau2019-01-071-104/+115
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-12-211-6/+6
|\
| * s390x/pci: rename hotplug handler callbacksDavid Hildenbrand2018-12-201-6/+6
* | hw/s390/ccw.c: Don't take address of packed membersPeter Maydell2018-12-201-6/+26
|/
* error: Remove NULL checks on error_propagate() callsMarkus Armbruster2018-12-181-3/+1Star
* hw/s390x/virtio-ccw.c: Don't take address of fields in packed structsPeter Maydell2018-12-121-20/+22
* s390x/tod: Properly stop the KVM TOD while the guest is not runningDavid Hildenbrand2018-12-121-2/+100
* s390x: introduce 4.0 compat machineCornelia Huck2018-12-121-1/+16
* s390x/zpci: drop msix.availableDavid Hildenbrand2018-12-122-3/+0Star
* s390x/pci: properly fail if the zPCI device cannot be createdDavid Hildenbrand2018-11-131-6/+19
* hw/s390x: Include the tod-qemu also for builds with --disable-tcgThomas Huth2018-10-121-1/+1
* s390x/ap: base Adjunct Processor (AP) object modelTony Krowiak2018-10-124-0/+122
* hw/s390x/s390-pci-bus: Convert sysbus init function to realize functionThomas Huth2018-10-041-13/+21
* s390x: Fence huge pages prior to 3.1Janosch Frank2018-10-041-0/+10
* hw/s390x/css: Remove QEMU_PACKED from struct SenseIdThomas Huth2018-10-041-16/+22
* hw/s390x/ipl: Fix alignment problems of S390IPLState membersThomas Huth2018-10-041-2/+3
* hw/s390x: Move virtio-ccw-blk code to a separate fileThomas Huth2018-08-283-46/+68
* hw/s390x: Move virtio-ccw-net code to a separate fileThomas Huth2018-08-283-49/+71
* hw/s390x: Move virtio-ccw-input code to a separate fileThomas Huth2018-08-283-98/+119
* hw/s390x: Move virtio-ccw-gpu code to a separate fileThomas Huth2018-08-283-47/+68
* hw/s390x: Move vhost-vsock-ccw code to a separate fileThomas Huth2018-08-283-47/+61
* hw/s390x: Move virtio-ccw-crypto code to a separate fileThomas Huth2018-08-283-55/+76
* hw/s390x: Move virtio-ccw-9p code to a separate fileThomas Huth2018-08-283-48/+66
* hw/s390x: Move virtio-ccw-rng code to a separate fileThomas Huth2018-08-283-53/+75
* hw/s390x: Move virtio-ccw-scsi code to a separate fileThomas Huth2018-08-283-104/+126
* hw/s390x: Move virtio-ccw-balloon code to a separate fileThomas Huth2018-08-283-49/+71
* hw/s390x: Move virtio-ccw-serial code to a separate fileThomas Huth2018-08-283-58/+79
* hw/s390x/virtio-ccw: Consolidate calls to virtio_ccw_unrealize()Thomas Huth2018-08-281-15/+7Star
* s390x: remove 's390-squash-mcss' optionCornelia Huck2018-08-206-51/+7Star
* s390x: introduce 3.1 compat machineCornelia Huck2018-08-201-1/+16
* s390x/sclp: fix maxram calculationChristian Borntraeger2018-07-301-0/+1
* error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé2018-07-111-3/+1Star
* s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda2018-07-112-3/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-023-3/+6
|\
| * hw/s390x: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-023-3/+6
* | s390x/tcg: properly implement the TODDavid Hildenbrand2018-07-022-4/+53