| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: [PATCH-for-5.2 v2 2/4] hw/9pfs: Fix Kconfig dependency problem between 9pfs and Xen
 
To: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx>, qemu-devel@xxxxxxxxxxFrom: Paolo Bonzini <pbonzini@xxxxxxxxxx>Date: Wed, 4 Nov 2020 12:27:53 +0100Authentication-results: relay.mimecast.com;	auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=pbonzini@xxxxxxxxxxCc: Christian Borntraeger <borntraeger@xxxxxxxxxx>, Greg Kurz <groug@xxxxxxxx>, Fam Zheng <fam@xxxxxxxxxx>, Richard Henderson <rth@xxxxxxxxxxx>, Cornelia Huck <cohuck@xxxxxxxxxx>, Halil Pasic <pasic@xxxxxxxxxxxxx>, qemu-s390x@xxxxxxxxxx, Matthew Rosato <mjrosato@xxxxxxxxxxxxx>, Alex Bennée <alex.bennee@xxxxxxxxxx>, Christian Schoenebeck <qemu_oss@xxxxxxxxxxxxx>, Wainer dos Santos Moschetta <wainersm@xxxxxxxxxx>, "Daniel P . Berrange" <berrange@xxxxxxxxxx>, David Hildenbrand <david@xxxxxxxxxx>, Thomas Huth <thuth@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Anthony Perard <anthony.perard@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxxDelivery-date: Wed, 04 Nov 2020 11:28:11 +0000List-id: Xen developer discussion <xen-devel.lists.xenproject.org> 
 
On 04/11/20 09:43, Philippe Mathieu-Daudé wrote:
 
Fixes './configure --without-default-devices --enable-xen' build:
   /usr/bin/ld: libcommon.fa.p/hw_xen_xen-legacy-backend.c.o: in function 
`xen_be_register_common':
   hw/xen/xen-legacy-backend.c:754: undefined reference to `xen_9pfs_ops'
   /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x8): undefined 
reference to `local_ops'
   /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x20): undefined 
reference to `synth_ops'
   /usr/bin/ld: libcommon.fa.p/fsdev_qemu-fsdev.c.o:(.data.rel+0x38): undefined 
reference to `proxy_ops'
   collect2: error: ld returned 1 exit status
Fixes: b2c00bce54c ("meson: convert hw/9pfs, cleanup")
Suggested-by: Paolo Bonzini<pbonzini@xxxxxxxxxx>
Signed-off-by: Philippe Mathieu-Daudé<philmd@xxxxxxxxxx>
---
I'm not sure b2c00bce54c is the real culprit
 
I think it is, probably a wrong conflict resolution.
Paolo
 
 |