From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [Qemu-devel] Re: [PATCH 0/2] Type-safe ioport callbacks Date: Mon, 25 Oct 2010 15:52:43 +0200 Message-ID: <4CC58BAB.4090808@redhat.com> References: <1287934469-16624-1-git-send-email-avi@redhat.com> <4CC46E73.2090704@redhat.com> <4CC46F22.7070202@redhat.com> <4CC58A48.6070204@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Avi Kivity , qemu-devel@nongnu.org, kvm@vger.kernel.org To: Anthony Liguori Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54887 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751194Ab0JYNws (ORCPT ); Mon, 25 Oct 2010 09:52:48 -0400 In-Reply-To: <4CC58A48.6070204@codemonkey.ws> Sender: kvm-owner@vger.kernel.org List-ID: On 10/25/2010 03:46 PM, Anthony Liguori wrote: >>> >>> Should we create a Documentation/ file with incomplete transitions >>> and the commit(s) that introduced them, for volunteers who wish to do >>> some dirty work or to learn Coccinelle? >> >> If we have a TODO, we could add a janitor section there. > > That's unnecessary work. The vast majority of the callers of > register_ioport* should be using a bus specific interface instead. It's still an incomplete transition. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=59115 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PANTm-0002S1-3F for qemu-devel@nongnu.org; Mon, 25 Oct 2010 09:52:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PANTk-0008M9-5h for qemu-devel@nongnu.org; Mon, 25 Oct 2010 09:52:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PANTj-0008Lj-Vc for qemu-devel@nongnu.org; Mon, 25 Oct 2010 09:52:48 -0400 Message-ID: <4CC58BAB.4090808@redhat.com> Date: Mon, 25 Oct 2010 15:52:43 +0200 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 0/2] Type-safe ioport callbacks References: <1287934469-16624-1-git-send-email-avi@redhat.com> <4CC46E73.2090704@redhat.com> <4CC46F22.7070202@redhat.com> <4CC58A48.6070204@codemonkey.ws> In-Reply-To: <4CC58A48.6070204@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org On 10/25/2010 03:46 PM, Anthony Liguori wrote: >>> >>> Should we create a Documentation/ file with incomplete transitions >>> and the commit(s) that introduced them, for volunteers who wish to do >>> some dirty work or to learn Coccinelle? >> >> If we have a TODO, we could add a janitor section there. > > That's unnecessary work. The vast majority of the callers of > register_ioport* should be using a bus specific interface instead. It's still an incomplete transition. Paolo