summaryrefslogtreecommitdiff
path: root/hw/s390x/ipl.c
AgeCommit message (Expand)Author
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
2016-05-17s390x/ipl: Remove redundant usage of gr7Alexander Yarygin
2016-05-17s390x/ipl: Add ssid field to IplParameterBlockAlexander Yarygin
2016-05-17s390x/ipl: Provide ipl parameter blockAlexander Yarygin
2016-05-17s390x/ipl: Extend the IplParameterBlock structAlexander Yarygin
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite
2016-02-11s390x: remove s390-zipl.romMichael Tokarev
2016-01-29s390: Clean up includesPeter Maydell
2016-01-13hw/s390x: Rename local variables Error *l_err to just errMarkus Armbruster
2016-01-13error: Strip trailing '\n' from error string arguments (again)Markus Armbruster
2015-11-11s390x/ipl: switch error reporting to error_setgDavid Hildenbrand
2015-11-11s390x/ipl: clean up qom definitions and turn into TYPE_DEVICEDavid Hildenbrand
2015-10-21s390x: machine reset function with new ipl cpu handlingDavid Hildenbrand
2015-10-21s390x/ipl: we always have an ipl deviceDavid Hildenbrand
2015-09-25s390: Remove ELF_MACHINE from cpu.hPeter Crosthwaite
2015-07-02s390x/ipl: Fix boot if no bootindex was specifiedChristian Borntraeger
2015-04-30s390x/ipl: sort into categoriesCornelia Huck
2015-03-30s390x/ipl: avoid sign extensionCornelia Huck
2015-03-30s390x: do not include ram_addr.hPaolo Bonzini
2015-03-16s390x/ipl: remove dead codeDominik Dingel
2015-03-11s390/bios: Make the s390-ccw.img relocatableThomas Huth
2015-02-13s390x/ipl: make s390x ipl device aware of migrationFan Zhang
2015-02-13s390x/ipl: drop reipl parameters on resetsFan Zhang
2015-02-13s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang
2015-02-13s390x/ipl: always load the bios for ccw machineFan Zhang
2015-02-03s390x/ipl: Improved code indentation in s390_ipl_init()Thomas Huth
2014-10-10s390x/kvm: proper use of the cpu states OPERATING and STOPPEDDavid Hildenbrand
2014-03-17s390/ipl: Fix error path on BIOS loadingChristian Borntraeger
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy
2014-02-27s390x/ipl: Fix crash of ELF images with arbitrary entry pointsThomas Huth
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-11-21s390x: fix flat file load on 32 bit systemsMichael S. Tsirkin
2013-07-29s390/ipl: Fix boot orderChristian Borntraeger
2013-05-06S390: Add virtio-blk bootDominik Dingel
2013-05-06S390: Merging s390_ipl_cpu and s390_ipl_resetDominik Dingel
2013-05-06S390: BIOS check for fileDominik Dingel
2013-04-26S390: IPL: Use different firmware for different machinesAlexander Graf
2013-04-26S390: IPL: Support ELF firmwareAlexander Graf
2013-04-26S390: Make IPL reset address dynamicAlexander Graf
2013-02-01target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()Andreas Färber
2013-01-29s390: Make typeinfo constAlexander Graf
2013-01-18s390: Move IPL code into a separate deviceChristian Borntraeger