[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] Automatically eject CD-ROM disk in Linux host s
|
From: |
Thiemo Seufer |
|
Subject: |
Re: [Qemu-devel] [PATCH] Automatically eject CD-ROM disk in Linux host system |
|
Date: |
Mon, 19 Mar 2007 16:22:15 +0000 |
|
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Yu, Xiaoyang wrote:
> Hi,
>
>
>
> I wrote a patch to automatically eject a physical CD-ROM disk when:
>
> * Issue "eject" command in monitor console, or
>
> * Issue "eject" command in Linux guest system, or
>
> * In Windows guest system, press the right mouse button above CD-ROM
> icon, then select "eject".
>
>
>
> This is patch is based on QEMU 0.8.2 in Xen 3.0.3, and works on Linux
> host system.
system() is a horrible way to do this. Consider using SDL_CDEject() instead.
Thiemo