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: 376b851909
Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200129192350.27143-1-philmd@redhat.com>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			301 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config DINO
 | 
						|
    bool
 | 
						|
    imply PCI_DEVICES
 | 
						|
    imply E1000_PCI
 | 
						|
    imply VIRTIO_VGA
 | 
						|
    select PCI
 | 
						|
    select SERIAL
 | 
						|
    select ISA_BUS
 | 
						|
    select I8259
 | 
						|
    select IDE_CMD646
 | 
						|
    select MC146818RTC
 | 
						|
    select LSI_SCSI_PCI
 | 
						|
    select LASI_82596
 | 
						|
    select LASIPS2
 | 
						|
    select PARALLEL
 | 
						|
    select ARTIST
 |