[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] ppc405: use RAM_ADDR_FMT instead of %08lx
From: |
Alexander Graf |
Subject: |
Re: [Qemu-devel] [PATCH] ppc405: use RAM_ADDR_FMT instead of %08lx |
Date: |
Wed, 7 Sep 2011 13:34:00 +0200 |
On 05.09.2011, at 15:02, Stefan Hajnoczi wrote:
> The RAM_ADDR_FMT macro hides the type of ram_addr_t so that format
> strings can be safely used. Make sure to use RAM_ADDR_FMT so that the
> build works on 32-bit hosts with Xen enabled. Whether Xen should affect
> ppc TCG targets is questionable but a separate issue.
Thanks, applied.
Alex