[libvirt] [test-API PATCH] libs: Add flags for streams and the console

Guannan Ren gren at redhat.com
Thu Mar 22 14:02:35 UTC 2012


On 03/22/2012 08:56 PM, Peter Krempa wrote:
> Add the local copy of the flags.
> ---
>   lib/connectAPI.py |    2 ++
>   lib/domainAPI.py  |    3 +++
>   2 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/lib/connectAPI.py b/lib/connectAPI.py
> index dab5e7d..2723fc8 100644
> --- a/lib/connectAPI.py
> +++ b/lib/connectAPI.py
> @@ -350,3 +350,5 @@ class ConnectAPI(object):
>   VIR_CRED_AUTHNAME = libvirt.VIR_CRED_AUTHNAME
>   VIR_CRED_PASSPHRASE = libvirt.VIR_CRED_PASSPHRASE
>
> +# virStreamFlags
> +VIR_STREAM_NONBLOCK = 1

       The stream flags or all of stream related methods should belong 
to streamAPI.py
       The connectAPI.py just includes hypervisor or host APIs, others 
excluded.

> diff --git a/lib/domainAPI.py b/lib/domainAPI.py
> index bc0069b..43565c2 100644
> --- a/lib/domainAPI.py
> +++ b/lib/domainAPI.py
> @@ -912,3 +912,6 @@ VIR_DOMAIN_AFFECT_CURRENT = 0
>   VIR_DOMAIN_AFFECT_LIVE = 1
>   VIR_DOMAIN_AFFECT_CONFIG = 2
>
> +# virDomainConsoleFlags
> +VIR_DOMAIN_CONSOLE_FORCE = 1
> +VIR_DOMAIN_CONSOLE_SAFE  = 2

     Sorry I didn't find "virDomainConsoleFlags" in libvirt.py

     Guannan Ren




More information about the libvir-list mailing list