From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1EhX-0004us-Rj for qemu-devel@nongnu.org; Tue, 14 Aug 2012 06:50:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1EhV-0007tN-N9 for qemu-devel@nongnu.org; Tue, 14 Aug 2012 06:50:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1EhV-0007tJ-Et for qemu-devel@nongnu.org; Tue, 14 Aug 2012 06:50:17 -0400 Message-ID: <502A2D5D.3060707@redhat.com> Date: Tue, 14 Aug 2012 12:50:05 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1344866929-30456-1-git-send-email-coreyb@linux.vnet.ibm.com> <5029414E.7020608@redhat.com> <502949F6.2020800@linux.vnet.ibm.com> In-Reply-To: <502949F6.2020800@linux.vnet.ibm.com> Content-Type: text/plain; charset=UTF-8 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: Corey Bryant Cc: aliguori@us.ibm.com, stefanha@linux.vnet.ibm.com, libvir-list@redhat.com, qemu-devel@nongnu.org, lcapitulino@redhat.com, pbonzini@redhat.com, Eric Blake Am 13.08.2012 20:39, schrieb Corey Bryant: > > > 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 Thanks, applied all to the block branch. >> 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? No, I picked it up. Kevin