[PATCH 01/20] KVM/MIPS32: Infrastructure/build files.

2012-10-31 Thread Sanjay Lal
- Add the KVM option to MIPS build files. - Add default config files for KVM host/guest kernels. - Change the link address for the Malta KVM Guest kernel to UM (0x4010). - Add KVM Kconfig file with KVM/MIPS specific options Signed-off-by: Sanjay Lal --- arch/mips/Kbuild | 4

Re: [PATCH 01/20] KVM/MIPS32: Infrastructure/build files.

2012-11-01 Thread Avi Kivity
On 10/31/2012 05:17 PM, Sanjay Lal wrote: > - Add the KVM option to MIPS build files. > - Add default config files for KVM host/guest kernels. > - Change the link address for the Malta KVM Guest kernel to UM (0x4010). > - Add KVM Kconfig file with KVM/MIPS specific options > > index dba9390..8

Re: [PATCH 01/20] KVM/MIPS32: Infrastructure/build files.

2012-11-10 Thread Ralf Baechle
On Wed, Oct 31, 2012 at 11:17:22AM -0400, Sanjay Lal wrote: > index 7dd65cf..d2cfe45 100644 > --- a/arch/mips/Kbuild > +++ b/arch/mips/Kbuild > @@ -17,3 +17,7 @@ obj- := $(platform-) > obj-y += kernel/ > obj-y += mm/ > obj-y += math-emu/ > + > +ifdef CONFIG_KVM > +obj-y += kvm/ > +endif Shorte