[PATCH v2 09/10] hw/mips: malta: Add KVM support

2013-12-16 Thread James Hogan
In KVM mode the bootrom is loaded and executed from the last 1MB of DRAM. Based on "[PATCH 12/12] KVM/MIPS: General KVM support and support for SMP Guests" by Sanjay Lal . Signed-off-by: James Hogan Cc: Aurelien Jarno --- Changes in v2: - Removal of cps / GIC / SMP support - Minimal bootloade

Re: [PATCH v2 09/10] hw/mips: malta: Add KVM support

2013-12-21 Thread Aurelien Jarno
On Mon, Dec 16, 2013 at 02:12:44PM +, James Hogan wrote: > In KVM mode the bootrom is loaded and executed from the last 1MB of > DRAM. > > Based on "[PATCH 12/12] KVM/MIPS: General KVM support and support for > SMP Guests" by Sanjay Lal . > > Signed-off-by: James Hogan > Cc: Aurelien Jarno

Re: [Qemu-devel] [PATCH v2 09/10] hw/mips: malta: Add KVM support

2013-12-21 Thread Peter Maydell
On 16 December 2013 14:12, James Hogan wrote: > In KVM mode the bootrom is loaded and executed from the last 1MB of > DRAM. > > Based on "[PATCH 12/12] KVM/MIPS: General KVM support and support for > SMP Guests" by Sanjay Lal . > > Signed-off-by: James Hogan > Cc: Aurelien Jarno > --- > Changes

Re: [Qemu-devel] [PATCH v2 09/10] hw/mips: malta: Add KVM support

2014-02-12 Thread James Hogan
On 21/12/13 20:42, Peter Maydell wrote: > On 16 December 2013 14:12, James Hogan wrote: >> +#include "linux/kvm.h" > > You can't include linux/kvm.h like this -- on Linux this will pull in > whatever the host's system kvm.h happens to be, and on non-Linux > it won't compile: > > /Users/pm215/src