From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up3Xt-0000SO-Io for qemu-devel@nongnu.org; Tue, 18 Jun 2013 17:34:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Up3Xs-0007oB-QD for qemu-devel@nongnu.org; Tue, 18 Jun 2013 17:34:33 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:55133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Up3Xs-0007o6-KA for qemu-devel@nongnu.org; Tue, 18 Jun 2013 17:34:32 -0400 Received: by mail-pd0-f177.google.com with SMTP id p10so4293334pdj.22 for ; Tue, 18 Jun 2013 14:34:31 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20130618201934.GK31207@redhat.com> References: <51C04671.8090305@msgid.tls.msk.ru> <20130618201934.GK31207@redhat.com> From: Peter Maydell Date: Tue, 18 Jun 2013 22:34:11 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] RFC: DSO (dynamic shared objects) support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Paolo Bonzini , Michael Tokarev , qemu-devel , Anthony Liguori On 18 June 2013 21:19, Daniel P. Berrange wrote: > For example, use ELF symbol versioning > and make the version tags change on every single minor release Change on every git commit hash, please. Otherwise I bet there are going to be a lot of random weird failures in development due to things getting silently out of sync. -- PMM