From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [ANNOUNCE] kvm-41 release Date: Thu, 20 Sep 2007 17:41:09 +0200 Message-ID: <46F29495.4040600@redhat.com> References: <46F101AE.6020905@qumranet.com> <46F23A9B.1030201@redhat.com> <46F23EB7.6010000@redhat.com> <46F23F07.4020804@qumranet.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070006010400030405010506" Cc: kvm-devel To: Avi Kivity Return-path: In-Reply-To: <46F23F07.4020804-atKUWr5tajBWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: kvm-devel-bounces-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: kvm.vger.kernel.org This is a multi-part message in MIME format. --------------070006010400030405010506 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > Please, a changelog entry and a signoff. Obvious patches need them too. updated patch with description and signed-off attached. cheers, Gerd --------------070006010400030405010506 Content-Type: text/x-patch; name="kvm-missing-header.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kvm-missing-header.diff" 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 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 --------------070006010400030405010506 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------- 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/ --------------070006010400030405010506 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel --------------070006010400030405010506--