T1040 How do I gracefully shut down a running hypervisor?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

T1040 How do I gracefully shut down a running hypervisor?

ソリューションへジャンプ
562件の閲覧回数
stephenmcintyre
Contributor II

Our system is designed around a T1040 series SoC and it will be running hypervisor with 2 to 4 partitions each running a version of linux. The design calls for accepting a data load request from any of the partitions (cpu's running linux). when the request is received the system needs to shut down gracefully and return to single cpu to data load the system. How can I shutdown gracefully without something like letting the WDT timeout and resetting the system? Is there another way to do this? Will one partition need to be in control and accept the request or can any partition accept the load request?

0 件の賞賛
1 解決策
477件の閲覧回数
bpe
NXP Employee
NXP Employee

A complete shutdown to the Hypervisor is essentially a reboot (where would it
otherwise return control to?) However, shutting down all partitions
is effectively what you want - all secondary CPUs stop. Regarding
data load, it is not fully clear what was meant. Hypervisor by itself
does not own any IO device where it could load data from. Any IO should
be done by a guest owning the corresponding device. A manager partition
can then issue a HCALL to copy data to/from a managed partition.
There can be several manager/managed partitions. See QorIQ SDK 2.0
Documentation, Sections 11.1.2.4.9 and 11.1.2.6.5 for more details.

Visit the SDK download page to get the  Documentation in PDF:

https://www.nxp.com/support/developer-resources/run-time-software/linux-software-and-development-too...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

1 返信
478件の閲覧回数
bpe
NXP Employee
NXP Employee

A complete shutdown to the Hypervisor is essentially a reboot (where would it
otherwise return control to?) However, shutting down all partitions
is effectively what you want - all secondary CPUs stop. Regarding
data load, it is not fully clear what was meant. Hypervisor by itself
does not own any IO device where it could load data from. Any IO should
be done by a guest owning the corresponding device. A manager partition
can then issue a HCALL to copy data to/from a managed partition.
There can be several manager/managed partitions. See QorIQ SDK 2.0
Documentation, Sections 11.1.2.4.9 and 11.1.2.6.5 for more details.

Visit the SDK download page to get the  Documentation in PDF:

https://www.nxp.com/support/developer-resources/run-time-software/linux-software-and-development-too...


Have a great day,
Platon

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------