From: Pierre Morel <pmorel@xxxxxxxxxxxxx> This entry is already defined in QEMU but not in Linux. We need this to export this entry to QEMU through a VFIO device region. Signed-off-by: Pierre Morel <pmorel@xxxxxxxxxxxxx> --- arch/s390/include/asm/pci_clp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/include/asm/pci_clp.h b/arch/s390/include/asm/pci_clp.h index 5035917..03fc2f0 100644 --- a/arch/s390/include/asm/pci_clp.h +++ b/arch/s390/include/asm/pci_clp.h @@ -132,7 +132,7 @@ struct clp_rsp_query_pci_grp { u8 : 6; u8 frame : 1; u8 refresh : 1; /* TLB refresh mode */ - u16 reserved2; + u16 maxstbl; u16 mui; u16 : 16; u16 maxfaal; -- 1.8.3.1