All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Hani Benhabiles <kroosec@gmail.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PATCH] monitor: Remove left-over code in do_info_profile.
Date: Fri, 28 Feb 2014 13:50:02 -0500	[thread overview]
Message-ID: <20140228135002.73234702@redhat.com> (raw)
In-Reply-To: <1393452592-13934-1-git-send-email-kroosec@gmail.com>

On Wed, 26 Feb 2014 23:09:52 +0100
Hani Benhabiles <kroosec@gmail.com> wrote:

> This is a left-over from 4a1418e.
> 
> Signed-off-by: Hani Benhabiles <hani@linux.com>

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",



WARNING: multiple messages have this Message-ID (diff)
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Hani Benhabiles <kroosec@gmail.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] monitor: Remove left-over code in do_info_profile.
Date: Fri, 28 Feb 2014 13:50:02 -0500	[thread overview]
Message-ID: <20140228135002.73234702@redhat.com> (raw)
In-Reply-To: <1393452592-13934-1-git-send-email-kroosec@gmail.com>

On Wed, 26 Feb 2014 23:09:52 +0100
Hani Benhabiles <kroosec@gmail.com> wrote:

> This is a left-over from 4a1418e.
> 
> Signed-off-by: Hani Benhabiles <hani@linux.com>

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	other threads:[~2014-02-28 18:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 22:09 [Qemu-trivial] [PATCH] monitor: Remove left-over code in do_info_profile Hani Benhabiles
2014-02-26 22:09 ` [Qemu-devel] " Hani Benhabiles
2014-02-28 18:50 ` Luiz Capitulino [this message]
2014-02-28 18:50   ` Luiz Capitulino

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140228135002.73234702@redhat.com \
    --to=lcapitulino@redhat.com \
    --cc=kroosec@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.