From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [libvirt test] 33157: regressions - trouble: blocked/fail/pass/preparing/queued Date: Thu, 08 Jan 2015 22:59:57 -0700 Message-ID: <54AF6E5D.8050401@suse.com> References: <54AEB265.9040500@suse.com> <1420735534.19787.114.camel@citrix.com> <54AEBB76.2060801@suse.com> <54AEFD29.9070506@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54AEFD29.9070506@suse.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xensource.com, "xen.org" List-Id: xen-devel@lists.xenproject.org Jim Fehlig wrote: > Jim Fehlig wrote: > >> Ian Campbell wrote: >> >> >> >>> I must confess that I thought you already did use libxlu... >>> >>> >>> >> No, not directly. But I will be doing so now. I should try to revert >> all this nonsense and use libxlu before it ends up in the next libvirt >> release. >> >> > > Hmm, I don't think that is going to be possible since libxlutil.h has > never been installed :-(. That's a bit pessimistic. I could always add something like the following hack to libvirt typedef struct XLU_Config XLU_Config; extern XLU_Config *xlu_cfg_init(FILE *report, const char *report_filename); extern int xlu_disk_parse(XLU_Config *cfg, int nspecs, const char *const *specs, libxl_device_disk *disk); Regards, Jim