blob: 02e22d6428223d09d70a7ac11f41337e3cfb3281 (
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
26
27
28
29
30
31
32
33
|
device: 0.847
PID: 0.811
network: 0.776
vnc: 0.745
graphic: 0.665
performance: 0.634
files: 0.589
semantic: 0.531
boot: 0.463
debug: 0.444
socket: 0.435
KVM: 0.389
permissions: 0.379
other: 0.262
qemu shows glib-warning with the new glib2 2.46
qemu shows the following warning with glib2 2.46.0:
[tom@localhost ~]$ qemu-system-x86_64
(process:4222): GLib-WARNING **: gmem.c:482: custom memory allocation vtable not supported
fwiw process 4222 is qemu-system-x86_64
Fixed by commit 98cf48f60aa4999f5b2808569a193a401a390e6a
Author: Paolo Bonzini <email address hidden>
Date: Wed Sep 16 17:38:44 2015 +0200
trace: remove malloc tracing
|