mbox series

[0/2] ppc/pnv: fix build dependencies

Message ID 20200205204115.555212-1-lvivier@redhat.com
Headers show
Series ppc/pnv: fix build dependencies | expand

Message

Laurent Vivier Feb. 5, 2020, 8:41 p.m. UTC
Building only POWERNV machine without PSERIES machine
fails because of a couple of reasons:

- qtest uses rtas function only provided by PSERIES,
- the dependency to PCI Express has been added to XIVE_SPAPR
  rather than to POWERNV

Laurent Vivier (2):
  qtest: Fix rtas dependencies
  ppc/pnv: Fix PCI_EXPRESS dependency

 hw/ppc/Kconfig | 6 ++++--
 qtest.c        | 5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)