Re: [Libguestfs] [PATCH v2 3/4] inspector: Use libxml writer macros.

2018-11-02 Thread Pino Toscano
On Thursday, 4 October 2018 14:03:49 CET Richard W.M. Jones wrote: > Change virt-inspector so it uses the common set of macros. I also > added: > > - single_element(): > >creates bar which is used extensively by virt-inspector As mentioned in patch #2, having two variants single_elements

[Libguestfs] [PATCH v2 3/4] inspector: Use libxml writer macros.

2018-10-04 Thread Richard W.M. Jones
Change virt-inspector so it uses the common set of macros. I also added: - single_element(): creates bar which is used extensively by virt-inspector - base64(): used by virt-inspector for the icon --- common/utils/libxml2-writer-macros.h | 26 ++ inspector/inspector.c