Re: [Qemu-devel] [PATCH] s390x/pci: add common fmb

2018-09-28 Thread Yi Min Zhao
在 2018/9/19 下午3:53, Thomas Huth 写道: On 2018-09-19 09:08, Yi Min Zhao wrote: No comment? Since the zPCI spec is not available to the public, it's quite hard to give any valuable comments here... I'll try anyway... 在 2018/9/4 下午5:15, Yi Min Zhao 写道: Common function measurement block is used

Re: [Qemu-devel] [PATCH] s390x/pci: add common fmb

2018-09-25 Thread Yi Min Zhao
在 2018/9/20 下午6:06, Cornelia Huck 写道: On Tue, 4 Sep 2018 17:15:49 +0800 Yi Min Zhao wrote: Common function measurement block is used to report counters of successfully issued pcilg/stg/stb and rpcit instructions. This patch introduces a new struct ZpciFmb and schedules a timer callback to

Re: [Qemu-devel] [PATCH] s390x/pci: add common fmb

2018-09-20 Thread Cornelia Huck
On Tue, 4 Sep 2018 17:15:49 +0800 Yi Min Zhao wrote: > Common function measurement block is used to report counters of > successfully issued pcilg/stg/stb and rpcit instructions. This patch > introduces a new struct ZpciFmb and schedules a timer callback to > copy fmb to the guest memory at a in

Re: [Qemu-devel] [PATCH] s390x/pci: add common fmb

2018-09-19 Thread Thomas Huth
On 2018-09-19 09:08, Yi Min Zhao wrote: > No comment? Since the zPCI spec is not available to the public, it's quite hard to give any valuable comments here... I'll try anyway... > 在 2018/9/4 下午5:15, Yi Min Zhao 写道: >> Common function measurement block is used to report counters of >> successfull

Re: [Qemu-devel] [PATCH] s390x/pci: add common fmb

2018-09-19 Thread Yi Min Zhao
No comment? 在 2018/9/4 下午5:15, Yi Min Zhao 写道: Common function measurement block is used to report counters of successfully issued pcilg/stg/stb and rpcit instructions. This patch introduces a new struct ZpciFmb and schedules a timer callback to copy fmb to the guest memory at a interval time w