#
63508a73 |
| 27-Oct-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
fix compiler warnings
Fix a couple pedantic, format=, and unused-parameter warnings so we can turn the warnings all the way up.
Change-Id: I7c6309e30147f54fc64ace99dc784fbd96c77c70 Signed-off-by: B
fix compiler warnings
Fix a couple pedantic, format=, and unused-parameter warnings so we can turn the warnings all the way up.
Change-Id: I7c6309e30147f54fc64ace99dc784fbd96c77c70 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
08fc264c |
| 17-Feb-2020 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Add support for memory preserving reboot
Memory preserving reboot is executed when an error encountered in the hypervisor. There are two SBE chip ops to be executed to initiate and complete this reb
Add support for memory preserving reboot
Memory preserving reboot is executed when an error encountered in the hypervisor. There are two SBE chip ops to be executed to initiate and complete this reboot. The sbe_enter_mpipl chip op initiates the powering off process and sbe_continue_mpipl restarts the host in the memory preserving way.
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> Change-Id: I5b40398921e3856645bb3f292e49a1de12659f7e
show more ...
|