From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46783) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgutH-0007NM-8l for qemu-devel@nongnu.org; Tue, 29 Sep 2015 09:24:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZgutB-0007IU-QK for qemu-devel@nongnu.org; Tue, 29 Sep 2015 09:24:19 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:57012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZgutB-0007IN-I9 for qemu-devel@nongnu.org; Tue, 29 Sep 2015 09:24:13 -0400 Date: Tue, 29 Sep 2015 09:24:05 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1731193881.19676926.1443533045272.JavaMail.zimbra@redhat.com> In-Reply-To: <560A905B.6060900@huawei.com> References: <1443094669-4144-1-git-send-email-marcandre.lureau@redhat.com> <1443094669-4144-18-git-send-email-marcandre.lureau@redhat.com> <560A8B89.1070808@huawei.com> <379496541.19670855.1443532361334.JavaMail.zimbra@redhat.com> <560A905B.6060900@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 17/47] ivshmem: improve debug messages List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: drjones@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, marcandre lureau , cam@cs.ualberta.ca Hi > > It helps to trace what's going on, at least it helped me. But if it's > > superflous, we can remove it (though it's really only there to help > > developers) > > > > Ok lets be nice to them and say ivshmem_use_msix in there, so they find stuff > quickly? > > $ time fgrep -R "use msix" * > /.../ > real 0m27.846s > user 0m0.923s > sys 0m0.667s > > $ time gid ivshmem_use_msix > /.../ > real 0m0.003s > user 0m0.000s > sys 0m0.000s what's gid?