All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] s390x/next: build fix for non-KVM platforms
@ 2020-04-06 10:01 Christian Borntraeger
  2020-04-06 10:01 ` [PATCH v2 1/1] s390x/s390-virtio-ccw: Fix build on systems without KVM Christian Borntraeger
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Borntraeger @ 2020-04-06 10:01 UTC (permalink / raw)
  To: qemu-devel, Cornelia Huck
  Cc: Thomas Huth, Janosch Frank, David Hildenbrand, Bruce Rogers,
	Halil Pasic, Christian Borntraeger, qemu-s390x,
	Richard Henderson

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-06 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-06 10:01 [PATCH v2 0/1] s390x/next: build fix for non-KVM platforms Christian Borntraeger
2020-04-06 10:01 ` [PATCH v2 1/1] s390x/s390-virtio-ccw: Fix build on systems without KVM Christian Borntraeger
2020-04-06 10:46   ` Cornelia Huck
2020-04-06 10:48   ` David Hildenbrand

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.