summaryrefslogtreecommitdiffstats
path: root/hw/s390x/ipl.c
Commit message (Expand)AuthorAgeFilesLines
* machine: use QAPI struct for boot configurationPaolo Bonzini2022-05-121-14/+6Star
* virtio-ccw: do not include headers for all virtio devicesPaolo Bonzini2022-04-061-0/+3
* 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
* s390x/ipl: support extended kernel command line sizeMarc Hartmayer2022-01-181-4/+23
* s390x/ipl: check kernel command line sizeMarc Hartmayer2021-10-131-1/+11
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-5/+1Star
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* vl: extract softmmu/datadir.cPaolo Bonzini2020-12-101-0/+1
* s390x: do not use ram_size globalPaolo Bonzini2020-12-101-4/+6
* s390: remove bios_namePaolo Bonzini2020-12-101-6/+2Star
* s390x/protvirt: allow to IPL secure guests with -no-rebootChristian Borntraeger2020-07-241-1/+2
* error: Avoid unnecessary error_propagate() after error_setg()Markus Armbruster2020-07-101-13/+10Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-2/+2
* s390x: protvirt: Support unpack facilityJanosch Frank2020-04-291-3/+56
* s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic2020-03-231-1/+1
* s390/ipl: sync back loadparmHalil Pasic2020-03-101-0/+25
* s390x: Rename and use constants for short PSW address and maskJanosch Frank2020-02-271-1/+1
* Let cpu_[physical]_memory() calls pass a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* hw/s390x/ipl: replace deprecated qdev_reset_all registrationDamien Hedde2020-01-301-1/+9
* hw/core/loader: Let load_elf() populate a field with CPU-specific flagsAleksandar Markovic2020-01-291-3/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* s390/ipl: cast to SCSIDevice directlyCornelia Huck2019-05-171-2/+1Star
* s390 vfio-ccw: Add bootindex property and IPLB dataJason J. Herne2019-04-121-15/+46
* hw/s390x/ipl: avoid taking address of fields in packed structDaniel P. Berrangé2019-04-031-7/+5Star
* elf: Add optional function ptr to load_elf() to parse ELF notesLiam Merwick2019-02-051-3/+6
* loader: Check access size when calling rom_ptr() to avoid crashesThomas Huth2018-07-021-6/+12
* s390/ipl: fix ipl with -no-rebootChristian Borntraeger2018-07-021-1/+7
* s390x/ipl: Try to detect Linux vs non Linux for initial IPL PSWChristian Borntraeger2018-06-181-5/+22
* s390x: refactor reset/reipl handlingDavid Hildenbrand2018-05-141-5/+38
* pc-bios/s390-ccw: fix loadparm initialization and int conversionCollin Walling2018-05-021-0/+4
* s390: Ensure IPL from SCSI works as expectedViktor Mihajlovski2018-04-091-2/+29
* s390: Refactor IPL parameter block generationViktor Mihajlovski2018-04-091-30/+51
* s390/ipl: only print boot menu error if -boot menu=on was specifiedCollin L. Walling2018-03-081-4/+6
* hw/s390x/ipl: Bail out if the network bootloader can not be foundThomas Huth2018-03-081-2/+3
* s390-ccw: interactive boot menu for scsiCollin L. Walling2018-02-261-0/+2
* s390-ccw: use zipl values when no boot menu options are presentCollin L. Walling2018-02-261-0/+5
* s390-ccw: parse and set boot menu optionsCollin L. Walling2018-02-261-0/+52
* s390-ccw: move auxiliary IPL data to separate locationCollin L. Walling2018-02-261-1/+17
* s390x/ipl: The s390-ipl device is not hot-pluggableThomas Huth2017-08-301-0/+2
* hw/s390x/ipl: Fix endianness problem with netboot_start_addrThomas Huth2017-07-051-1/+1
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-231-1/+1
* hw/s390x/ipl: Fix crash with virtio-scsi-pci deviceThomas Huth2017-05-021-1/+7
* hw/s390x/ipl: enable LOADPARM in IPIB for a boot deviceFarhan Ali2017-05-021-2/+29