[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC v3 0/8] QEMU cpus.c refactoring part2
From: |
Paolo Bonzini |
Subject: |
Re: [RFC v3 0/8] QEMU cpus.c refactoring part2 |
Date: |
Mon, 3 Aug 2020 11:40:45 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 |
On 03/08/20 11:05, Claudio Fontana wrote:
> 1) make icount TCG-only (building the icount module only under
> CONFIG_TCG), as this series suggests, and provide a separate virtual
> counter for qtest,
>
>
> or
>
>
> 2) continue to keep icount functions and fields, including vmstate,
> in all softmmu builds because of qtest current use of field
> qemu_icount_bias to implement its virtual counter for qtest_clock_warp?
>
>
> If I understand correctly Paolo might be for 2) (?)
I am for (1), but using function pointers and not extra "if"s. I
quickly skimmed this patchset and it seems to DTRT; we could get into
huge discussions on how to organize the sers, but let's just not do that. :)
Paolo