On Mon, Oct 22, 2007 at 09:51:24PM +0200, Avi Kivity wrote:
> Carlo Marcelo Arenas Belon wrote:
> > On Sun, Oct 21, 2007 at 01:25:34PM +0200, Avi Kivity wrote:
> >>>
> >> Is it possible in case of a failure due to an unrecognized option to
> >> call out usage() instead of qemu's?
> >
> > no
Carlo Marcelo Arenas Belon wrote:
> On Sun, Oct 21, 2007 at 01:25:34PM +0200, Avi Kivity wrote:
>
>> Why not call qemu's ./configure to get the help text?
>>
>
> can be done, I discarded it originally though as it seems pretty hacky as it
> needs the list to be reformatted and filtered fur
On Sun, Oct 21, 2007 at 01:25:34PM +0200, Avi Kivity wrote:
>
> Why not call qemu's ./configure to get the help text?
can be done, I discarded it originally though as it seems pretty hacky as it
needs the list to be reformatted and filtered further as not all options are
relevant and some confli
Carlo Marcelo Arenas Belon wrote:
> The following patch Implement a configure passthrough for qemu and
> migrate all current qemu specific configuration flags (enable-alsa,
> disable-vnc-tls and disable-gcc-check) to use it.
>
> It leaves a description of the current flags (as used in kvm's confi
The following patch Implement a configure passthrough for qemu and
migrate all current qemu specific configuration flags (enable-alsa,
disable-vnc-tls and disable-gcc-check) to use it.
It leaves a description of the current flags (as used in kvm's configure)
as a reference but I'm not sure if th