[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins
|
From: |
Emilio G. Cota |
|
Subject: |
Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins |
|
Date: |
Thu, 29 Nov 2018 12:49:27 -0500 |
|
User-agent: |
Mutt/1.9.4 (2018-02-28) |
On Thu, Nov 29, 2018 at 12:00:55 -0500, Emilio G. Cota wrote:
> On Thu, Nov 29, 2018 at 12:57:16 +0300, Roman Bolshakov wrote:
> > Hi Emilio,
> >
> > I think there's an issue with "\s" character class, it's not recognized
> > by macOS sed and I'm getting incorrect lines in
> > qemu-plugins-ld64.symbols:
> > _ qemu_xxx
> > _ qemu_xyz
> >
> > After I replaced "\s" with "[[:space:]]", linking proceeds further
>
> Nice, thanks. Will update.
>
> > , but doesn't succeed because of an unresolved reference for qemu-system
> > cris,
> > lm32, m68k, microblaze, microblazeel, moxie, nios2, or1k, riscv32,
> > riscv64, sparc, unicore32, tricore, xtensa, xtensaeb:
> >
> > Undefined symbols for architecture x86_64:
> > "_pci_register_bar", referenced from:
> > _plugin_chan_realize in plugin-chan.o
> >
> > It probably has nothing to do with macOS per-se and shouldn't link on
> > Linux as well. If I disable the aforementioned targets the build
> > succeeds and I can see the symbols from qemu-plugins-ld64.symbols in
> > compiled qemu-system binaries.
>
> Yes, that's because plugin-chan should only be built if the guest has PCI
> support. Will fix.
Pushed the fixes to the github branch. Hope it works for you now!
Thanks,
Emilio
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Alex Bennée, 2018/11/27
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Roman Bolshakov, 2018/11/27
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Emilio G. Cota, 2018/11/27
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Roman Bolshakov, 2018/11/28
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Emilio G. Cota, 2018/11/28
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Roman Bolshakov, 2018/11/29
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Emilio G. Cota, 2018/11/29
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins,
Emilio G. Cota <=
- Re: [Qemu-devel] [RFC 41/48] configure: add --enable-plugins, Roman Bolshakov, 2018/11/29