From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0zZX-0004Tw-0c for qemu-devel@nongnu.org; Mon, 13 Aug 2012 14:41:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0zZU-0000L6-Oz for qemu-devel@nongnu.org; Mon, 13 Aug 2012 14:41:02 -0400 Received: from e4.ny.us.ibm.com ([32.97.182.144]:50378) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0zZU-0000Ja-KY for qemu-devel@nongnu.org; Mon, 13 Aug 2012 14:41:00 -0400 Received: from /spool/local by e4.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 13 Aug 2012 14:40:59 -0400 Received: from d01relay05.pok.ibm.com (d01relay05.pok.ibm.com [9.56.227.237]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id 26CB038C8039 for ; Mon, 13 Aug 2012 14:39:58 -0400 (EDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d01relay05.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7DIdufM136606 for ; Mon, 13 Aug 2012 14:39:57 -0400 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7DIdqmM018730 for ; Mon, 13 Aug 2012 12:39:53 -0600 Message-ID: <502949F6.2020800@linux.vnet.ibm.com> Date: Mon, 13 Aug 2012 14:39:50 -0400 From: Corey Bryant MIME-Version: 1.0 References: <1344866929-30456-1-git-send-email-coreyb@linux.vnet.ibm.com> <5029414E.7020608@redhat.com> In-Reply-To: <5029414E.7020608@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v10 0/7] file descriptor passing using fd sets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, libvir-list@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com On 08/13/2012 02:02 PM, Eric Blake wrote: > On 08/13/2012 08:08 AM, Corey Bryant wrote: >> libvirt's sVirt security driver provides SELinux MAC isolation for >> Qemu guest processes and their corresponding image files. In other >> words, sVirt uses SELinux to prevent a QEMU process from opening >> files that do not belong to it. >> > >> Corey Bryant (7): >> qemu-char: Add MSG_CMSG_CLOEXEC flag to recvmsg >> qapi: Introduce add-fd, remove-fd, query-fdsets >> block: Prevent detection of /dev/fdset/ as floppy >> block: Convert open calls to qemu_open >> block: Convert close calls to qemu_close >> block: Enable qemu_open/close to work with fd sets >> monitor: Clean up fd sets on monitor disconnect > > Hooray - I think we're there! Series: > > Reviewed-by: Eric Blake > Thanks again!! Btw, In the case that no new versions of the patches need to be submitted, how does your Reviewed-by get added? Do I need to do anything to add it? -- Regards, Corey