blob: 52e92ee9d1b4cd04b7a38d3138e15a30414fa8a2 (
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
24
25
|
device: 0.564
graphic: 0.452
vnc: 0.278
semantic: 0.274
mistranslation: 0.257
network: 0.198
instruction: 0.191
socket: 0.099
boot: 0.069
KVM: 0.063
other: 0.051
assembly: 0.023
qemu/memory.c:206: pointless copies of large structs ?
[qemu/memory.c:206]: (performance) Function parameter 'a' should be passed by reference.
[qemu/memory.c:207]: (performance) Function parameter 'b' should be passed by reference.
Source code is
static bool memory_region_ioeventfd_equal(MemoryRegionIoeventfd a,
MemoryRegionIoeventfd b)
Fix committed and sent upstream: https://github.com/qemu/qemu/commit/73bb753d24a702b37913ce4b5ddb6dca40dab067
|