From: "Cédric Le Goater" <clg@redhat.com>
To: Eric Auger <eric.auger@redhat.com>,
eric.auger.pro@gmail.com, qemu-devel@nongnu.org,
qemu-arm@nongnu.org, jean-philippe@linaro.org,
alex.williamson@redhat.com, peter.maydell@linaro.org,
zhenzhong.duan@intel.com, yanghliu@redhat.com
Cc: mst@redhat.com, jasowang@redhat.com
Subject: Re: [PATCH v2 2/3] virtio-iommu: Trace domain range limits as unsigned int
Date: Mon, 5 Feb 2024 10:15:09 +0100 [thread overview]
Message-ID: <d5b56245-8011-4f5d-a6ea-14976b9683d5@redhat.com> (raw)
In-Reply-To: <20240201163324.564525-3-eric.auger@redhat.com>
On 2/1/24 17:32, Eric Auger wrote:
> Use %u format to trace domain_range limits.
>
> Signed-off-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
> ---
> hw/virtio/trace-events | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/virtio/trace-events b/hw/virtio/trace-events
> index 77905d1994..2350849fbd 100644
> --- a/hw/virtio/trace-events
> +++ b/hw/virtio/trace-events
> @@ -111,7 +111,7 @@ virtio_iommu_device_reset(void) "reset!"
> virtio_iommu_system_reset(void) "system reset!"
> virtio_iommu_get_features(uint64_t features) "device supports features=0x%"PRIx64
> virtio_iommu_device_status(uint8_t status) "driver status = %d"
> -virtio_iommu_get_config(uint64_t page_size_mask, uint64_t start, uint64_t end, uint32_t domain_start, uint32_t domain_end, uint32_t probe_size, uint8_t bypass) "page_size_mask=0x%"PRIx64" input range start=0x%"PRIx64" input range end=0x%"PRIx64" domain range start=%d domain range end=%d probe_size=0x%x bypass=0x%x"
> +virtio_iommu_get_config(uint64_t page_size_mask, uint64_t start, uint64_t end, uint32_t domain_start, uint32_t domain_end, uint32_t probe_size, uint8_t bypass) "page_size_mask=0x%"PRIx64" input range start=0x%"PRIx64" input range end=0x%"PRIx64" domain range start=%u domain range end=%u probe_size=0x%x bypass=0x%x"
> virtio_iommu_set_config(uint8_t bypass) "bypass=0x%x"
> virtio_iommu_attach(uint32_t domain_id, uint32_t ep_id) "domain=%d endpoint=%d"
> virtio_iommu_detach(uint32_t domain_id, uint32_t ep_id) "domain=%d endpoint=%d"
next prev parent reply other threads:[~2024-02-05 9:15 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 16:32 [PATCH v2 0/3] VIRTIO-IOMMU: Introduce an aw-bits option Eric Auger
2024-02-01 16:32 ` [PATCH v2 1/3] virtio-iommu: Add an option to define the input range width Eric Auger
2024-02-02 6:43 ` Duan, Zhenzhong
2024-02-05 9:14 ` Cédric Le Goater
2024-02-05 10:20 ` Cédric Le Goater
2024-02-05 10:13 ` Jean-Philippe Brucker
2024-02-05 16:23 ` Eric Auger
2024-02-08 8:16 ` Eric Auger
2024-02-08 10:57 ` Jean-Philippe Brucker
2024-02-01 16:32 ` [PATCH v2 2/3] virtio-iommu: Trace domain range limits as unsigned int Eric Auger
2024-02-02 6:45 ` Duan, Zhenzhong
2024-02-05 9:15 ` Cédric Le Goater [this message]
2024-02-01 16:32 ` [PATCH v2 3/3] hw: Set virtio-iommu aw-bits default value on pc_q35_9.0 and arm virt Eric Auger
2024-02-02 6:51 ` Duan, Zhenzhong
2024-02-02 8:49 ` Eric Auger
2024-02-04 7:34 ` Duan, Zhenzhong
2024-02-05 9:33 ` Cédric Le Goater
2024-02-05 16:24 ` Eric Auger
2024-02-04 8:26 ` [PATCH v2 0/3] VIRTIO-IOMMU: Introduce an aw-bits option YangHang Liu
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=d5b56245-8011-4f5d-a6ea-14976b9683d5@redhat.com \
--to=clg@redhat.com \
--cc=alex.williamson@redhat.com \
--cc=eric.auger.pro@gmail.com \
--cc=eric.auger@redhat.com \
--cc=jasowang@redhat.com \
--cc=jean-philippe@linaro.org \
--cc=mst@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=yanghliu@redhat.com \
--cc=zhenzhong.duan@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).