Signed-off-by: Hrvoje Ribicic <[email protected]> --- NEWS | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/NEWS b/NEWS index 4f0f45f..c851e5e 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Incompatible/important changes when launched in debug mode. Some debug logging violates some of the new invariants in the system (see "New features"). The logging has been kept as it aids diagnostics and development. +- The KVM CPU pinning no longer uses the affinity python package, but psutil + instead. The package is still optional and needed only if the feature is to + be used. New features ~~~~~~~~~~~~ -- 2.0.0.526.g5318336
