Re: [PATCH] util/vfio-helpers: Unify trace-events size format

2020-09-01 Thread Laurent Vivier
Le 20/08/2020 à 19:10, Philippe Mathieu-Daudé a écrit : > Some 'qemu_vfio_*' trace events sizes are displayed using > decimal notation, other using hexadecimal notation: > > qemu_vfio_ram_block_added s 0xf2448d90 host 0x5bc0 size > 0x400 > qemu_vfio_dma_map s 0xf2448d90 ho

Re: [PATCH] util/vfio-helpers: Unify trace-events size format

2020-08-28 Thread Li Qiang
Philippe Mathieu-Daudé 于2020年8月21日周五 上午1:11写道: > > Some 'qemu_vfio_*' trace events sizes are displayed using > decimal notation, other using hexadecimal notation: > > qemu_vfio_ram_block_added s 0xf2448d90 host 0x5bc0 size > 0x400 > qemu_vfio_dma_map s 0xf2448d90 host 0xff

Re: [PATCH] util/vfio-helpers: Unify trace-events size format

2020-08-20 Thread Cornelia Huck
On Thu, 20 Aug 2020 19:10:06 +0200 Philippe Mathieu-Daudé wrote: > Some 'qemu_vfio_*' trace events sizes are displayed using > decimal notation, other using hexadecimal notation: > > qemu_vfio_ram_block_added s 0xf2448d90 host 0x5bc0 size > 0x400 > qemu_vfio_dma_map s 0x

[PATCH] util/vfio-helpers: Unify trace-events size format

2020-08-20 Thread Philippe Mathieu-Daudé
Some 'qemu_vfio_*' trace events sizes are displayed using decimal notation, other using hexadecimal notation: qemu_vfio_ram_block_added s 0xf2448d90 host 0x5bc0 size 0x400 qemu_vfio_dma_map s 0xf2448d90 host 0x5bc0 size 67108864 temporary 0 iova (nil) qemu_vfio_f