Re: [PATCH] virtio-mem: Correct format specifier mismatch for RISC-V

2020-07-30 Thread Pankaj Gupta
> This likely affects other, less popular host architectures as well. > Less common host architectures under linux get QEMU_VMALLOC_ALIGN (from > which VIRTIO_MEM_MIN_BLOCK_SIZE is derived) define to a variable of > type uintptr, which isn't compatible with the format specifier used to > print a us

Re: [PATCH] virtio-mem: Correct format specifier mismatch for RISC-V

2020-07-30 Thread Stefano Garzarella
On Thu, Jul 30, 2020 at 07:05:19AM -0600, Bruce Rogers wrote: > This likely affects other, less popular host architectures as well. > Less common host architectures under linux get QEMU_VMALLOC_ALIGN (from > which VIRTIO_MEM_MIN_BLOCK_SIZE is derived) define to a variable of > type uintptr, which i

Re: [PATCH] virtio-mem: Correct format specifier mismatch for RISC-V

2020-07-30 Thread David Hildenbrand
On 30.07.20 15:05, Bruce Rogers wrote: > This likely affects other, less popular host architectures as well. > Less common host architectures under linux get QEMU_VMALLOC_ALIGN (from > which VIRTIO_MEM_MIN_BLOCK_SIZE is derived) define to a variable of > type uintptr, which isn't compatible with th

[PATCH] virtio-mem: Correct format specifier mismatch for RISC-V

2020-07-30 Thread Bruce Rogers
This likely affects other, less popular host architectures as well. Less common host architectures under linux get QEMU_VMALLOC_ALIGN (from which VIRTIO_MEM_MIN_BLOCK_SIZE is derived) define to a variable of type uintptr, which isn't compatible with the format specifier used to print a user message