qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v7 02/21] replay: global variables and funct


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [RFC PATCH v7 02/21] replay: global variables and function stubs
Date: Mon, 12 Jan 2015 13:19:16 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0


On 12/01/2015 12:59, Pavel Dovgalyuk wrote:
> +##
> +# ReplaySubmode:
> +#
> +# Submode of the replay subsystem.
> +#
> +# @unknown: used for modes different from play.
> +#
> +# @normal: normal replay mode.
> +#
> +# Since: 2.3
> +##
> +{ 'enum': 'ReplaySubmode',
> +  'data': [ 'unknown', 'normal' ] }

What is a submode?  Can you just check if replay_file is NULL?

Paolo



reply via email to

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