qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/2] ramblock: add hmp command "info ramblock


From: Fam Zheng
Subject: Re: [Qemu-devel] [PATCH v2 0/2] ramblock: add hmp command "info ramblock"
Date: Thu, 27 Apr 2017 09:12:43 +0800
User-agent: Mutt/1.8.0 (2017-02-23)

On Wed, 04/26 19:13, Peter Xu wrote:
> v2:
> - replace "lx" with "PRIx64" in three places

ram_addr_t doesn't have a fixed bit width, to keep compilers happy, maybe you
can stick to PRIx64 in the format string, and cast the parameters.

Fam



reply via email to

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