On 17 May 2013 14:23, Peter Maydell <peter.maydell@xxxxxxxxxx> wrote: > target-arm/Makefile.objs | 1 + > target-arm/kvm.c | 164 +++++++++++++++++++++++++++++++++++++++++++++- > target-arm/kvm_arm.h | 33 ++++++++++ > target-arm/machine.c | 30 +++++++-- > 4 files changed, 222 insertions(+), 6 deletions(-) > > diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs > index d89b57c..4a6e52e 100644 > --- a/target-arm/Makefile.objs > +++ b/target-arm/Makefile.objs > @@ -1,5 +1,6 @@ > obj-y += arm-semi.o > obj-$(CONFIG_SOFTMMU) += machine.o > obj-$(CONFIG_KVM) += kvm.o > +obj-$(CONFIG_NO_KVM) += kvm-stub.o but I forgot to git add kvm-stub.c. Whoops; will be fixed in v2. thanks -- PMM _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm