[libvirt] [libvirt-glib] Add getter for GVirConfigDomainOS.arch

Christophe Fergeau cfergeau at redhat.com
Mon May 21 12:13:49 UTC 2012


On Sat, May 19, 2012 at 05:45:31AM +0300, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> ---
>  libvirt-gconfig/libvirt-gconfig-domain-os.c |    7 +++++++
>  libvirt-gconfig/libvirt-gconfig-domain-os.h |    1 +
>  libvirt-gconfig/libvirt-gconfig.sym         |    1 +
>  3 files changed, 9 insertions(+), 0 deletions(-)
> 
> diff --git a/libvirt-gconfig/libvirt-gconfig-domain-os.c b/libvirt-gconfig/libvirt-gconfig-domain-os.c
> index 9a1648a..2e4a69a 100644
> --- a/libvirt-gconfig/libvirt-gconfig-domain-os.c
> +++ b/libvirt-gconfig/libvirt-gconfig-domain-os.c
> @@ -275,6 +275,13 @@ GList *gvir_config_domain_os_get_boot_devices(GVirConfigDomainOs *os)
>      return devices;
>  }
>  
> +const char *gvir_config_domain_os_get_arch(GVirConfigDomainOs *os)
> +{

g_return_val_if_fail(GVIR_CONFIG_IS_DOMAIN_OS(os), NULL);

ACK with this added. Is it fine to return NULL when no arch is specified,
or would it be better to return something else?

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20120521/5b9eaf04/attachment-0001.sig>


More information about the libvir-list mailing list