summaryrefslogtreecommitdiffstats
path: root/hw/s390x
Commit message (Expand)AuthorAgeFilesLines
* hw: Add compat machines for 7.1Cornelia Huck2022-04-201-1/+13
* virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini2022-04-064-16/+6Star
* virtio-ccw: move device type declarations to .c filesPaolo Bonzini2022-04-0613-133/+119Star
* virtio-ccw: move vhost_ccw_scsi to a separate filePaolo Bonzini2022-04-063-47/+65
* s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini2022-04-061-8/+12
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1David Miller2022-02-281-0/+3
* Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-215-5/+5
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* s390x/ipl: support extended kernel command line sizeMarc Hartmayer2022-01-181-4/+23
* hw: Add compat machines for 7.0Cornelia Huck2022-01-051-1/+13
* s390x/pci: add supported DT information to clp responseMatthew Rosato2021-12-173-0/+3
* s390x/pci: use the passthrough measurement update intervalMatthew Rosato2021-12-171-2/+3
* s390x/pci: don't use hard-coded dma range in reg_ioatMatthew Rosato2021-12-171-4/+5
* pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-3/+2Star
* s390x/ipl: check kernel command line sizeMarc Hartmayer2021-10-131-1/+11
* machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang2021-10-011-1/+1
* machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang2021-10-011-0/+1
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-303-3/+3
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-302-4/+3Star
* s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger2021-09-071-0/+5
* s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth2021-09-063-10/+10
* hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand2021-09-061-14/+51
* hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand2021-09-062-8/+8
* hw/s390x/s390-skeys: check if an address is valid before dumping the keyDavid Hildenbrand2021-09-061-5/+8
* hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dumpDavid Hildenbrand2021-09-061-20/+30
* hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrateDavid Hildenbrand2021-09-061-27/+43
* vfio-ccw: forward halt/clear errorsCornelia Huck2021-09-061-4/+34
* hw: Add compat machines for 6.2Yanan Wang2021-09-011-1/+13
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-5/+1Star
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-125-6/+15
|\
| * target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-072-2/+2
| * target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-071-1/+1
| * hw/s390x: only build tod-tcg from the CONFIG_TCG buildCho, Yu-Chen2021-07-071-1/+3
| * hw/s390x: tod: make explicit checks for accelerators when initializingCho, Yu-Chen2021-07-071-1/+8
| * hw/s390x: rename tod-qemu.c to tod-tcg.cCho, Yu-Chen2021-07-072-2/+2
* | modules: add s390x module annotationsGerd Hoffmann2021-07-091-0/+3
* | virtio: disable ioeventfd for record/replayPavel Dovgalyuk2021-07-021-0/+6
|/
* s390x/css: Add passthrough IRBEric Farman2021-06-212-1/+16
* s390x/css: Refactor IRB constructionEric Farman2021-06-213-16/+31
* s390x/css: Split out the IRB sense dataEric Farman2021-06-211-7/+12
* s390x/css: Introduce an ESW structEric Farman2021-06-211-6/+13
* s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand2021-06-211-0/+3
* 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