[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/1] s390x/next: build fix for non-KVM platforms
From: |
Christian Borntraeger |
Subject: |
[PATCH 0/1] s390x/next: build fix for non-KVM platforms |
Date: |
Mon, 6 Apr 2020 03:59:30 -0400 |
Bruce Rogers reported that hw/s390/ipl.c does not compile on RISC-V due
to missing KVM headers.
Instead of ifdef we should probably move the problematic function into
pv.c
Christian Borntraeger (1):
s390x/s390-virtio-ccw: Fix build on systems without KVM
hw/s390x/ipl.h | 1 +
hw/s390x/pv.c | 11 +++++++++++
hw/s390x/s390-virtio-ccw.c | 10 ----------
include/hw/s390x/pv.h | 3 +++
4 files changed, 15 insertions(+), 10 deletions(-)
--
2.25.1