qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/3] trace: Simplify find_debugfs()


From: Namhyung Kim
Subject: Re: [Qemu-devel] [PATCH 1/3] trace: Simplify find_debugfs()
Date: Thu, 9 Nov 2017 23:35:29 +0900

Hello,

On Thu, Nov 9, 2017 at 7:42 PM, Stefan Hajnoczi <address@hidden> wrote:
> On Wed, Nov 08, 2017 at 12:31:34AM +0900, Namhyung Kim wrote:
>> The return vale of find_debugfs() is 1 if it could find a mount point of
>> debugfs.  It can be saved in the while loop instead of checking it again.
>>
>> Signed-off-by: Namhyung Kim <address@hidden>
>> ---
>>  trace/ftrace.c | 7 +++----
>>  1 file changed, 3 insertions(+), 4 deletions(-)
>
> Thanks, applied all to my tracing-next tree:
> https://github.com/stefanha/qemu/commits/tracing-next
>
> Please send multi-patch series with a cover letter in the future (git
> format-patch --cover-letter).  Continuous integration tools may ignore
> multi-patch series without a cover letter.

OK.  I usually use a cover letter when a patch series has 5+
patches.  But will add it for small series too in the future.

>
> qemu.git/master is currently frozen for the QEMU 2.11 release so you
> won't see your patches in master until QEMU 2.11 has been released.
> Once the development window opens again your patches will be merged into
> qemu.git/master.

Understood.

Thanks
Namhyung



reply via email to

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