Re: [Qemu-devel] [PATCH 4/7] s390x/pci: rework PCI STORE BLOCK

2017-11-15 Thread Pierre Morel
On 13/11/2017 18:10, Cornelia Huck wrote: On Mon, 13 Nov 2017 17:38:40 +0100 Pierre Morel wrote: On 13/11/2017 16:23, Cornelia Huck wrote: On Tue, 7 Nov 2017 18:24:36 +0100 Pierre Morel wrote: Enhance the fault detection. Add the

Re: [Qemu-devel] [PATCH 4/7] s390x/pci: rework PCI STORE BLOCK

2017-11-13 Thread Cornelia Huck
On Mon, 13 Nov 2017 17:38:40 +0100 Pierre Morel wrote: > On 13/11/2017 16:23, Cornelia Huck wrote: > > On Tue, 7 Nov 2017 18:24:36 +0100 > > Pierre Morel wrote: > > > >> Enhance the fault detection. > >> > >> Add the maxstbl entry to

Re: [Qemu-devel] [PATCH 4/7] s390x/pci: rework PCI STORE BLOCK

2017-11-13 Thread Pierre Morel
On 13/11/2017 16:23, Cornelia Huck wrote: On Tue, 7 Nov 2017 18:24:36 +0100 Pierre Morel wrote: Enhance the fault detection. Add the maxstbl entry to both the Query PCI Function Group response and the PCIBusDevice structure. Initialize the maxstbl to 128 per

Re: [Qemu-devel] [PATCH 4/7] s390x/pci: rework PCI STORE BLOCK

2017-11-13 Thread Cornelia Huck
On Tue, 7 Nov 2017 18:24:36 +0100 Pierre Morel wrote: > Enhance the fault detection. > > Add the maxstbl entry to both the Query PCI Function Group > response and the PCIBusDevice structure. > > Initialize the maxstbl to 128 per default until we get > the actual

[Qemu-devel] [PATCH 4/7] s390x/pci: rework PCI STORE BLOCK

2017-11-07 Thread Pierre Morel
Enhance the fault detection. Add the maxstbl entry to both the Query PCI Function Group response and the PCIBusDevice structure. Initialize the maxstbl to 128 per default until we get the actual data from the hardware. Signed-off-by: Pierre Morel Reviewed-by: Yi Min