From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MObZp-0007yc-OQ for qemu-devel@nongnu.org; Wed, 08 Jul 2009 14:09:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MObZg-0007rJ-UB for qemu-devel@nongnu.org; Wed, 08 Jul 2009 14:09:02 -0400 Received: from [199.232.76.173] (port=35176 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MObZg-0007r5-Ly for qemu-devel@nongnu.org; Wed, 08 Jul 2009 14:08:56 -0400 Received: from rv-out-0708.google.com ([209.85.198.249]:24948) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MObZg-0002t2-CD for qemu-devel@nongnu.org; Wed, 08 Jul 2009 14:08:56 -0400 Received: by rv-out-0708.google.com with SMTP id b17so1566245rvf.22 for ; Wed, 08 Jul 2009 11:08:55 -0700 (PDT) Message-ID: <4A54E0B3.8090305@codemonkey.ws> Date: Wed, 08 Jul 2009 13:08:51 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 3/5] Add getfd and closefd monitor commands References: <1247064963.3270.63.camel@blaa> <1247065048-15706-1-git-send-email-markmc@redhat.com> <1247065048-15706-2-git-send-email-markmc@redhat.com> <1247065048-15706-3-git-send-email-markmc@redhat.com> <4A54BABD.3040903@redhat.com> <1247069035.3270.82.camel@blaa> <4A54C634.30007@redhat.com> In-Reply-To: <4A54C634.30007@redhat.com> 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: Avi Kivity Cc: Mark McLoughlin , qemu-devel@nongnu.org Avi Kivity wrote: > I'd prefer the communication layer to queue fds and getfd to dequeue > them. How many do you queue? The correct answer is one, btw ;-) Regards, Anthony Liguori