[libvirt] [PATCH] xenconfig: move contents to libxl driver and remove directory

Michal Prívozník mprivozn at redhat.com
Sat Aug 31 08:11:10 UTC 2019


On 8/26/19 1:49 PM, Ján Tomko wrote:
> The 'From:' field shows your e-mail in uppercase.
> 
> On Fri, Aug 23, 2019 at 07:50:12PM +0000, Jim Fehlig wrote:
>> Signed-off-by: Jim Fehlig <jfehlig at suse.com>
>> ---
>> cfg.mk                                   |  2 +-
>> configure.ac                             |  2 --
>> po/POTFILES                              |  6 ++---
>> src/Makefile.am                          |  1 -
>> src/libvirt_xenconfig.syms               | 12 ----------
>> src/libxl/Makefile.inc.am                | 25 ++++++---------------
>> src/{xenconfig => libxl}/xen_common.c    |  0
>> src/{xenconfig => libxl}/xen_common.h    |  0
>> src/{xenconfig => libxl}/xen_xl.c        |  0
>> src/{xenconfig => libxl}/xen_xl.h        |  0
>> src/{xenconfig => libxl}/xen_xm.c        |  0
>> src/{xenconfig => libxl}/xen_xm.h        |  0
>> src/{xenconfig => libxl}/xenxs_private.h |  0
>> src/xenconfig/Makefile.inc.am            | 28 ------------------------
>> tests/xlconfigtest.c                     |  2 +-
>> tests/xmconfigtest.c                     |  2 +-
>> 16 files changed, 13 insertions(+), 67 deletions(-)
>>
> 

Actually, this breaks --with-xenapi build:

xenapi/xenapi_driver.c:38:10: fatal error: xen_common.h: No such file or
directory
 #include "xen_common.h"
          ^~~~~~~~~~~~~~
compilation terminated.

Michal




More information about the libvir-list mailing list