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

2015-01-20 Thread Andrew Cooper
On 20/01/15 09:45, Chao Peng wrote: > Changes from v3: > * Get timestamp information from host along with the monitoring counter; > This is required for counter overlow detection. > * Address comments from Wei on the last patch. > > Changes from v2: > * Remove the usage of "static" to cache data

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

2015-01-20 Thread Chao Peng
Changes from v3: * Get timestamp information from host along with the monitoring counter; This is required for counter overlow detection. * Address comments from Wei on the last patch. Changes from v2: * Remove the usage of "static" to cache data in xc; NOTE: Other places that already existed