From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42737) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCSKb-0006J4-1e for qemu-devel@nongnu.org; Tue, 07 Jul 2015 08:50:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCSKV-00022X-4Z for qemu-devel@nongnu.org; Tue, 07 Jul 2015 08:50:36 -0400 Received: from mx-v6.kamp.de ([2a02:248:0:51::16]:44931 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCSKU-00021X-PV for qemu-devel@nongnu.org; Tue, 07 Jul 2015 08:50:31 -0400 Message-ID: <559BCB10.20907@kamp.de> Date: Tue, 07 Jul 2015 14:50:24 +0200 From: Peter Lieven MIME-Version: 1.0 References: <1436270904-2855-1-git-send-email-stefanha@redhat.com> <1436270904-2855-4-git-send-email-stefanha@redhat.com> In-Reply-To: <1436270904-2855-4-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit 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 , qemu-devel@nongnu.org Cc: Kevin Wolf , Peter Maydell 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... Peter