All of lore.kernel.org
 help / color / mirror / Atom feed
* dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
@ 2020-11-09  8:48 Markus Armbruster
  2020-11-09  9:30 ` Philippe Mathieu-Daudé
  2020-11-09 10:25 ` Daniel P. Berrangé
  0 siblings, 2 replies; 6+ messages in thread
From: Markus Armbruster @ 2020-11-09  8:48 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

I get this on Fedora 32:

[12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
probe vhost_vdpa_dev_start

Warning: Proceeding as if --no-pyparsing was given.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
  2020-11-09  8:48 dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace Markus Armbruster
@ 2020-11-09  9:30 ` Philippe Mathieu-Daudé
  2020-11-09 10:25 ` Daniel P. Berrangé
  1 sibling, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-09  9:30 UTC (permalink / raw)
  To: Markus Armbruster, Stefan Hajnoczi; +Cc: qemu-devel

On 11/9/20 9:48 AM, Markus Armbruster wrote:
> I get this on Fedora 32:
> 
> [12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
> Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
> probe vhost_vdpa_dev_start

A warning at 12/8327 is unlikely to be noticed by normal developer...
Why "syntax error" is simply reported as warning? Shouldn't it be
an error, so we can catch/fix?

> 
> Warning: Proceeding as if --no-pyparsing was given.
> 
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
  2020-11-09  8:48 dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace Markus Armbruster
  2020-11-09  9:30 ` Philippe Mathieu-Daudé
@ 2020-11-09 10:25 ` Daniel P. Berrangé
  2020-11-09 11:05   ` Philippe Mathieu-Daudé
                     ` (2 more replies)
  1 sibling, 3 replies; 6+ messages in thread
From: Daniel P. Berrangé @ 2020-11-09 10:25 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel, Stefan Hajnoczi

On Mon, Nov 09, 2020 at 09:48:54AM +0100, Markus Armbruster wrote:
> I get this on Fedora 32:
> 
> [12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
> Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
> probe vhost_vdpa_dev_start
> 
> Warning: Proceeding as if --no-pyparsing was given.

Patch is posted and reviewed but needs merging still:

  https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg05608.html

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
  2020-11-09 10:25 ` Daniel P. Berrangé
@ 2020-11-09 11:05   ` Philippe Mathieu-Daudé
  2020-11-09 12:41   ` Markus Armbruster
  2020-11-11 13:11   ` Stefan Hajnoczi
  2 siblings, 0 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-11-09 11:05 UTC (permalink / raw)
  To: Daniel P. Berrangé, Markus Armbruster; +Cc: qemu-devel, Stefan Hajnoczi

On 11/9/20 11:25 AM, Daniel P. Berrangé wrote:
> On Mon, Nov 09, 2020 at 09:48:54AM +0100, Markus Armbruster wrote:
>> I get this on Fedora 32:
>>
>> [12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
>> Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
>> probe vhost_vdpa_dev_start
>>
>> Warning: Proceeding as if --no-pyparsing was given.
> 
> Patch is posted and reviewed but needs merging still:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg05608.html

Oh, patch is even reviewed!

> 
> Regards,
> Daniel
> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
  2020-11-09 10:25 ` Daniel P. Berrangé
  2020-11-09 11:05   ` Philippe Mathieu-Daudé
@ 2020-11-09 12:41   ` Markus Armbruster
  2020-11-11 13:11   ` Stefan Hajnoczi
  2 siblings, 0 replies; 6+ messages in thread
From: Markus Armbruster @ 2020-11-09 12:41 UTC (permalink / raw)
  To: Daniel P. Berrangé; +Cc: qemu-devel, Stefan Hajnoczi

Daniel P. Berrangé <berrange@redhat.com> writes:

> On Mon, Nov 09, 2020 at 09:48:54AM +0100, Markus Armbruster wrote:
>> I get this on Fedora 32:
>> 
>> [12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
>> Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
>> probe vhost_vdpa_dev_start
>> 
>> Warning: Proceeding as if --no-pyparsing was given.
>
> Patch is posted and reviewed but needs merging still:
>
>   https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg05608.html

Explains why the issue looked familiar...



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace
  2020-11-09 10:25 ` Daniel P. Berrangé
  2020-11-09 11:05   ` Philippe Mathieu-Daudé
  2020-11-09 12:41   ` Markus Armbruster
@ 2020-11-11 13:11   ` Stefan Hajnoczi
  2 siblings, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2020-11-11 13:11 UTC (permalink / raw)
  To: Daniel P. Berrangé; +Cc: Markus Armbruster, Stefan Hajnoczi, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On Mon, Nov 09, 2020 at 10:25:56AM +0000, Daniel P. Berrangé wrote:
> On Mon, Nov 09, 2020 at 09:48:54AM +0100, Markus Armbruster wrote:
> > I get this on Fedora 32:
> > 
> > [12/8327] Generating trace-dtrace-hw_virtio.h with a custom command
> > Warning: /usr/bin/dtrace:trace/trace-dtrace-hw_virtio.dtrace:76: syntax error near:
> > probe vhost_vdpa_dev_start
> > 
> > Warning: Proceeding as if --no-pyparsing was given.
> 
> Patch is posted and reviewed but needs merging still:
> 
>   https://lists.gnu.org/archive/html/qemu-devel/2020-10/msg05608.html

Dan and Markus: Thanks for the reminders. I am sending a QEMU 5.2 pull
request today.

Stefan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-11 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09  8:48 dtrace warnings for trace/trace-dtrace-hw_virtio.dtrace Markus Armbruster
2020-11-09  9:30 ` Philippe Mathieu-Daudé
2020-11-09 10:25 ` Daniel P. Berrangé
2020-11-09 11:05   ` Philippe Mathieu-Daudé
2020-11-09 12:41   ` Markus Armbruster
2020-11-11 13:11   ` Stefan Hajnoczi

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.