qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] monitor: Remove left-over code in do_info_pro


From: Luiz Capitulino
Subject: Re: [Qemu-trivial] [PATCH] monitor: Remove left-over code in do_info_profile.
Date: Fri, 28 Feb 2014 13:50:02 -0500

On Wed, 26 Feb 2014 23:09:52 +0100
Hani Benhabiles <address@hidden> wrote:

> This is a left-over from 4a1418e.
> 
> Signed-off-by: Hani Benhabiles <address@hidden>

Applied to the qmp branch, thanks.

> ---
>  monitor.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/monitor.c b/monitor.c
> index aebcbd8..3863d83 100644
> --- a/monitor.c
> +++ b/monitor.c
> @@ -2021,10 +2021,6 @@ int64_t dev_time;
>  
>  static void do_info_profile(Monitor *mon, const QDict *qdict)
>  {
> -    int64_t total;
> -    total = qemu_time;
> -    if (total == 0)
> -        total = 1;
>      monitor_printf(mon, "async time  %" PRId64 " (%0.3f)\n",
>                     dev_time, dev_time / (double)get_ticks_per_sec());
>      monitor_printf(mon, "qemu time   %" PRId64 " (%0.3f)\n",




reply via email to

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