[libvirt] [PATCH] Rebuild network filter for UML guests on updates

Eric Blake eblake at redhat.com
Tue Sep 14 15:22:12 UTC 2010


On 09/14/2010 02:07 AM, Soren Hansen wrote:
> When nwfilter support was added to UML, I didn't realise the UML driver
> needed instrumentation to make updating nwfilters on the fly work. This
> patch adds this bit of glue.
>
> Signed-off-by: Soren Hansen<soren at linux2go.dk>
> ---
>   src/uml/uml_driver.c |   18 ++++++++++++++++++
>   1 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/src/uml/uml_driver.c b/src/uml/uml_driver.c
> index 40345d5..9101928 100644
> --- a/src/uml/uml_driver.c
> +++ b/src/uml/uml_driver.c
> @@ -2198,6 +2198,18 @@ static virDriver umlDriver = {
>       NULL, /* qemuDomainMonitorCommand */
>   };
>
> +static int
> +umlVMFilterRebuild(virConnectPtr conn ATTRIBUTE_UNUSED,
> +                   virHashIterator iter, void *data)

ACK and pushed.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list