summary refs log tree commit diff stats
path: root/results/classifier/118/files/64322995
blob: e49e4e636ed8069b63eaddb7661776c4b406e099 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
files: 0.941
performance: 0.939
mistranslation: 0.936
device: 0.915
network: 0.914
semantic: 0.906
graphic: 0.904
kernel: 0.879
ppc: 0.878
PID: 0.875
socket: 0.866
register: 0.858
user-level: 0.853
debug: 0.837
peripherals: 0.836
permissions: 0.835
hypervisor: 0.830
architecture: 0.823
vnc: 0.801
VMM: 0.800
risc-v: 0.799
boot: 0.780
TCG: 0.769
x86: 0.760
virtual: 0.748
KVM: 0.742
i386: 0.741
arm: 0.728
assembly: 0.653

[Qemu-devel] [BUG] trace: QEMU hangs on initialization with the	"simple" backend

While starting the softmmu version of QEMU, the simple backend waits for the
writeout thread to signal a condition variable when initializing the output file
path. But since the writeout thread has not been created, it just waits forever.

Thanks,
  Lluis

On Tue, Feb 09, 2016 at 09:24:04PM +0100, Lluís Vilanova wrote:
>
While starting the softmmu version of QEMU, the simple backend waits for the
>
writeout thread to signal a condition variable when initializing the output
>
file
>
path. But since the writeout thread has not been created, it just waits
>
forever.
Denis Lunev posted a fix:
https://patchwork.ozlabs.org/patch/580968/
Stefan
signature.asc
Description:
PGP signature

Stefan Hajnoczi writes:

>
On Tue, Feb 09, 2016 at 09:24:04PM +0100, Lluís Vilanova wrote:
>
> While starting the softmmu version of QEMU, the simple backend waits for the
>
> writeout thread to signal a condition variable when initializing the output
>
> file
>
> path. But since the writeout thread has not been created, it just waits
>
> forever.
>
Denis Lunev posted a fix:
>
https://patchwork.ozlabs.org/patch/580968/
Great, thanks.

Lluis