From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIa0b-0006T6-PJ for qemu-devel@nongnu.org; Mon, 11 Jan 2016 05:47:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIa0a-0004B2-LR for qemu-devel@nongnu.org; Mon, 11 Jan 2016 05:47:33 -0500 Date: Mon, 11 Jan 2016 05:47:24 -0500 From: Jeff Cody Message-ID: <20160111104724.GA13536@localhost.localdomain> References: <1447052973-14513-1-git-send-email-pl@kamp.de> <20151113094509.GD6650@stefanha-x1.localdomain> <56936D1B.5010609@kamp.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56936D1B.5010609@kamp.de> Subject: Re: [Qemu-devel] [Qemu-block] [PATCH V5] block/nfs: add support for setting debug level List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Lieven Cc: kwolf@redhat.com, famz@redhat.com, qemu-block@nongnu.org, Stefan Hajnoczi , qemu-devel@nongnu.org, mreitz@redhat.com, Stefan Hajnoczi On Mon, Jan 11, 2016 at 09:51:39AM +0100, Peter Lieven wrote: > Am 13.11.2015 um 10:45 schrieb Stefan Hajnoczi: > > On Mon, Nov 09, 2015 at 08:09:33AM +0100, Peter Lieven wrote: > >> recent libnfs versions support logging debug messages. Add > >> support for it in qemu through an URL parameter. > >> > >> Example: > >> qemu -cdrom nfs://127.0.0.1/iso/my.iso?debug=2 > >> > >> Signed-off-by: Peter Lieven > >> --- > >> v4->v5: add a comment in the code why we limit the debug level [Stefan] > >> v3->v4: revert to the initial version, but limit max debug level > >> v2->v3: use a per-drive option instead of a global one. [Stefan] > >> v1->v2: reworked patch to accept the debug level as a cmdline > >> parameter instead of an URI parameter [Stefan] > >> > >> block/nfs.c | 12 ++++++++++++ > >> 1 file changed, 12 insertions(+) > > Hi Peter, > > Please use my official maintainer email address > > when CCing me. I didn't spot the mail to GMail until after the QEMU 2.5 > > hard freeze deadline. > > > > Only bug fixes are being merged for QEMU 2.5 now. I'm sorry that this > > patch didn't make it. My block-next branch will be opening on Monday > > and I'll merge this patch there for QEMU 2.6. > > Hi Stefan, > > can you pick up this one for 2.6 now? > > Thanks, > Peter > > Hi Peter, I've applied it to my branch, for 2.6: git://github.com/codyprime/qemu-kvm-jtc.git block Thanks, Jeff