RE: [RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

2012-11-13 Thread Matt Evans
Hi Pekka, On 13 November 2012 07:40 Pekka Enberg wrote: On Mon, 12 Nov 2012, Will Deacon wrote: This patch adds initial support for ARMv7 processors (more specifically, Cortex-A15) to kvmtool. Everything is driven by FDT, including dynamic generation of virtio nodes for MMIO devices

Re: [RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

2012-11-13 Thread Pekka Enberg
On Tue, Nov 13, 2012 at 12:21 PM, Matt Evans matt.ev...@arm.com wrote: I *think* Will was going to make some small changes, if you've already merged it then a follow-up set perhaps? I only merged the non-ARM specific changes which looked good to me. But sure, please send an incremental patch

Re: [RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

2012-11-13 Thread Will Deacon
On Tue, Nov 13, 2012 at 10:28:20AM +, Pekka Enberg wrote: On Tue, Nov 13, 2012 at 12:21 PM, Matt Evans matt.ev...@arm.com wrote: I *think* Will was going to make some small changes, if you've already merged it then a follow-up set perhaps? I only merged the non-ARM specific changes

[RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

2012-11-12 Thread Will Deacon
This patch adds initial support for ARMv7 processors (more specifically, Cortex-A15) to kvmtool. Everything is driven by FDT, including dynamic generation of virtio nodes for MMIO devices (PCI is not used due to lack of a suitable host-bridge). The virtual timers and virtual interrupt controller

Re: [RFC PATCH 16/16] kvm tools: add support for ARMv7 processors

2012-11-12 Thread Pekka Enberg
On Mon, 12 Nov 2012, Will Deacon wrote: This patch adds initial support for ARMv7 processors (more specifically, Cortex-A15) to kvmtool. Everything is driven by FDT, including dynamic generation of virtio nodes for MMIO devices (PCI is not used due to lack of a suitable host-bridge). The