On Mon, Oct 4, 2010 at 10:26 AM, Michael Hanselmann <[email protected]> wrote:
>
> Defaults shouldn't change unless there a really good reason for it.
> Can't you do this depending on the KVM version in use instead of
> requiring the user to change a setting?
>
> hv_kvm:
>  …
>  if kvm_version > 0x…:
>    args.append("new networking")
>  else:
>    args.append("old stuff goes here")
>

That is the best solution, indeed. Although, I couldn't find out how
to get the kvm version. I need some guidance to write a new patch.

Regards,

Miguel

Reply via email to