Re: [kvm-devel] [RFC] passthrough for configure options to qemu

2007-10-22 Thread Carlo Marcelo Arenas Belon
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

Re: [kvm-devel] [RFC] passthrough for configure options to qemu

2007-10-22 Thread Avi Kivity
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

Re: [kvm-devel] [RFC] passthrough for configure options to qemu

2007-10-22 Thread Carlo Marcelo Arenas Belon
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

Re: [kvm-devel] [RFC] passthrough for configure options to qemu

2007-10-21 Thread Avi Kivity
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

[kvm-devel] [RFC] passthrough for configure options to qemu

2007-10-19 Thread Carlo Marcelo Arenas Belon
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