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