> Please, a changelog entry and a signoff.  Obvious patches need them too.

updated patch with description and signed-off attached.

cheers,
  Gerd

Install new include file linux/kvm_para.h.  Without that fix builds
using the installed libkvm fail because kvmctl.h includes kvm_para.h.

Signed-off-by: Gerd Hoffmann <[EMAIL PROTECTED]>
diff -up kvm-41/user/Makefile.hdr kvm-41/user/Makefile
--- kvm-41/user/Makefile.hdr	2007-09-20 11:30:47.000000000 +0200
+++ kvm-41/user/Makefile	2007-09-20 11:31:10.000000000 +0200
@@ -55,6 +55,8 @@ install:
 	install -D kvmctl.h $(DESTDIR)/$(PREFIX)/include/kvmctl.h
 	install -D $(KERNELDIR)/include/linux/kvm.h \
 		$(DESTDIR)/$(PREFIX)/include/linux/kvm.h
+	install -D $(KERNELDIR)/include/linux/kvm_para.h \
+		$(DESTDIR)/$(PREFIX)/include/linux/kvm_para.h
 	install -D libkvm.a $(DESTDIR)/$(PREFIX)/$(LIBDIR)/libkvm.a
 
 %.flat: %.o
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to