From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49706) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLVQf-0004FM-OZ for qemu-devel@nongnu.org; Wed, 02 Nov 2011 03:40:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLVQe-0000Fj-Rw for qemu-devel@nongnu.org; Wed, 02 Nov 2011 03:40:09 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:34387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLVQe-0000EU-PS for qemu-devel@nongnu.org; Wed, 02 Nov 2011 03:40:08 -0400 Received: by ywb3 with SMTP id 3so9780528ywb.4 for ; Wed, 02 Nov 2011 00:40:07 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4EB0F3D1.9050903@redhat.com> Date: Wed, 02 Nov 2011 08:40:01 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [patch] remove unused function arg in qemu_iohandler_poll() and qemu_iohandler_fill() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel , Jun Koi On 11/01/2011 06:11 AM, Jun Koi wrote: > This patch removes unused function argument xfds from > qemu_iohandler_poll() and qemu_iohandler_fill() I don't think the patch us particularly useful; the arguments are designed to match select. The fact that iohandlers do not support xfds (unlike e.g. glib and slirp poll/fill) is not important to the _client_ of this code. Thanks, Paolo