From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVrRu-0008HO-RG for qemu-devel@nongnu.org; Tue, 28 Jul 2009 14:30:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVrRt-0008GH-7C for qemu-devel@nongnu.org; Tue, 28 Jul 2009 14:30:54 -0400 Received: from [199.232.76.173] (port=58552 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVrRs-0008G7-TX for qemu-devel@nongnu.org; Tue, 28 Jul 2009 14:30:52 -0400 Received: from mx2.redhat.com ([66.187.237.31]:40183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVrRs-0002W7-EW for qemu-devel@nongnu.org; Tue, 28 Jul 2009 14:30:52 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6SIUpf3027070 for ; Tue, 28 Jul 2009 14:30:51 -0400 Date: Tue, 28 Jul 2009 15:30:45 -0300 From: Luiz Capitulino Message-ID: <20090728153045.18050325@doriath> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] QemuOpts breaks -cdrom List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kraxel@redhat.com Cc: qemu-devel@nongnu.org Hi Gerd, Today I found that the '-cdrom' option is not working, 'git bisect' says the problem was introduced by: """ commit 9dfd7c7a00dd700de36ca58005a7cb3934a62efb Author: Gerd Hoffmann Date: Wed Jul 22 16:43:04 2009 +0200 switch -drive to QemuOpts. """ Indeed, reverting it fixes the problem, but I don't know where the bug is. To reproduce, just try to specify the '-cdrom' option and do a 'info block', you won't see the cdrom there.