[libvirt] [PATCH 1/1] viruuid: On POWER, qemu exports uuid as 'vm, uuid' devicetree node.

2019-04-15 Thread Dimitri John Ledkov
Signed-off-by: Dimitri John Ledkov --- src/util/viruuid.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/viruuid.c b/src/util/viruuid.c index 0c12ddcc3e..8553a68965 100644 --- a/src/util/viruuid.c +++ b/src/util/viruuid.c @@ -1,3 +1,4 @@ + /* * viruuid.c: helper APIs

[libvirt] [PATCH 0/1] power: add support for vm,uuid file

2019-04-15 Thread Dimitri John Ledkov
On POWER systems, qemu exports uuid as a firmware devicetree node vm,uuid. Use that in a similar manner to the product_uuid file as on DMI based (x86) machines. Dimitri John Ledkov (1): viruuid: On POWER, qemu exports uuid as 'vm,uuid' devicetree node. src/util/viruuid.c | 2 ++ 1 file

Re: [libvirt] Strange test build failure

2015-05-26 Thread Dimitri John Ledkov
On 23 May 2015 at 18:14, Roman Bogorodskiy bogorods...@gmail.com wrote: Daniel P. Berrange wrote: On Fri, May 22, 2015 at 05:59:49PM +0200, Michal Privoznik wrote: On 22.05.2015 16:39, Dimitri John Ledkov wrote: On 22 May 2015 at 13:53, Michal Privoznik mpriv...@redhat.com wrote

[libvirt] Strange test build failure

2015-05-22 Thread Dimitri John Ledkov
# VIR_TEST_VERBOSE=1 VIR_TEST_DEBUG=1 ./qemuxml2argvtest 21 | grep NUMA 61) QEMU XML-2-ARGV hugepages-pages ... libvirt: error : unsupported configuration: NUMA node 1 is unavailable 64) QEMU XML-2-ARGV hugepages-shared ... libvirt: error : unsupported configuration: NUMA node 1 is unavailable

Re: [libvirt] Strange test build failure

2015-05-22 Thread Dimitri John Ledkov
On 22 May 2015 at 13:53, Michal Privoznik mpriv...@redhat.com wrote: On 22.05.2015 14:18, Daniel P. Berrange wrote: On Fri, May 22, 2015 at 01:13:40PM +0100, Dimitri John Ledkov wrote: # VIR_TEST_VERBOSE=1 VIR_TEST_DEBUG=1 ./qemuxml2argvtest 21 | grep NUMA 61) QEMU XML-2-ARGV hugepages-pages

Re: [libvirt] [PATCH] libvirt: move default nwfilters to datadir.

2015-03-18 Thread Dimitri John Ledkov
On 17 March 2015 at 19:04, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Mar 17, 2015 at 06:52:31PM +, Dimitri John Ledkov wrote: libvirt runs correctly without any configuration files, as sensible defaults are used throughout. This commit introduces a layer for nwfilter

[libvirt] [PATCH] libvirt: move default nwfilters to datadir.

2015-03-17 Thread Dimitri John Ledkov
libvirt runs correctly without any configuration files, as sensible defaults are used throughout. This commit introduces a layer for nwfilter configuration. This means that default filters are shipped in /usr/share/libvirt/nwfilter/ directory, which can be overridden by things in