Re: [PATCH v3 4/4] s390x/pci: add supported DT information to clp response

2021-12-06 Thread Eric Farman
On Fri, 2021-12-03 at 09:27 -0500, Matthew Rosato wrote: > The DTSM is a mask that specifies which I/O Address Translation > designation > types are supported. Today QEMU only supports DT=1. > > Signed-off-by: Matthew Rosato Reviewed-by: Eric Farman > --- > hw/s390x/s390-pci-bus.c |

Re: [PATCH v3 4/4] s390x/pci: add supported DT information to clp response

2021-12-06 Thread Pierre Morel
On 12/3/21 15:27, Matthew Rosato wrote: The DTSM is a mask that specifies which I/O Address Translation designation types are supported. Today QEMU only supports DT=1. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-bus.c | 1 + hw/s390x/s390-pci-inst.c| 1 +

[PATCH v3 4/4] s390x/pci: add supported DT information to clp response

2021-12-03 Thread Matthew Rosato
The DTSM is a mask that specifies which I/O Address Translation designation types are supported. Today QEMU only supports DT=1. Signed-off-by: Matthew Rosato --- hw/s390x/s390-pci-bus.c | 1 + hw/s390x/s390-pci-inst.c| 1 + hw/s390x/s390-pci-vfio.c| 1 +