[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v10 0/7] file descriptor passing using fd sets
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-devel] [PATCH v10 0/7] file descriptor passing using fd sets |
Date: |
Tue, 14 Aug 2012 12:50:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 |
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 <address@hidden>
>>
>
> 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
- [Qemu-devel] [PATCH v10 4/7] block: Convert open calls to qemu_open, (continued)
- [Qemu-devel] [PATCH v10 4/7] block: Convert open calls to qemu_open, Corey Bryant, 2012/08/13
- [Qemu-devel] [PATCH v10 5/7] block: Convert close calls to qemu_close, Corey Bryant, 2012/08/13
- [Qemu-devel] [PATCH v10 3/7] block: Prevent detection of /dev/fdset/ as floppy, Corey Bryant, 2012/08/13
- [Qemu-devel] [PATCH v10 2/7] qapi: Introduce add-fd, remove-fd, query-fdsets, Corey Bryant, 2012/08/13
- [Qemu-devel] [PATCH v10 7/7] monitor: Clean up fd sets on monitor disconnect, Corey Bryant, 2012/08/13
- [Qemu-devel] [PATCH v10 6/7] block: Enable qemu_open/close to work with fd sets, Corey Bryant, 2012/08/13
- Re: [Qemu-devel] [PATCH v10 0/7] file descriptor passing using fd sets, Eric Blake, 2012/08/13