* KVM call minutes for 2023-04-18
@ 2023-04-19 7:55 Juan Quintela
0 siblings, 0 replies; only message in thread
From: Juan Quintela @ 2023-04-19 7:55 UTC (permalink / raw)
To: kvm-devel, qemu-devel
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.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-19 7:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19 7:55 KVM call minutes for 2023-04-18 Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).