qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

KVM call minutes for 2023-04-18


From: Juan Quintela
Subject: KVM call minutes for 2023-04-18
Date: Wed, 19 Apr 2023 09:55:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi

We started testing with recording the call, will 


Update on icount

Enable icount to be "enabled" independently of tcg.

icount + ttcg breaks, so there needs to be done some changes here.

The plugin allows to plug into the timer subsystem, so all the times are 
available.

Having multithread ttcg makes things complicated.

We don't want three versions of icount:
- deterministic
- multithread
- ....

The plugin only allows some primitives to handle the times, not the
full power of TCG.

We will try to break out the icount generation without disturbing
determinism.

The plugin will be able to calculate the time, and everything else
will read it from there.

The current code will continue to be as it is, and will not work with
multithread ttcg.


We got a recording of the call here:

https://fileserver.linaro.org/s/nJTSCLyQBfo6GLJ

Thanks to Alex for storing it.

Later, Juan.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]