[virt-tools-list] [PATCH] add passthrough mode selection for direct interfaces
Cole Robinson
crobinso at redhat.com
Thu May 19 17:19:58 UTC 2011
On 05/18/2011 04:31 AM, Gerhard Stenzel wrote:
> for direct interface selection.
> The patch to add passthrough support to libvirt is currently
> discussed on the libvirt mailing list.
> ===================================================================
> --- virt-manager.orig/src/virtManager/uihelpers.py
> +++ virt-manager/src/virtManager/uihelpers.py
> @@ -212,6 +212,7 @@ def populate_source_mode_combo(vm, combo
> model.append(["vepa", "vepa"])
> model.append(["bridge", "bridge"])
> model.append(["private", "private"])
> + model.append(["passthrough", "passthrough"])
> def build_netmodel_combo(vm, combo):
> dev_model = gtk.ListStore(str, str)
Thanks, applied:
http://git.fedorahosted.org/git?p=virt-manager.git;a=commit;h=37ab864cfb8cbee0dfec0eb4ef82dc6add1147c3
- Cole
More information about the virt-tools-list
mailing list