From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdfWx-0001x3-Ch for qemu-devel@nongnu.org; Tue, 05 Nov 2013 07:14:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdfWr-0007g4-92 for qemu-devel@nongnu.org; Tue, 05 Nov 2013 07:14:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdfWr-0007dW-0d for qemu-devel@nongnu.org; Tue, 05 Nov 2013 07:14:41 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA5CEdVE024190 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Nov 2013 07:14:39 -0500 Date: Tue, 5 Nov 2013 13:14:37 +0100 From: Stefan Hajnoczi Message-ID: <20131105121437.GA15552@stefanha-thinkpad.redhat.com> References: <1382474968-2486-1-git-send-email-akong@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1382474968-2486-1-git-send-email-akong@redhat.com> Subject: Re: [Qemu-devel] [PATCH] doc: fix hardcode helper path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amos Kong Cc: qemu-devel@nongnu.org, armbru@redhat.com On Wed, Oct 23, 2013 at 04:49:28AM +0800, Amos Kong wrote: > The install directory of qemu-bridge-helper is configurabled, > but we used a fixed path in document. > > DEFAULT_BRIDGE_HELPER macro isn't available in texi mode, > we always use "/path/to/" prefix for dynamic path (eg: > /path/to/image, /path/to/linux, etc). > > Signed-off-by: Amos Kong > --- > qemu-options.hx | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Stefan Hajnoczi