summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/performance/1321
blob: 6b5543f64ee84d89cff4dd99ff2ac182dcc57f62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
performance: 0.995
graphic: 0.872
device: 0.793
other: 0.462
socket: 0.450
boot: 0.368
semantic: 0.323
network: 0.321
PID: 0.231
debug: 0.214
permissions: 0.169
vnc: 0.155
files: 0.018
KVM: 0.001

qemu-system-i386 runs slow after upgrading legacy project from qemu 2.9.0  to 7.1.0
Description of problem:
Using several custom serial and irq devices including timers.
The same code (after some customisation in order to compile with new 7.1.0 API and meson build system runs about 50% slower.
We had to remove "-icount 4" switch which worked fine with 2.9.0 just to get to this point.
Even running with multi-threaded tcg did not help.
We don't use the new ptimer API but rather the old QEMUTimer.
Any suggestions to why we encounter this vast performance degradation?