From owner-freebsd-arch@FreeBSD.ORG Tue Jul 9 17:46:00 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 175A8DB5; Tue, 9 Jul 2013 17:46:00 +0000 (UTC) (envelope-from rmh.aybabtu@gmail.com) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) by mx1.freebsd.org (Postfix) with ESMTP id C3C121049; Tue, 9 Jul 2013 17:45:59 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id hu16so3076979qab.15 for ; Tue, 09 Jul 2013 10:45:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=/UhKR297argO1Xn0vzoOnKjxAzt0Y9IM28+A7Usyjvw=; b=NpqkLlFPGpPQvwCPlsPsBQYR/JBSTfP143SC1AKLrjdwbU0jOF0bjzb58U1VGqhJk/ v1/1wKfjv7xKQoq6SefaFBYc82fxktXc6dZ0UX9uO6TRaf1Q5P4STrTSyy8jBKH0UEfZ 0Ed+/YWLrV2ZfxebhWlnXuCr+YKewrvm6I2KYRO9taHKhP8Xb4EKHTB2tTq9aJGmIbQw tB+yuBppQUy1VtsXdwLHUofwLanu1KvquAUdHc/PyoOs/kcMFXxwI5HIoARE1yfzEvFk sQrvEDwlEJaWrC4gyjCC1VmBPVMYEeIhDzSz2uuxA9TVi2yH7pzzTSgkkYjQ/YauDR/m iWBQ== MIME-Version: 1.0 X-Received: by 10.224.165.77 with SMTP id h13mr14938794qay.58.1373391959344; Tue, 09 Jul 2013 10:45:59 -0700 (PDT) Sender: rmh.aybabtu@gmail.com Received: by 10.49.26.193 with HTTP; Tue, 9 Jul 2013 10:45:59 -0700 (PDT) Date: Tue, 9 Jul 2013 19:45:59 +0200 X-Google-Sender-Auth: kkd48eS5xMUJhALwhz_lIkYmn2U Message-ID: Subject: ABI change in libkvm (kvm_uread removal) From: Robert Millan To: Mikolaj Golub Content-Type: text/plain; charset=UTF-8 Cc: freebsd-arch@freebsd.org X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 17:46:00 -0000 Hi Mikolaj, In 2011 you removed kvm_uread() from libkvm, in r227839. Was this an intentional ABI change? I notice that kvm.h public header still has the declaration. Also, the soname was not bumped. Should kvm.h and Makefile be adjusted to reflect the new ABI? -- Robert Millan