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

2018-12-13 Thread Cornelia Huck
On Wed, 12 Dec 2018 15:25:57 -0500 Collin Walling wrote: > On 11/30/2018 04:27 AM, Cornelia Huck wrote: > > On Fri, 30 Nov 2018 10:23:14 +0100 > > Pierre Morel wrote: > > > >> On 31/10/2018 11:49, Cornelia Huck wrote: > >>> On Wed, 24 Oct 2018 11:58:33 +0800 > >>> Yi Min Zhao wrote: > >>>

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

2018-12-12 Thread Collin Walling
On 11/30/2018 04:27 AM, Cornelia Huck wrote: > On Fri, 30 Nov 2018 10:23:14 +0100 > Pierre Morel wrote: > >> On 31/10/2018 11:49, Cornelia Huck wrote: >>> On Wed, 24 Oct 2018 11:58:33 +0800 >>> Yi Min Zhao wrote: >>> 在 2018/10/24 上午5:25, Cornelia Huck 写道: > On Mon, 22 Oct 2018 13:1

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

2018-11-30 Thread Cornelia Huck
On Fri, 30 Nov 2018 10:23:14 +0100 Pierre Morel wrote: > On 31/10/2018 11:49, Cornelia Huck wrote: > > On Wed, 24 Oct 2018 11:58:33 +0800 > > Yi Min Zhao wrote: > > > >> 在 2018/10/24 上午5:25, Cornelia Huck 写道: > >>> On Mon, 22 Oct 2018 13:17:34 +0100 > >>> Thomas Huth wrote: > >>> > >

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

2018-11-30 Thread Pierre Morel
On 31/10/2018 11:49, Cornelia Huck wrote: On Wed, 24 Oct 2018 11:58:33 +0800 Yi Min Zhao wrote: 在 2018/10/24 上午5:25, Cornelia Huck 写道: On Mon, 22 Oct 2018 13:17:34 +0100 Thomas Huth wrote: ...snip... If endianness has error, I think the values must looks wrong. The right thing is that

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

2018-10-31 Thread Cornelia Huck
On Wed, 24 Oct 2018 11:58:33 +0800 Yi Min Zhao wrote: > 在 2018/10/24 上午5:25, Cornelia Huck 写道: > > On Mon, 22 Oct 2018 13:17:34 +0100 > > Thomas Huth wrote: > > > >> On 2018-10-22 10:02, Yi Min Zhao wrote: > >>> Common function measurement block is used to report counters of > >>> successful

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

2018-10-23 Thread Yi Min Zhao
在 2018/10/24 上午5:25, Cornelia Huck 写道: On Mon, 22 Oct 2018 13:17:34 +0100 Thomas Huth wrote: On 2018-10-22 10:02, 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

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

2018-10-23 Thread Cornelia Huck
On Mon, 22 Oct 2018 13:17:34 +0100 Thomas Huth wrote: > On 2018-10-22 10:02, 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 ca

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

2018-10-23 Thread Yi Min Zhao
在 2018/10/22 下午8:17, Thomas Huth 写道: On 2018-10-22 10:02, 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 g

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

2018-10-22 Thread Thomas Huth
On 2018-10-22 10:02, 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 interval time whic

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

2018-10-22 Thread 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 which is set to 4s by default. While attemping to up