From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34230) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCT7Q-0008MD-Rz for qemu-devel@nongnu.org; Tue, 07 Jul 2015 09:41:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCT7M-0004nE-Gw for qemu-devel@nongnu.org; Tue, 07 Jul 2015 09:41:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCT7M-0004nA-34 for qemu-devel@nongnu.org; Tue, 07 Jul 2015 09:41:00 -0400 Date: Tue, 7 Jul 2015 15:40:57 +0200 From: Kevin Wolf Message-ID: <20150707134057.GF14035@noname.redhat.com> References: <1436270904-2855-1-git-send-email-stefanha@redhat.com> <1436270904-2855-4-git-send-email-stefanha@redhat.com> <559BCB10.20907@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL for-2.4 3/7] block/nfs: add support for setting debug level List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Peter Maydell , Peter Lieven , qemu-devel , Stefan Hajnoczi , mreitz@redhat.com Am 07.07.2015 um 15:13 hat Stefan Hajnoczi geschrieben: > On Tue, Jul 7, 2015 at 1:50 PM, Peter Lieven wrote: > > Am 07.07.2015 um 14:08 schrieb Stefan Hajnoczi: > >> > >> From: Peter Lieven > >> > >> upcoming libnfs versions will support logging debug messages. Add > >> support for it in qemu through a per-drive option. > >> > >> Examples: > >> qemu -drive if=virtio,file=nfs://...,file.debug=2 > >> qemu-img create -o debug=2 nfs://... 10G > >> > >> Signed-off-by: Peter Lieven > >> Reviewed-by: Fam Zheng > >> Message-id: 1436251847-16875-1-git-send-email-pl@kamp.de > >> Signed-off-by: Stefan Hajnoczi > > > > > > Thanks for pulling this. > > > > Question: Is it possible to insert a CDROM other than with the 'change' > > command? > > The change command obviously does not support file.debug parameters... > > Not that I'm aware of. > > You may be able to hotplug SCSI CD-ROM drives, but that's not the same > as ejecting/inserting CD-ROM media. > > Sounds like an item for the block layer todo list: > http://qemu-project.org/Features/Block/Todo I think Max' media handling series might implement this or at least go a step in that direction. CCing Max. Kevin