All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: Michael Tokarev <mjt@tls.msk.ru>, <qemu-devel@nongnu.org>
Cc: <qemu-trivial@nongnu.org>, Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-trivial] [PATCH 0/3] trivial changes of timer & cpus
Date: Wed, 14 Sep 2016 14:54:33 +0800	[thread overview]
Message-ID: <57D8F429.3080901@cn.fujitsu.com> (raw)
In-Reply-To: <3ce74c99-1a3e-b29d-79bb-22d7125af51e@msgid.tls.msk.ru>

Hi Michael,

I saw Paolo already queued these 3 into his branch and sent the pull 
request.

Cao jin

On 09/14/2016 02:47 PM, Michael Tokarev wrote:
> 29.07.2016 14:05, Cao jin wrote:
>> Cc: Paolo Bonzini <pbonzini@redhat.com>
>> Cc: Peter Maydell <peter.maydell@linaro.org>
>> Cc  Peter Crosthwaite <crosthwaite.peter@gmail.com>
>> Cc: Richard Henderson <rth@twiddle.net>
>>
>> Cao jin (3):
>>   timer: update comments
>>   cpus: rename local variable to meaningful one
>>   cpus: update comments
>>
>>  cpus.c               | 13 +++++++------
>>  include/qemu/timer.h | 19 ++++++-------------
>>  2 files changed, 13 insertions(+), 19 deletions(-)
>
> Applied all 3 to -trivial, thanks!
>
> /mjt
>
>
>
>
>

-- 
Yours Sincerely,

Cao jin




WARNING: multiple messages have this Message-ID (diff)
From: Cao jin <caoj.fnst@cn.fujitsu.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	Peter Maydell <peter.maydell@linaro.org>
Subject: Re: [Qemu-devel] [PATCH 0/3] trivial changes of timer & cpus
Date: Wed, 14 Sep 2016 14:54:33 +0800	[thread overview]
Message-ID: <57D8F429.3080901@cn.fujitsu.com> (raw)
In-Reply-To: <3ce74c99-1a3e-b29d-79bb-22d7125af51e@msgid.tls.msk.ru>

Hi Michael,

I saw Paolo already queued these 3 into his branch and sent the pull 
request.

Cao jin

On 09/14/2016 02:47 PM, Michael Tokarev wrote:
> 29.07.2016 14:05, Cao jin wrote:
>> Cc: Paolo Bonzini <pbonzini@redhat.com>
>> Cc: Peter Maydell <peter.maydell@linaro.org>
>> Cc  Peter Crosthwaite <crosthwaite.peter@gmail.com>
>> Cc: Richard Henderson <rth@twiddle.net>
>>
>> Cao jin (3):
>>   timer: update comments
>>   cpus: rename local variable to meaningful one
>>   cpus: update comments
>>
>>  cpus.c               | 13 +++++++------
>>  include/qemu/timer.h | 19 ++++++-------------
>>  2 files changed, 13 insertions(+), 19 deletions(-)
>
> Applied all 3 to -trivial, thanks!
>
> /mjt
>
>
>
>
>

-- 
Yours Sincerely,

Cao jin

  reply	other threads:[~2016-09-14  6:54 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-29 11:05 [Qemu-trivial] [PATCH 0/3] trivial changes of timer & cpus Cao jin
2016-07-29 11:05 ` [Qemu-devel] " Cao jin
2016-07-29 11:05 ` [Qemu-trivial] [PATCH 1/3] timer: update comments Cao jin
2016-07-29 11:05   ` [Qemu-devel] " Cao jin
2016-07-29 11:05 ` [Qemu-trivial] [PATCH 2/3] cpus: rename local variable to meaningful one Cao jin
2016-07-29 11:05   ` [Qemu-devel] " Cao jin
2016-07-29 11:05 ` [Qemu-trivial] [PATCH 3/3] cpus: update comments Cao jin
2016-07-29 11:05   ` [Qemu-devel] " Cao jin
2016-08-01 11:44 ` [Qemu-trivial] [PATCH 0/3] trivial changes of timer & cpus Paolo Bonzini
2016-08-01 11:44   ` [Qemu-devel] " Paolo Bonzini
2016-08-04  4:12   ` [Qemu-trivial] " Cao jin
2016-08-04  4:12     ` [Qemu-devel] " Cao jin
2016-08-04  9:01     ` [Qemu-trivial] " Paolo Bonzini
2016-08-04  9:01       ` [Qemu-devel] " Paolo Bonzini
2016-09-14  6:47 ` [Qemu-trivial] " Michael Tokarev
2016-09-14  6:47   ` [Qemu-devel] " Michael Tokarev
2016-09-14  6:54   ` Cao jin [this message]
2016-09-14  6:54     ` Cao jin
2016-09-14  6:56     ` [Qemu-trivial] " Michael Tokarev
2016-09-14  6:56       ` [Qemu-devel] " Michael Tokarev

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=57D8F429.3080901@cn.fujitsu.com \
    --to=caoj.fnst@cn.fujitsu.com \
    --cc=mjt@tls.msk.ru \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    --cc=rth@twiddle.net \
    /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.