From: "Daniel P. Berrange" <berrange@redhat.com>
To: Jim Fehlig <jfehlig@suse.com>
Cc: libvir-list@redhat.com, xen-devel@lists.xensource.com,
Ian Campbell <Ian.Campbell@citrix.com>
Subject: Re: [libvirt] [Xen-devel] [PATCH 0/5] Testing libvirt XML -> libxl_domain_config conversion
Date: Tue, 3 Jun 2014 10:26:44 +0100 [thread overview]
Message-ID: <20140603092644.GG4207@redhat.com> (raw)
In-Reply-To: <538CFE0D.3000700@suse.com>
On Mon, Jun 02, 2014 at 04:43:25PM -0600, Jim Fehlig wrote:
> Daniel P. Berrange wrote:
> > On Mon, Jun 02, 2014 at 01:41:58PM +0100, Ian Campbell wrote:
> >
> >>> I hacked around this, but it is a little dirty too. libvirt
> >>> already links to libyajl for the QEMU driver, but we don't
> >>> really need the raw YAJL objects. It'd be nice to have a
> >>>
> >>> char * libxl_domain_config_as_json(libxl_domain_config *p)
> >>>
> >>> as a higher level wrapper around libxl_domain_config_gen_json
> >>> avoiding the pain of dealing with YAJL's different APIs.
> >>>
> >>> Ian J mentioned to me that he thought there was already such a
> >>> method, but AFAICT, the only such code is in the 'xl' command
> >>> line tool itself (xl_cmdimpl.c - printf_info_one_json)
> >>>
> >> That was me not Ian J I think.
> >>
> >
> > Opps, my bad, was talking to too many people to remember things clearly :-)
> >
> >
> >> The function you need is libxl_domain_config_to_json (which is
> >> autogenerated, so in _libxl_types.[hc]). I think the general
> >> libxl_*_to_json support has been there since Xen 4.2, but IIRC
> >> libxl_domain_config only got moved into the autogenerated/IDL layer in
> >> 4.3.
> >>
> >
> > Ahhh, so I was looking in the wrong place - no wonder 'git grep' failed
> > to find it :-)
> >
>
> This patch becomes a bit smaller by using libxl_domain_config_to_json()
> - see below diff. It works with Xen 4.2-4.4, although the test fails on
> all but 4.4 due to changes in the json noted earlier (e.g. additional
> c_info fields added to the returned json).
Thanks, I've got changes I'm testing which will do DOM level compares
instead of string compares, which will hopefully solve the compat
problem.
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://autobuild.org -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|
next prev parent reply other threads:[~2014-06-03 9:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-30 17:24 [libvirt] [PATCH 0/5] Testing libvirt XML -> libxl_domain_config conversion Daniel P. Berrange
2014-05-30 17:24 ` [libvirt] [PATCH 1/5] Don't pass virDomainObjPtr to libxlBuildDomainConfig Daniel P. Berrange
2014-05-30 22:26 ` Jim Fehlig
2014-05-30 17:24 ` [libvirt] [PATCH 2/5] Don't pass libxlDriverPrivatePtr into libxlBuildDomainConfig Daniel P. Berrange
2014-05-30 22:34 ` Jim Fehlig
2014-05-30 17:24 ` [libvirt] [PATCH 3/5] libxl: Move virDomainXMLOptionNew into libxlCreateXMLConf Daniel P. Berrange
2014-05-30 22:41 ` Jim Fehlig
2014-06-02 9:33 ` Daniel P. Berrange
2014-05-30 17:24 ` [libvirt] [PATCH 4/5] Add more test suite mock helpers Daniel P. Berrange
2014-05-30 17:24 ` [PATCH 5/5] Add a test suite for libxl option generator Daniel P. Berrange
2014-06-02 12:53 ` Ian Campbell
2014-06-02 12:57 ` [libvirt] [Xen-devel] " Daniel P. Berrange
2014-06-02 21:42 ` Jim Fehlig
2014-06-02 12:41 ` [PATCH 0/5] Testing libvirt XML -> libxl_domain_config conversion Ian Campbell
2014-06-02 12:49 ` [libvirt] [Xen-devel] " Daniel P. Berrange
2014-06-02 22:43 ` Jim Fehlig
2014-06-03 9:26 ` Daniel P. Berrange [this message]
2014-06-02 12:57 ` Ian Campbell
2014-06-02 13:15 ` Processed: " xen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140603092644.GG4207@redhat.com \
--to=berrange@redhat.com \
--cc=Ian.Campbell@citrix.com \
--cc=jfehlig@suse.com \
--cc=libvir-list@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).