qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 2/7] RunState: added two new flags for bitmap


From: Sanidhya Kashyap
Subject: Re: [Qemu-devel] [PATCH v3 2/7] RunState: added two new flags for bitmap dump and migration process
Date: Thu, 12 Jun 2014 16:47:14 +0530

>  int runstate_is_running(void)
>  {
> -    return runstate_check(RUN_STATE_RUNNING);
> +    return (runstate_check(RUN_STATE_RUNNING) ||
> +            runstate_check(RUN_STATE_MIGRATE) ||
> +            runstate_check(RUN_STATE_DUMP_BITMAP));
>  }

Forgot to apply the checkpatch script. The return should be without the braces.


-- 

Sanidhya



reply via email to

[Prev in Thread] Current Thread [Next in Thread]