aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
AgeCommit message (Expand)AuthorFilesLines
2021-10-13s390x/ipl: check kernel command line sizeMarc Hartmayer1-1/+11
2021-10-01machine: Move smp_prefer_sockets to struct SMPCompatPropsYanan Wang1-1/+1
2021-10-01machine: Prefer cores over sockets in smp parsing since 6.2Yanan Wang1-0/+1
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell3-3/+3
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2-4/+3
2021-09-07s390x/cpumodel: Add more feature to gen16 default modelChristian Borntraeger1-0/+5
2021-09-06s390x: Replace PAGE_SIZE, PAGE_SHIFT and PAGE_MASKThomas Huth3-10/+10
2021-09-06hw/s390x/s390-skeys: lazy storage key enablement under TCGDavid Hildenbrand1-14/+51
2021-09-06hw/s390x/s390-skeys: rename skeys_enabled to skeys_are_enabledDavid Hildenbrand2-8/+8
2021-09-06hw/s390x/s390-skeys: check if an address is valid before dumping the keyDavid Hildenbrand1-5/+8
2021-09-06hw/s390x/s390-skeys: use memory mapping to detect which storage keys to dumpDavid Hildenbrand1-20/+30
2021-09-06hw/s390x/s390-skeys: use memory mapping to detect which storage keys to migrateDavid Hildenbrand1-27/+43
2021-09-06vfio-ccw: forward halt/clear errorsCornelia Huck1-4/+34
2021-09-01hw: Add compat machines for 6.2Yanan Wang1-1/+13
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-5/+1
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell5-6/+15
2021-07-09modules: add s390x module annotationsGerd Hoffmann1-0/+3
2021-07-07target/s390x: move kvm files into kvm/Cho, Yu-Chen2-2/+2
2021-07-07target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen1-1/+1
2021-07-07hw/s390x: only build tod-tcg from the CONFIG_TCG buildCho, Yu-Chen1-1/+3
2021-07-07hw/s390x: tod: make explicit checks for accelerators when initializingCho, Yu-Chen1-1/+8
2021-07-07hw/s390x: rename tod-qemu.c to tod-tcg.cCho, Yu-Chen2-2/+2
2021-07-02virtio: disable ioeventfd for record/replayPavel Dovgalyuk1-0/+6
2021-06-21s390x/css: Add passthrough IRBEric Farman2-1/+16
2021-06-21s390x/css: Refactor IRB constructionEric Farman3-16/+31
2021-06-21s390x/css: Split out the IRB sense dataEric Farman1-7/+12
2021-06-21s390x/css: Introduce an ESW structEric Farman1-6/+13
2021-06-21s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2David Hildenbrand1-0/+3
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