From f113ce611b8cd19eb6c8b3cda29be083a5a51a69 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. --- python/libvirt-override-api.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libvirt-override-api.xml b/python/libvirt-override-api.xml index 1bceb0502e..337d0a093f 100644 --- a/python/libvirt-override-api.xml +++ b/python/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. -- 2.39.5