From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [ANNOUNCE] kvm-41 release Date: Thu, 20 Sep 2007 11:34:47 +0200 Message-ID: <46F23EB7.6010000@redhat.com> References: <46F101AE.6020905@qumranet.com> <46F23A9B.1030201@redhat.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------000507000907040405030006" Cc: kvm-devel To: Avi Kivity Return-path: In-Reply-To: <46F23A9B.1030201-H+wXaHxf7aLQT0dZR+AlfA@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. --------------000507000907040405030006 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Gerd Hoffmann wrote: > Avi Kivity wrote: >> Changes since kvm-40: >> - refactor hypercall infrastructure for simplicity and better smp >> support (Anthony Liguori) > > The new kvm_para.h header file added by (I think) this change isn't > installed by "make install", making builds using the libkvm installed on > the system fail. ... and the obvious fix for that. please apply, Gerd --------------000507000907040405030006 Content-Type: text/x-patch; name="kvm-missing-header.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="kvm-missing-header.diff" 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 --------------000507000907040405030006 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/ --------------000507000907040405030006 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 --------------000507000907040405030006--