aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)Author
2024-01-11target/s390x/kvm/pv: Provide some more useful information if decryption failsThomas Huth
2023-12-30hw/s390x: Constify VMStateRichard Henderson
2023-12-20hw/s390x/ipl: Remove unused 'exec/exec-all.h' included headerPhilippe Mathieu-Daudé
2023-07-10hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/Philippe Mathieu-Daudé
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-04-06virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini
2022-04-06s390x: follow qdev tree to detect SCSI device on a CCW busPaolo Bonzini
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-01-18s390x/ipl: support extended kernel command line sizeMarc Hartmayer
2021-10-13s390x/ipl: check kernel command line sizeMarc Hartmayer
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2020-12-10vl: extract softmmu/datadir.cPaolo Bonzini
2020-12-10s390x: do not use ram_size globalPaolo Bonzini
2020-12-10s390: remove bios_namePaolo Bonzini
2020-07-24s390x/protvirt: allow to IPL secure guests with -no-rebootChristian Borntraeger
2020-07-10error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-04-29s390x: protvirt: Support unpack facilityJanosch Frank
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic
2020-03-10s390/ipl: sync back loadparmHalil Pasic
2020-02-27s390x: Rename and use constants for short PSW address and maskJanosch Frank
2020-02-20Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-30hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde
2020-01-29hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster
2019-05-17s390/ipl: cast to SCSIDevice directlyCornelia Huck
2019-04-12s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne
2019-04-03hw/s390x/ipl: avoid taking address of fields in packed structDaniel P. Berrangé
2019-02-05elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick
2018-07-02loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth
2018-07-02s390/ipl: fix ipl with -no-rebootChristian Borntraeger
2018-06-18s390x/ipl: Try to detect Linux vs non Linux for initial IPL PSWChristian Borntraeger
2018-05-14s390x: refactor reset/reipl handlingDavid Hildenbrand
2018-05-02pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling
2018-04-09s390: Ensure IPL from SCSI works as expectedViktor Mihajlovski
2018-04-09s390: Refactor IPL parameter block generationViktor Mihajlovski
2018-03-08s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling
2018-03-08hw/s390x/ipl: Bail out if the network bootloader can not be foundThomas Huth
2018-02-26s390-ccw: interactive boot menu for scsiCollin L. Walling
2018-02-26s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling
2018-02-26s390-ccw: parse and set boot menu optionsCollin L. Walling
2018-02-26s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling
2017-08-30s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth