[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/1] s390x/next: build fix for non-KVM platforms
From: |
Christian Borntraeger |
Subject: |
[PATCH v2 0/1] s390x/next: build fix for non-KVM platforms |
Date: |
Mon, 6 Apr 2020 06:01:57 -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
V1->V2:
1. rename function s390_machine_inject_pv_error-->s390_pv_inject_reset_error
2. Add explanation why we need address space include
3. mention the rename in the patch description
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 | 12 +-----------
include/hw/s390x/pv.h | 3 +++
4 files changed, 16 insertions(+), 11 deletions(-)
--
2.25.1
- [PATCH v2 0/1] s390x/next: build fix for non-KVM platforms,
Christian Borntraeger <=