Re: [Qemu-devel] [PATCH] doc: fix hardcode helper path

2013-11-18 Thread Michael S. Tsirkin
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

Re: [Qemu-devel] [PATCH] doc: fix hardcode helper path

2013-11-05 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH] doc: fix hardcode helper path

2013-10-22 Thread Amos Kong
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