From bc116872291690bc18e475d51a65748122ddec44 Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 30 Sep 2013 11:23:08 +0200 Subject: [PATCH] python: Document virNodeGetInfo bug The memory size in virNodeGetInfo python API binding is reported in MiB instead of KiB (like we have in C struct). However, there already might be applications out there relying on this inconsistence so we can't simply fix it. Document this sad fact as known bug. --- libvirt-override-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 1bceb05..337d0a0 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -100,7 +100,7 @@ - Extract hardware information about the Node. + Extract hardware information about the Node. Note that the memory size is reported in MiB instead of KiB.