qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v7 15/21] replay: checkpoints


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH v7 15/21] replay: checkpoints
Date: Mon, 12 Jan 2015 13:13:36 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 12/01/2015 13:01, Pavel Dovgalyuk wrote:
> +    default:
> +    case QEMU_CLOCK_VIRTUAL:
> +        if ((replay_mode != REPLAY_MODE_NONE && !runstate_is_running())
> +            || !replay_checkpoint(run_all ? 2 : 3)) {
> +            return false;
> +        }
> +        break;

Please document the meaning of the numbers by making an enum.  Why do
you have to distinguish run_all?

Paolo



reply via email to

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