Re: [libvirt] [PATCH] virsh: use faster bit search
From: Laine Stump <laine laine org>
To: libvir-list redhat com
Subject: Re: [libvirt] [PATCH] virsh: use faster bit search
Date: Mon, 25 Jul 2011 17:53:03 -0400
On 07/15/2011 05:50 PM, Eric Blake wrote:
Now that gnulib gives us ffs, we might as well use it.
* tools/virsh.c (vshCmddefGetData): Use ffs rather than
count_one_bits.
---
tools/virsh.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)