From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1Eko-0006Wt-Tu for qemu-devel@nongnu.org; Tue, 24 Nov 2015 09:39:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1Ekj-0006z9-3I for qemu-devel@nongnu.org; Tue, 24 Nov 2015 09:39:34 -0500 Date: Tue, 24 Nov 2015 15:39:20 +0100 From: Kevin Wolf Message-ID: <20151124143920.GF4296@noname.str.redhat.com> References: <23A3628D-B4DF-428C-BDE3-FD13A1AF9B6B@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23A3628D-B4DF-428C-BDE3-FD13A1AF9B6B@gmail.com> Subject: Re: [Qemu-devel] [PATCH v2] raw-posix.c: Make GetBSDPath() handle caching options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel , Qemu-block Am 21.11.2015 um 01:17 hat Programmingkid geschrieben: > Add support for caching options that can be specified from > the command line. > > Signed-off-by: John Arbuckle Thanks, applied to the block branch. Kevin