Re: [Qemu-devel] [PATCH] kvm/irqchip: use bitmap utility for gsi tracking

2016-03-07 Thread Wei Yang
On Mon, Mar 07, 2016 at 10:47:53AM +0100, Paolo Bonzini wrote: >On 06/03/2016 02:57, Wei Yang wrote: >> By using utilities in bitops and bitmap, this patch tries to make it more >> friendly to audience. No functional change. >> >> Signed-off-by: Wei Yang >> --- >> kvm-all.c | 34 ++--

Re: [Qemu-devel] [PATCH] kvm/irqchip: use bitmap utility for gsi tracking

2016-03-07 Thread Paolo Bonzini
On 06/03/2016 02:57, Wei Yang wrote: > By using utilities in bitops and bitmap, this patch tries to make it more > friendly to audience. No functional change. > > Signed-off-by: Wei Yang > --- > kvm-all.c | 34 ++ > 1 file changed, 10 insertions(+), 24 deletions(-

[Qemu-devel] [PATCH] kvm/irqchip: use bitmap utility for gsi tracking

2016-03-05 Thread Wei Yang
By using utilities in bitops and bitmap, this patch tries to make it more friendly to audience. No functional change. Signed-off-by: Wei Yang --- kvm-all.c | 34 ++ 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/kvm-all.c b/kvm-all.c index bd9e764