qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Re: To O_EXCL or not to O_EXCL open host_cdrom


From: Avi Kivity
Subject: Re: [Qemu-devel] Re: To O_EXCL or not to O_EXCL open host_cdrom
Date: Mon, 11 Apr 2011 16:30:13 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110307 Fedora/3.1.9-0.39.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.9

On 04/11/2011 11:31 AM, Stefan Hajnoczi wrote:
On Mon, Apr 11, 2011 at 10:37:32AM +0530, Amit Shah wrote:
>  On (Fri) 08 Apr 2011 [12:33:27], Stefan Hajnoczi wrote:
>  >  The other concern I have about using O_EXCL is that we expose
>  >  ourselves to race conditions if there is ever a need to re-open the
>  >  device.  When QEMU closes its file descriptor another program may be
>  >  scheduled to run and open the device with O_EXCL.  Now QEMU will not
>  >  be able to open the CD-ROM anymore.
>
>  The admins should really be the ones worrying about this, not QEMU.

Think of a desktop use case.  virt-manager lets me pass through the host
CD-ROM today.  Desktops have hald/udisks and you can't expect users to
disable/reenable those services just for QEMU.

It should be solved at that level then. If I insert a disc into an assigned cd-rom drive, I shouldn't get a file manager or autorun window to pop in the host, just the guest.

So: libvirt should inform the rest of the system that it is taking over the cd-rom and as far as they're concerned, it no longer exists.

--
error compiling committee.c: too many arguments to function




reply via email to

[Prev in Thread] Current Thread [Next in Thread]