]> www.infradead.org Git - users/dwmw2/qemu.git/commit
include/hw/s390x: Add include files for common IPL structs
authorJared Rossi <jrossi@linux.ibm.com>
Sun, 20 Oct 2024 01:29:47 +0000 (21:29 -0400)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Oct 2024 04:53:44 +0000 (06:53 +0200)
commitba3658adc80a9370257a9c4e114829ec691311e3
tree9ab3c1348056ba8806afd45a1452c813af9c18d2
parent0181e23713114fd4c33326c3372aaf48dcfb412a
include/hw/s390x: Add include files for common IPL structs

Currently, structures defined in both hw/s390x/ipl.h and pc-bios/s390-ccw/iplb.h
must be kept in sync, which is prone to error. Instead, create a new directory
at include/hw/s390x/ipl/ to contain the definitions that must be shared.

Signed-off-by: Jared Rossi <jrossi@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241020012953.1380075-14-jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/s390x/ipl.h
include/hw/s390x/ipl/qipl.h [new file with mode: 0644]
pc-bios/s390-ccw/Makefile
pc-bios/s390-ccw/iplb.h