Re: [Xen-devel] [PATCH v10 0/4] enable Memory Bandwidth Monitoring (MBM) for VMs

2015-03-02 Thread Ian Campbell
On Thu, 2015-02-26 at 16:45 +0800, Chao Peng wrote: > tools: correct coding style for psr > tools/libxc: code refactoring in xc_psr_cmt_get_data > tools/libxl: code refactoring for MBM I applied these three. > tools, docs: add total/local memory bandwith monitoring One minor terminology

[Xen-devel] [PATCH v10 0/4] enable Memory Bandwidth Monitoring (MBM) for VMs

2015-02-26 Thread Chao Peng
Changes from v9: * Move libxc refactoring code into standalone patch; * Make libxl get_sample interface more generic; Changes from v8: * Merge event mask patch to MBM enabling patch; * Address comments from Ian Campbell(Detail in patch itself). Changes from v7: * Make obfuscating more complex as