Re: [Qemu-devel] [PATCH v6 0/4] Create ARM KVM VGIC with device control API

2014-02-25 Thread Peter Maydell
On 18 February 2014 01:41, Christoffer Dall wrote: > This patch series adds generic support for issuing device control > related ioctls and supports creating the ARM KVM-accelerated VGIC using > the device control API while maintaining backwards compatibility for > older kernels. > > Changelogs in

[Qemu-devel] [PATCH v6 0/4] Create ARM KVM VGIC with device control API

2014-02-17 Thread Christoffer Dall
This patch series adds generic support for issuing device control related ioctls and supports creating the ARM KVM-accelerated VGIC using the device control API while maintaining backwards compatibility for older kernels. Changelogs in the individual patches. This last series is identical to v5,