KVM: s390: pci: add basic kvm_zdev structure
authorMatthew Rosato <mjrosato@linux.ibm.com>
Mon, 6 Jun 2022 20:33:15 +0000 (16:33 -0400)
committerChristian Borntraeger <borntraeger@linux.ibm.com>
Mon, 11 Jul 2022 07:54:27 +0000 (09:54 +0200)
commit6438e30714abd1bf7408356d3e86127d1fb379c0
tree3ae1a381b43a7730e24f6d454e2d7fb50bf875a9
parentc435c54639aa5513ab877c8b014dd83d4ce6b40e
KVM: s390: pci: add basic kvm_zdev structure

This structure will be used to carry kvm passthrough information related to
zPCI devices.

Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com>
Reviewed-by: Pierre Morel <pmorel@linux.ibm.com>
Reviewed-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Matthew Rosato <mjrosato@linux.ibm.com>
Link: https://lore.kernel.org/r/20220606203325.110625-12-mjrosato@linux.ibm.com
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
arch/s390/include/asm/pci.h
arch/s390/kvm/Makefile
arch/s390/kvm/pci.c [new file with mode: 0644]
arch/s390/kvm/pci.h [new file with mode: 0644]