[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/4] modules: add support for target-specific modules.
From: |
Claudio Fontana |
Subject: |
Re: [PATCH 0/4] modules: add support for target-specific modules. |
Date: |
Fri, 11 Jun 2021 15:17:24 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 |
On 6/11/21 3:03 PM, Gerd Hoffmann wrote:
> Hi,
>
>> Are there any pending patches to handle the remaining tcg dependencies
>> in qemu? When trying to build tcg modular (more than only
>> tcg-accel-ops*) I get lots of unresolved symbols to tcg bits which are
>> referenced directly (in cpu.c, gdbstub.c, monitor, ...).
>>
>> The CONFIG_TCG=n case is handled either with stubs or with #ifdef
>> CONFIG_TCG, which doesn't fly for modular tcg ...
We need CONFIG_TCG=m right?
Which means quite a few changes.
>
> So, enough for today, to be continued next week.
> Work branch pushed to
> https://git.kraxel.org/cgit/qemu/log/?h=sirius/modinfo-playground
>
> Topmost patch doesn't compile but shows the build changes.
>
> take care,
> Gerd
>
- [PATCH 2/4] modules: check arch on qom lookup, (continued)
- [PATCH 2/4] modules: check arch on qom lookup, Gerd Hoffmann, 2021/06/10
- [PATCH 3/4] modules: target-specific module build infrastructure, Gerd Hoffmann, 2021/06/10
- [PATCH 4/4] modules: build virtio-9p modular, Gerd Hoffmann, 2021/06/10
- Re: [PATCH 0/4] modules: add support for target-specific modules., Claudio Fontana, 2021/06/10
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/10
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/10
- Re: [PATCH 0/4] modules: add support for target-specific modules., Claudio Fontana, 2021/06/10
- Re: [PATCH 0/4] modules: add support for target-specific modules., Paolo Bonzini, 2021/06/11
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/11
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/11
- Re: [PATCH 0/4] modules: add support for target-specific modules.,
Claudio Fontana <=
- Re: [PATCH 0/4] modules: add support for target-specific modules., José Ricardo Ziviani, 2021/06/14
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/15
- Re: [PATCH 0/4] modules: add support for target-specific modules., José Ricardo Ziviani, 2021/06/15
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/16
- Re: [PATCH 0/4] modules: add support for target-specific modules., Claudio Fontana, 2021/06/16
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/17
- Re: [PATCH 0/4] modules: add support for target-specific modules., Claudio Fontana, 2021/06/17
- Re: [PATCH 0/4] modules: add support for target-specific modules., Gerd Hoffmann, 2021/06/17
- Re: [PATCH 0/4] modules: add support for target-specific modules., Claudio Fontana, 2021/06/17
- Re: [PATCH 0/4] modules: add support for target-specific modules., Paolo Bonzini, 2021/06/11