[Type] Bugfix
[Module] Emulator / PM(Power Management)
[Priority] Major
[CQ#]
[Redmine#]
[Problem] Fail to boot at initial boot on a slow PC.
[Cause] Emulator has a wrong suspend operation.
[Solution] workaround : reject a suspend request in kernel api.
Change-Id: Ice8dd179e330aa7e2c494b65982f9cfc4755a5d2
Change-ID: Ic7282b3c565e99f5113f11c383c63b050b6a3bda
*/
int enter_state(suspend_state_t state)
{
+ //XXX reject a suspend request temporarily in x86 Emulator until fix a suspend problem.
+ return 0;
+
int error;
if (!valid_state(state))