qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/hppa/Kconfig: LASI chipset requires PARALLEL port
@ 2020-01-29 19:23 Philippe Mathieu-Daudé
  2020-01-29 21:41 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-01-29 19:23 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Alex Bennée, Helge Deller, richard.henderson,
	Philippe Mathieu-Daudé,
	Richard Henderson

The PARISC Lasi chipset emulation requires some of the common parallel
support and fails to build on a --without-default-devices:

    LINK    hppa-softmmu/qemu-system-hppa
  /usr/bin/ld: hw/hppa/lasi.o: in function `lasi_init':
  hw/hppa/lasi.c:324: undefined reference to `parallel_mm_init'
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:206: qemu-system-hppa] Error 1

Fixes: 376b851909d
Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 hw/hppa/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
index 82178c7dcb..22948db025 100644
--- a/hw/hppa/Kconfig
+++ b/hw/hppa/Kconfig
@@ -12,4 +12,5 @@ config DINO
     select LSI_SCSI_PCI
     select LASI_82596
     select LASIPS2
+    select PARALLEL
     select ARTIST
-- 
2.21.1



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

* Re: [PATCH] hw/hppa/Kconfig: LASI chipset requires PARALLEL port
  2020-01-29 19:23 [PATCH] hw/hppa/Kconfig: LASI chipset requires PARALLEL port Philippe Mathieu-Daudé
@ 2020-01-29 21:41 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2020-01-29 21:41 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: qemu-trivial, Alex Bennée, richard.henderson, Richard Henderson

On 29.01.20 20:23, Philippe Mathieu-Daudé wrote:
> The PARISC Lasi chipset emulation requires some of the common parallel
> support and fails to build on a --without-default-devices:
>
>     LINK    hppa-softmmu/qemu-system-hppa
>   /usr/bin/ld: hw/hppa/lasi.o: in function `lasi_init':
>   hw/hppa/lasi.c:324: undefined reference to `parallel_mm_init'
>   collect2: error: ld returned 1 exit status
>   make[1]: *** [Makefile:206: qemu-system-hppa] Error 1
>
> Fixes: 376b851909d
> Reported-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Acked-by: Helge Deller <deller@gmx.de>

> ---
>  hw/hppa/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig
> index 82178c7dcb..22948db025 100644
> --- a/hw/hppa/Kconfig
> +++ b/hw/hppa/Kconfig
> @@ -12,4 +12,5 @@ config DINO
>      select LSI_SCSI_PCI
>      select LASI_82596
>      select LASIPS2
> +    select PARALLEL
>      select ARTIST
>



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

end of thread, other threads:[~2020-01-29 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-29 19:23 [PATCH] hw/hppa/Kconfig: LASI chipset requires PARALLEL port Philippe Mathieu-Daudé
2020-01-29 21:41 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).