Re: [Qemu-devel] [PATCH v2 2/2] ARM: Add mach-virt platform

2013-05-03 Thread John Rigby
On Fri, May 3, 2013 at 8:29 AM, Peter Maydell wrote: > On 30 April 2013 17:04, John Rigby wrote: >> Add mach-virt platform support cooresponding to > > "corresponding" > > I wonder if we should just call this "virt" ? > >> /arch/arm/mach-virt in kernel tree. >> >> For now it is not virtual but in

Re: [Qemu-devel] [PATCH v2 2/2] ARM: Add mach-virt platform

2013-05-03 Thread Peter Maydell
On 30 April 2013 17:04, John Rigby wrote: > Add mach-virt platform support cooresponding to "corresponding" I wonder if we should just call this "virt" ? > /arch/arm/mach-virt in kernel tree. > > For now it is not virtual but instantiates a pl011 uart > and and sp804 timer. The uart is need fo

[Qemu-devel] [PATCH v2 2/2] ARM: Add mach-virt platform

2013-04-30 Thread John Rigby
Add mach-virt platform support cooresponding to /arch/arm/mach-virt in kernel tree. For now it is not virtual but instantiates a pl011 uart and and sp804 timer. The uart is need for a console the timer is needed when running without kvm and there is no arch timer. Signed-off-by: John Rigby ---