commit | 01ceb97e7b8b00a1d4779543fe4b958df7e16890 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Mon Dec 03 15:56:41 2012 -0200 |
committer | Luiz Capitulino <[email protected]> | Fri Jan 25 10:36:54 2013 -0200 |
tree | 280988f4b1ad0390006ad575c4173e4df44411fc | |
parent | 58513bde833804bc9395d79fd81aae631b97c348 [diff] |
balloon: drop old stats code & API Next commit will re-enable balloon stats with a different interface, but this old code conflicts with it. Let's drop it. It's important to note that the QMP and HMP interfaces are also dropped by this commit. That shouldn't be a problem though, because: 1. All QMP fields are optional 2. This feature has always been disabled Signed-off-by: Luiz Capitulino <[email protected]> Reviewed-by: Eric Blake <[email protected]>