blob: d6f802fe089d4811246874617c5718c1b7c261a9 (
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
|
device: 0.744
performance: 0.647
semantic: 0.562
debug: 0.436
graphic: 0.423
socket: 0.384
other: 0.260
vnc: 0.260
PID: 0.251
network: 0.243
files: 0.162
KVM: 0.147
boot: 0.123
permissions: 0.095
Cannot read serial from /sys/bus/usb/devices/
After an update to qemu 1.6 I can't start any of my images. Qemu always crashs. I tried it with root and as a normal user... Here are some log entries I get:
Type: Warning Num: 85
Date: 2013.10.09 23:48:46 549
Sender: bool System_Info::Scan_USB_Sys( QList<VM_USB> &list )
Message: Cannot read serial from /sys/bus/usb/devices/
Type: Debug Num: 86
Date: 2013.10.09 23:48:46 553
Sender: void Virtual_Machine::QEMU_Started()
Message: QEMU Start
Type: Debug Num: 87
Date: 2013.10.09 23:48:46 554
Sender: bool Virtual_Machine::operator==( const Virtual_Machine &vm ) const
Message: Begin
Type: Debug Num: 88
Date: 2013.10.09 23:48:46 554
Sender: bool Virtual_Machine::operator==( const Virtual_Machine &vm ) const
Message: End
Type: Debug Num: 89
Date: 2013.10.09 23:48:46 575
Sender: void Virtual_Machine::QEMU_Started()
Message: emit Loading_Complete()
Type: Debug Num: 90
Date: 2013.10.09 23:48:47 470
Sender: void Virtual_Machine::QEMU_Finished( int exitCode, QProcess::ExitStatus exitStatus )
Message: QEMU Finished
Type: Debug Num: 91
Date: 2013.10.09 23:48:47 470
Sender: bool Virtual_Machine::operator==( const Virtual_Machine &vm ) const
Message: Begin
Type: Debug Num: 92
Date: 2013.10.09 23:48:47 470
Sender: bool Virtual_Machine::operator==( const Virtual_Machine &vm ) const
Message: End
Type: Error Num: 93
Date: 2013.10.09 23:48:47 498
Sender: QEMU Crashed!
Message:
That log does not look very helpful. Could you please provide more details like command line options and the exact output of QEMU if your problem still persists with the latest version of QEMU? Thanks!
[Expired for QEMU because there has been no activity for 60 days.]
|