summaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)Author
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
2017-07-05hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake
2017-05-02hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth
2017-05-02hw/s390x/ipl: enable LOADPARM in IPIB for a boot deviceFarhan Ali
2017-02-28s390x/ipl: Load network boot imageFarhan Ali
2017-02-28s390x/ipl: Extend S390IPLState to support network bootFarhan Ali
2016-07-11s390x/css: Unplug handler of virtual css bridgeJing Liu
2016-07-11s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand
2016-07-11s390x/ipl: Support IPL from selected SCSI deviceAlexander Yarygin
2016-05-18s390: remove misleading commentMichael Tokarev