qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 00/10] Cleanup bitops vs host-utils


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 00/10] Cleanup bitops vs host-utils
Date: Thu, 14 Feb 2013 09:07:56 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 02/13/2013 06:47 PM, Richard Henderson wrote:
> Version 1 merely tried to adjust bitops_flsl, here I instead eliminate
> it all from bitops.h, and standardizes on the routines from host-utils.h.
> 
> 
> r~
> 
> 
> Richard Henderson (10):
>   host-utils: Add host long specific aliases for clz, ctz, ctpop
>   host-utils: Fix coding style and add comments
>   hbitmap: Use non-bitops ctzl
>   bitops: Use non-bitops ctzl
>   memory: Use non-bitops ctzl
>   bitops: Write bitops_flsl in terms of clzl
>   target-i386: Inline bitops_flsl
>   bitops: Inline bitops_flsl
>   bitops: Replace bitops_ctol with ctzl
>   bitops: Remove routines redundant with host-utils
> 
>  include/qemu/bitops.h     |  75 -----------------------------
>  include/qemu/hbitmap.h    |   3 +-
>  include/qemu/host-utils.h | 119 
> +++++++++++++++++++++++++++++++++++++++-------
>  memory.c                  |   4 +-
>  target-i386/topology.h    |   6 +--
>  util/bitops.c             |   6 +--
>  util/hbitmap.c            |   3 +-
>  7 files changed, 112 insertions(+), 104 deletions(-)

Series:
Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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