From owner-freebsd-arch@FreeBSD.ORG Wed Jul 10 09:20:51 2013 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3B04BBC; Wed, 10 Jul 2013 09:20:50 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id 632521E33; Wed, 10 Jul 2013 09:20:50 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id k10so4820384eaj.25 for ; Wed, 10 Jul 2013 02:20:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=0ne+vH6TYD1W3VQAMI4nZjrK5FdE1qxvtID5+w5+pJM=; b=izEcPnNRpJ/AMaRb2AIm5esjc6QfVCGeqraMzEpZoJGRwsUFkdxCAKEtN0iuUAeXth ifmY5h3FL2bTVuOhdCYFh+lh7bllTOLe5LkX3sR9YVwRFLHRu37hOrd1FeLCFzrzImTC mDN71Nmx6HlNFzCSQ4Y/fcBbwnVz474X2TTrZ3rzk8RTmQBGWMdwnmfS/MV/vipCs9TB fpXAvPnX5tjImc/eodRJoe9viXGAknXGBqAQXU/rnnwtHs3qT8rphFXoUvEz3ZyV35qI namTWpW+8HG8zSDpwr/HAvm5OVwqcY7ZdNmUJ4vPZCzGUyQSyegYLQym1OIPmK/hzCil xeYA== X-Received: by 10.14.103.196 with SMTP id f44mr34805858eeg.37.1373448049461; Wed, 10 Jul 2013 02:20:49 -0700 (PDT) Received: from localhost ([188.230.122.226]) by mx.google.com with ESMTPSA id y1sm58426922eew.3.2013.07.10.02.20.47 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 10 Jul 2013 02:20:48 -0700 (PDT) Date: Wed, 10 Jul 2013 12:20:46 +0300 From: Mikolaj Golub To: Peter Wemm Subject: Re: ABI change in libkvm (kvm_uread removal) Message-ID: <20130710092045.GB39842@gmail.com> References: <20130709185846.GA19508@gmail.com> <20130709211657.GA86400@stack.nl> <20130710063406.GA39842@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-arch@freebsd.org, Jilles Tjoelker , Robert Millan 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: Wed, 10 Jul 2013 09:20:51 -0000 On Tue, Jul 09, 2013 at 11:44:13PM -0700, Peter Wemm wrote: > Have you confirmed that the code you're about to add back actually > works? It works for this simple test: http://people.freebsd.org/~trociny/tmp/test_kvm_uread.c -- Mikolaj Golub