qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] spapr: Fix spapr_populate_memory() to compile o


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH] spapr: Fix spapr_populate_memory() to compile on windows
Date: Mon, 08 Sep 2014 12:50:23 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.1.0


On 08.09.14 01:59, Alexey Kardashevskiy wrote:
> This replaces gcc's ffsl() function ("find first bit set in a word")
> with QEMU's ctzl ("count trailing zeros"). There are no corner cases
> in the affected code so simple replacement ffsl()-1 by ctzl() works.
> 
> Signed-off-by: Alexey Kardashevskiy <address@hidden>

Thanks, squashed into "spapr: Split memory nodes to power-of-two blocks".


Alex



reply via email to

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