On 3/17/21 10:56 AM, Gerd Hoffmann wrote: > The definition S390_ADAPTER_SUPPRESSIBLE was moved to "cpu.h", per > suggestion of Thomas Huth. From interface design perspective, IMHO, not > a good thing as it belongs to the public interface of > css_register_io_adapters(). We did this because CONFIG_KVM requeires
Typo "requeires" -> "requires" > NEED_CPU_H and Thomas, and other commenters did not like the > consequences of that. > > Moving the interrupt related declarations to s390_flic.h was suggested > by Cornelia Huck. > > Signed-off-by: Halil Pasic <pa...@linux.ibm.com> > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > include/hw/s390x/css.h | 7 ------- > include/hw/s390x/s390_flic.h | 3 +++ > target/s390x/cpu.h | 9 ++++++--- > 3 files changed, 9 insertions(+), 10 deletions(-)