Re: [PATCH 3/4] s390x/pci: use the passthrough measurement update interval

2021-12-03 Thread Pierre Morel
On 12/2/21 17:41, Matthew Rosato wrote: We may have gotten a measurement update interval from the underlying host via vfio -- Use it to set the interval via which we update the function measurement block. Fixes: 28dc86a072 ("s390x/pci: use a PCI Group structure") Signed-off-by: Matthew

Re: [PATCH 3/4] s390x/pci: use the passthrough measurement update interval

2021-12-02 Thread Eric Farman
On Thu, 2021-12-02 at 11:41 -0500, Matthew Rosato wrote: > We may have gotten a measurement update interval from the underlying > host > via vfio -- Use it to set the interval via which we update the > function > measurement block. > > Fixes: 28dc86a072 ("s390x/pci: use a PCI Group structure") >

[PATCH 3/4] s390x/pci: use the passthrough measurement update interval

2021-12-02 Thread Matthew Rosato
We may have gotten a measurement update interval from the underlying host via vfio -- Use it to set the interval via which we update the function measurement block. Fixes: 28dc86a072 ("s390x/pci: use a PCI Group structure") Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-inst.c | 5 +++-- 1