#
1edf423a |
| 20-Dec-2011 |
Lai Jiangshan <laijs@cn.fujitsu.com> |
kvm tools: mark usages functions as NORETURN
It will help for simplifying codes like this:
{ if (cond == NULL) NORETURN_func();
/* use cond safely, it is not NULL and don't need to check it ag
kvm tools: mark usages functions as NORETURN
It will help for simplifying codes like this:
{ if (cond == NULL) NORETURN_func();
/* use cond safely, it is not NULL and don't need to check it again */ }
It also helps for readability.
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
show more ...
|
#
bc10d2c1 |
| 15-Aug-2011 |
Sasha Levin <levinsasha928@gmail.com> |
kvm tools: Add 'kvm stat' command
This patch adds 'kvm stat' command that allows retrieving statistics out of a running guest.
Currently the only supported statistics are memory statistics, availab
kvm tools: Add 'kvm stat' command
This patch adds 'kvm stat' command that allows retrieving statistics out of a running guest.
Currently the only supported statistics are memory statistics, available using the '--memory' parameter.
Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
show more ...
|