[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 05/17] kvm: add kvm stub for arch specific stuff
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 05/17] kvm: add kvm stub for arch specific stuff |
Date: |
Tue, 3 May 2011 16:05:22 +0100 |
On 3 May 2011 15:17, Alexander Graf <address@hidden> wrote:
> Maybe there's some Makefile magic to only compile the stub if the file
> exists? I certainly don't know of any.
obj-$(CONFIG_NO_KVM) += kvm-stub.o
ifneq ($(wildcard $(TARGET_PATH)/kvm-arch-stub.c),)
obj-$(CONFIG_NO_KVM) += kvm-arch-stub.o
endif
? (not very heavily tested)
-- PMM
Re: [Qemu-devel] [PATCH 05/17] kvm: add kvm stub for arch specific stuff,
Peter Maydell <=