From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PA4U4-0004aE-M6 for qemu-devel@nongnu.org; Sun, 24 Oct 2010 13:35:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PA4U3-0006Wz-Qh for qemu-devel@nongnu.org; Sun, 24 Oct 2010 13:35:52 -0400 Received: from mail-bw0-f45.google.com ([209.85.214.45]:51730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PA4U3-0006Wr-DZ for qemu-devel@nongnu.org; Sun, 24 Oct 2010 13:35:51 -0400 Received: by bwz2 with SMTP id 2so2419591bwz.4 for ; Sun, 24 Oct 2010 10:35:50 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4CC46E73.2090704@redhat.com> Date: Sun, 24 Oct 2010 19:35:47 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1287934469-16624-1-git-send-email-avi@redhat.com> In-Reply-To: <1287934469-16624-1-git-send-email-avi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/2] Type-safe ioport callbacks List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 10/24/2010 05:34 PM, Avi Kivity wrote: > A recent qemu -> qemu-kvm merge broke cpu hotplug without the compiler > complaining because of the type-unsafeness of the ioport callbacks. This > patchset adds a type-safe variant of ioport callbacks and coverts a sample > ioport. Converting the other 300-odd registrations is left as an excercise > to the community. 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? Paolo