On 09/17/2011 11:59 AM, Blue Swirl wrote: > On Wed, Sep 14, 2011 at 8:42 AM, Alexander Graf <ag...@suse.de> wrote: >> diff --git a/linux-headers/linux/kvm_para.h b/linux-headers/linux/kvm_para.h >> index 7bdcf93..b315e27 100644 >> --- a/linux-headers/linux/kvm_para.h >> +++ b/linux-headers/linux/kvm_para.h >> @@ -26,3 +26,4 @@ >> #include <asm/kvm_para.h> >> >> #endif /* __LINUX_KVM_PARA_H */ >> + > > Can we avoid this?
It could be fixed in the kernel, but I don't think we should be making local changes to this in qemu. It'll just get reintroduced the next time somebody runs the update script. -Scott