Re: [PULL 01/17] build: fix macOS --enable-modules build

2020-10-27 Thread Gerd Hoffmann
On Tue, Oct 27, 2020 at 04:21:50PM +0100, Gerd Hoffmann wrote: > https://patchwork.ozlabs.org/project/qemu-devel/patch/20201027120603.3625-1-kra...@redhat.com/ FYI: have pending pull req with this and 3 more module patches, ci running atm, probably goes out tomorrow ... ) take care, Gerd

Re: [PULL 01/17] build: fix macOS --enable-modules build

2020-10-27 Thread Gerd Hoffmann
On Tue, Oct 27, 2020 at 02:27:42PM +0100, Paolo Bonzini wrote: > On 27/10/20 10:27, Philippe Mathieu-Daudé wrote: > > I'm confused as this broke the catalina-xcode test: > > > > PASS 5 qtest-aarch64/device-introspect-test > > /aarch64/device/introspect/abstract-interfaces > > missing object type

Re: [PULL 01/17] build: fix macOS --enable-modules build

2020-10-27 Thread Paolo Bonzini
On 27/10/20 10:27, Philippe Mathieu-Daudé wrote: > I'm confused as this broke the catalina-xcode test: > > PASS 5 qtest-aarch64/device-introspect-test > /aarch64/device/introspect/abstract-interfaces > missing object type 'virtio-gpu-device' > Broken pipe > ../tests/qtest/libqtest.c:176: kill_qemu

Re: [PULL 01/17] build: fix macOS --enable-modules build

2020-10-27 Thread Philippe Mathieu-Daudé
On 10/26/20 2:51 PM, Paolo Bonzini wrote: > Apple's nm implementation includes empty lines in the output that are not > found in GNU binutils. This confuses scripts/undefsym.py, though it did > not confuse the scripts/undefsym.sh script that it replaced. To fix > this, ignore lines that do not ha