On 10/12/2025 21.54, [email protected] wrote:
From: Jared Rossi <[email protected]>
Move the s390-pci-clp definitions into the "ipl" sub-directory, which is visible
to the s390-bios. This allows the bios to reuse the architected definitions and
prevents code duplication.
Signed-off-by: Jared Rossi <[email protected]>
---
include/hw/s390x/{ => ipl}/s390-pci-clp.h | 0
include/hw/s390x/s390-pci-bus.h | 2 +-
hw/s390x/s390-pci-vfio.c | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename include/hw/s390x/{ => ipl}/s390-pci-clp.h (100%)
Reviewed-by: Thomas Huth <[email protected]>