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

2014-02-02 Thread Christoffer Dall
On Fri, Jan 31, 2014 at 02:21:42PM +, Peter Maydell wrote: > On 29 January 2014 13:21, Peter Maydell wrote: > > On 28 January 2014 20:28, Christoffer Dall > > wrote: > >> This patch series adds generic support for issuing device control > >> related ioctls and supports creating the ARM KVM-a

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

2014-01-31 Thread Peter Maydell
On 29 January 2014 13:21, Peter Maydell wrote: > On 28 January 2014 20:28, 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 backwar

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

2014-01-29 Thread Christoffer Dall
On Wed, Jan 29, 2014 at 01:21:40PM +, Peter Maydell wrote: > On 28 January 2014 20:28, 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 m

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

2014-01-29 Thread Peter Maydell
On 28 January 2014 20:28, 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 v4 0/4] Create ARM KVM VGIC with device control API

2014-01-28 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. The patch series based on qemu/master