From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lnwhg-0002Pi-4B for qemu-devel@nongnu.org; Sun, 29 Mar 2009 11:13:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lnwhb-0002FS-4T for qemu-devel@nongnu.org; Sun, 29 Mar 2009 11:13:39 -0400 Received: from [199.232.76.173] (port=54122 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lnwhb-0002FL-1W for qemu-devel@nongnu.org; Sun, 29 Mar 2009 11:13:35 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:59828) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LnwhZ-0000ho-Ak for qemu-devel@nongnu.org; Sun, 29 Mar 2009 11:13:33 -0400 Received: by fxm17 with SMTP id 17so1482850fxm.34 for ; Sun, 29 Mar 2009 08:13:32 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090329124236.GA15220@saturn.kn-bremen.de> References: <20090323224602.GA40711@saturn.kn-bremen.de> <200903282007.n2SK7QqK093818@saturn.kn-bremen.de> <20090329124236.GA15220@saturn.kn-bremen.de> Date: Sun, 29 Mar 2009 18:13:32 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH:] FreeBSD host physical cdrom fixes From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Lock Cc: qemu-devel@nongnu.org On 3/29/09, Juergen Lock wrote: > On Sat, Mar 28, 2009 at 10:18:04PM +0200, Blue Swirl wrote: > > On 3/28/09, Juergen Lock wrote: > > > In article you write: > > > >On 3/24/09, Juergen Lock wrote: > > > >> This improves physical cdrom support on FreeBSD hosts to be almost as > > > >> good as on Linux, with the only notable exception that you still need to > > > >> either have the guest itself eject the disc if you want to take it > > > >> out/change it, or do a change command in the monitor after taking out > > > >> a disc in case a guest cannot eject it itself - otherwise the guest may > > > >> continue using state (like size) of the old disc. > > > >> > > > >> [Yes this is not perfect but still is way better than the old state of > > > >> things and thus commit-worthy in my opinion. I don't think it needs > > > >> to be committed in incremental pieces, if you disagree please say so.] > > > > > > > >Thanks, applied. > > > > > > > > > Thanx! Is anyone looking at my scsi disk/cdrom fixes/improvements series > > > also? > > > http://lists.gnu.org/archive/html/qemu-devel/2009-03/msg01110.html > > > Without it for example eject won't work on emulated scsi cdroms i.e. > > > you'd still have to use the monitor... > > > > Yes I'm looking, but I'm not sure if the problems I see result from > > other stuff or your patches. > > > Hmm what are the issues you are seeing? Debian 4.0 r0 CD won't boot, but it happens without your patches too.