[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
*/
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))