Hey, I've pushed your 2 patches and added your name to the AUTHORS file, thanks for the patches!
Christophe
On Mon, Sep 10, 2012 at 04:12:43PM +0300, Timo Juhani Lindfors wrote:
> ---
> examples/config-demo.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/config-demo.py b/examples/config-demo.py
> index 92e8a89..016f9bb 100644
> --- a/examples/config-demo.py
> +++ b/examples/config-demo.py
> @@ -4,7 +4,7 @@ from gi.repository import LibvirtGConfig;
>
> domain = LibvirtGConfig.Domain.new()
> domain.set_name("foo")
> -domain.set_memory(1024*1024*1024)
> +domain.set_memory(1024*1024)
> domain.set_vcpus(2)
> domain.set_lifecycle(LibvirtGConfig.DomainLifecycleEvent.ON_POWEROFF,
> LibvirtGConfig.DomainLifecycleAction.DESTROY)
> --
> 1.7.10.4
>
> --
> libvir-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/libvir-list
pgpo0ESVcREtX.pgp
Description: PGP signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
