On 18/02/2015 12:57, Pavel Dovgalyuk wrote:
> +void replay_init_timer(void)
> +{
You can call this replay_start.
> + fprintf(stderr, "Invalid icount rr option: %s\n", rr);
> + exit(1);
> + }
> +
> + fname = qemu_opt_get(opts, "rrfile");
> + if (!fname) {
> + fprintf(stderr, "File name not specified for replay\n");
> + exit(1);
error_report here too, apart from this:
Reviewed-by: Paolo Bonzini <[email protected]>
