[PATCH 0/1] s390x/next: build fix for non-KVM platforms

Christian Borntraeger posted 1 patch 4 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
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(-)
[PATCH 0/1] s390x/next: build fix for non-KVM platforms
Posted by Christian Borntraeger 4 years, 1 month ago
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