From: "Lluís Vilanova" <vilanova@ac.upc.edu>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org, Eduardo Habkost <ehabkost@redhat.com>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v7 2/7] trace: Make trace_get_vcpu_event_count() inlinable
Date: Sun, 29 Jan 2017 16:51:26 +0200 [thread overview]
Message-ID: <87vasxnclt.fsf@frigg.lan> (raw)
In-Reply-To: <87d1fp13r4.fsf@ac.upc.edu> ("Lluís Vilanova"'s message of "Sun, 15 Jan 2017 03:00:31 +0100")
Lluís Vilanova writes:
> Richard Henderson writes:
>> On 01/13/2017 12:48 PM, Lluís Vilanova wrote:
>>> @@ -237,7 +237,7 @@ char *trace_opt_parse(const char *optarg);
>>> *
>>> * Return the number of known vcpu-specific events
>>> */
>>> -uint32_t trace_get_vcpu_event_count(void);
>>> +static uint32_t trace_get_vcpu_event_count(void);
>>>
>> Why is this declaration still here? It's redundant with the inline.
> I can remove it if you feel strongly against it, but I kept it to maintain
> consistency with the rest of the file. As I said in the previous series, this is
> the style used in the header. All "public" functions (inlined or not) are
> declared there with their documentation.
> Being inlined is an implementation detail (inlines are defined on a separate
> header), but given C's design it leaks through the static declaration.
Ping.
Cheers,
Lluis
next prev parent reply other threads:[~2017-01-29 14:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-13 20:48 [Qemu-devel] [PATCH v7 0/7] trace: [tcg] Optimize per-vCPU tracing states with separate TB caches Lluís Vilanova
2017-01-13 20:48 ` [Qemu-devel] [PATCH v7 1/7] exec: [tcg] Refactor flush of per-CPU virtual TB cache Lluís Vilanova
2017-01-13 20:48 ` [Qemu-devel] [PATCH v7 2/7] trace: Make trace_get_vcpu_event_count() inlinable Lluís Vilanova
2017-01-14 3:30 ` Richard Henderson
2017-01-15 2:00 ` Lluís Vilanova
2017-01-29 14:51 ` Lluís Vilanova [this message]
2017-01-13 20:48 ` [Qemu-devel] [PATCH v7 3/7] trace: [tcg] Delay changes to dynamic state when translating Lluís Vilanova
2017-01-14 3:38 ` Richard Henderson
2017-01-13 20:48 ` [Qemu-devel] [PATCH v7 4/7] exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state Lluís Vilanova
2017-06-01 19:33 ` Emilio G. Cota
2017-01-13 20:48 ` [Qemu-devel] [PATCH v7 5/7] trace: [tcg] Do not generate TCG code to trace dinamically-disabled events Lluís Vilanova
2017-01-13 20:48 ` [Qemu-trivial] [PATCH v7 6/7] trace: [tcg, trivial] Re-align generated code Lluís Vilanova
2017-01-13 20:48 ` [Qemu-devel] " Lluís Vilanova
2017-01-13 20:48 ` [Qemu-trivial] [PATCH v7 7/7] trace: [trivial] Statically enable all guest events Lluís Vilanova
2017-01-13 20:48 ` [Qemu-devel] " Lluís Vilanova
2017-06-01 19:55 ` [Qemu-devel] [PATCH v7 0/7] trace: [tcg] Optimize per-vCPU tracing states with separate TB caches Emilio G. Cota
2017-06-06 9:54 ` Stefan Hajnoczi
2017-06-11 12:31 ` Lluís Vilanova
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=87vasxnclt.fsf@frigg.lan \
--to=vilanova@ac.upc.edu \
--cc=ehabkost@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--cc=stefanha@redhat.com \
/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.