qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 12/27] virtio-snd: Add control virtqueue handler


From: Gerd Hoffmann
Subject: Re: [RFC PATCH 12/27] virtio-snd: Add control virtqueue handler
Date: Fri, 30 Apr 2021 12:02:23 +0200

  Hi,

> +        } else if (ctrl.code == VIRTIO_SND_R_JACK_INFO) {
> +            virtio_snd_log("VIRTIO_SND_R_JACK_INFO");

For that kind of tracing / debug logging it is useful to have
enum -> string mapping helper function(s).

take care,
  Gerd




reply via email to

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