Re: [Qemu-devel] [PATCH v11 0/5] vGICv3 support

2015-08-25 Thread Ashok Kumar
On Wed, Aug 19, 2015 at 10:23:21AM +0300, Pavel Fedin wrote: > This series introduces support for GICv3 by KVM. Software emulation is > currently not supported. > > v11 => v10 > - Fixed minor issues with checkpatch and comments, reported by Eric Auger > - Make reusable kvm_gic_supports_attr(), mov

[Qemu-devel] [PATCH v11 0/5] vGICv3 support

2015-08-19 Thread Pavel Fedin
This series introduces support for GICv3 by KVM. Software emulation is currently not supported. v11 => v10 - Fixed minor issues with checkpatch and comments, reported by Eric Auger - Make reusable kvm_gic_supports_attr(), moved to kvm-all.c and renamed as kvm_device_check_attr(). Useful for futu