> Why are you trying to save the state during shutdown?
The structure I added into IDEState keeps being updated when VM is up. So I
think it’s a safe way to do this during shutdown. When the VM is started again,
it can continue from the status saved during last shutdown.
Thanks for your help.
* Huaicheng Li (lhc...@gmail.com) wrote:
> Hi all,
>
> Please correct me if I’m wrong.
>
> I made some changes to IDE emulation (add some extra structures to “struct
> IDEState") and want to save these info to files when VM shutdowns. So I can
> reload these info from files next time when VM st
Hi all,
Please correct me if I’m wrong.
I made some changes to IDE emulation (add some extra structures to “struct
IDEState") and want to save these info to files when VM shutdowns. So I can
reload these info from files next time when VM starts. According to my
understanding, one IDEState str