summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1268279
blob: 85528c2f8ee44d97c34b471ddbfde318cdf0b313 (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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
Windows 7 x86 does not start on 1.7.50 from git

I have "Debian 7.2 x64". 

Install last QEMU from git:

aptitude install git gcc make autoconf libglib2.0-dev libcurl4-gnutls-dev libpixman-1-dev libcap-dev  libaio-dev libcap-ng-dev libjpeg8-dev libpng12-dev libssh2-1-dev uuid-dev

#cd /usr/src
#git clone git://git.qemu.org/qemu.git
#cd qemu
# ./configure --prefix=/usr  --sysconfdir=/etc --target-list=x86_64-softmmu  --enable-kvm
Install prefix    /usr
BIOS directory    /usr/share/qemu
binary directory  /usr/bin
library directory /usr/lib
libexec directory /usr/libexec
include directory /usr/include
config directory  /etc
local state directory   /usr/var
Manual directory  /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /usr/src/qemu
C compiler        cc
Host C compiler   cc
C++ compiler      c++
Objective-C compiler cc
ARFLAGS           rv
CFLAGS            -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g
QEMU_CFLAGS       -Werror -fPIE -DPIE -m64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition -Wtype-limits -fstack-protector-all -I/usr/include/p11-kit-1    -I/usr/include/libpng12     -I/usr/include/pixman-1
LDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g
make              make
install           install
python            python -B
smbd              /usr/sbin/smbd
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   yes
pixman            system
SDL support       yes
GTK support       no
curses support    no
curl support      yes
mingw32 support   no
Audio drivers     oss
Block whitelist (rw)
Block whitelist (ro)
VirtFS support    yes
VNC support       yes
VNC TLS support   yes
VNC SASL support  no
VNC JPEG support  yes
VNC PNG support   yes
VNC WS support    yes
xen support       no
brlapi support    no
bluez  support    no
Documentation     yes
GUEST_BASE        yes
PIE               yes
vde support       no
netmap support    no
Linux AIO support yes
ATTR/XATTR support yes
Install blobs     yes
KVM support       yes
RDMA support      no
TCG interpreter   no
fdt support       no
preadv support    yes
fdatasync         yes
madvise           yes
posix_madvise     yes
sigev_thread_id   yes
uuid support      yes
libcap-ng support yes
vhost-net support yes
vhost-scsi support yes
Trace backend     nop
Trace output file trace-<pid>
spice support     no (/)
rbd support       no
xfsctl support    no
nss used          no
libusb            no
usb net redir     no
GLX support       yes
libiscsi support  no
build guest agent yes
QGA VSS support   no
seccomp support   no
coroutine backend ucontext
coroutine pool    yes
GlusterFS support no
virtio-blk-data-plane yes
gcov              gcov
gcov enabled      no
TPM support       no
libssh2 support   yes
TPM passthrough   no
QOM debugging     yes
vhdx              yes
#make && make install

QEMU is successfully builded and installed:

# /usr/bin/qemu-system-x86_64 --version
QEMU emulator version 1.7.50, Copyright (c) 2003-2008 Fabrice Bellard

Create virtual HDD:

# qemu-img create -f qcow2 /kvm/vm/test.img 50G
Formatting '/kvm/vm/test.img', fmt=qcow2 size=53687091200 encryption=off cluster_size=65536 lazy_refcounts=off

Start virtual machine:

 # /usr/bin/qemu-system-x86_64 -cpu qemu64 -M pc -smp 1 -m 1024 -monitor tcp:127.0.0.1:4444,server,nowait -drive file=/kvm/vm/test.img,cache=writeback,aio=native -boot order=dc,menu=on -enable-kvm -vnc 127.0.0.1:14 -localtime -no-hpet -rtc-td-hack -global kvm-pit.lost_tick_policy=discard -daemonize -usb -device usb-tablet,id=input0 -runas kvm

Connect ISO image:

# nc 127.0.0.1 4444
QEMU 1.7.50 monitor - type 'help' for more information
(qemu) change ide1-cd0 http://iso.vpsnow.ru/windows/7/ru_windows_7_professional_with_sp1_x86_dvd.iso
change ide1-cd0 http://someiso.host.com/ru_windows_7_professional_with_sp1_x86_dvd.iso
(qemu)

Open NVC console to VM, reboot and boot (F12) from connected ISO.
Windows installation start and successfully goes to first reboot.

==========================================
After reboot it hangs on "Starting windows" with 100%  load on one of CPU cores for many hours.
==========================================

Other Windows OS (XP, Server 2003, Server 2008 R2) are installed and work good.

Is this a QEMU BUG? Could you please try reproduce it?

Triaging old bug tickets... can you still reproduce this issue with the latest version of QEMU? Or could we close this ticket nowadays?

Ticket have to been closed

2017-10-28 16:54 GMT+03:00 Thomas Huth <email address hidden>:

> Triaging old bug tickets... can you still reproduce this issue with the
> latest version of QEMU? Or could we close this ticket nowadays?
>
> ** Changed in: qemu
>        Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1268279
>
> Title:
>   Windows 7 x86 does not start on 1.7.50 from git
>
> Status in QEMU:
>   Incomplete
>
> Bug description:
>   I have "Debian 7.2 x64".
>
>   Install last QEMU from git:
>
>   aptitude install git gcc make autoconf libglib2.0-dev libcurl4-gnutls-
>   dev libpixman-1-dev libcap-dev  libaio-dev libcap-ng-dev libjpeg8-dev
>   libpng12-dev libssh2-1-dev uuid-dev
>
>   #cd /usr/src
>   #git clone git://git.qemu.org/qemu.git
>   #cd qemu
>   # ./configure --prefix=/usr  --sysconfdir=/etc
> --target-list=x86_64-softmmu  --enable-kvm
>   Install prefix    /usr
>   BIOS directory    /usr/share/qemu
>   binary directory  /usr/bin
>   library directory /usr/lib
>   libexec directory /usr/libexec
>   include directory /usr/include
>   config directory  /etc
>   local state directory   /usr/var
>   Manual directory  /usr/share/man
>   ELF interp prefix /usr/gnemul/qemu-%M
>   Source path       /usr/src/qemu
>   C compiler        cc
>   Host C compiler   cc
>   C++ compiler      c++
>   Objective-C compiler cc
>   ARFLAGS           rv
>   CFLAGS            -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -g
>   QEMU_CFLAGS       -Werror -fPIE -DPIE -m64 -D_GNU_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes
> -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes
> -fno-strict-aliasing  -Wendif-labels -Wmissing-include-dirs -Wempty-body
> -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self
> -Wignored-qualifiers -Wold-style-declaration -Wold-style-definition
> -Wtype-limits -fstack-protector-all -I/usr/include/p11-kit-1
> -I/usr/include/libpng12     -I/usr/include/pixman-1
>   LDFLAGS           -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g
>   make              make
>   install           install
>   python            python -B
>   smbd              /usr/sbin/smbd
>   host CPU          x86_64
>   host big endian   no
>   target list       x86_64-softmmu
>   tcg debug enabled no
>   gprof enabled     no
>   sparse enabled    no
>   strip binaries    yes
>   profiler          no
>   static build      no
>   -Werror enabled   yes
>   pixman            system
>   SDL support       yes
>   GTK support       no
>   curses support    no
>   curl support      yes
>   mingw32 support   no
>   Audio drivers     oss
>   Block whitelist (rw)
>   Block whitelist (ro)
>   VirtFS support    yes
>   VNC support       yes
>   VNC TLS support   yes
>   VNC SASL support  no
>   VNC JPEG support  yes
>   VNC PNG support   yes
>   VNC WS support    yes
>   xen support       no
>   brlapi support    no
>   bluez  support    no
>   Documentation     yes
>   GUEST_BASE        yes
>   PIE               yes
>   vde support       no
>   netmap support    no
>   Linux AIO support yes
>   ATTR/XATTR support yes
>   Install blobs     yes
>   KVM support       yes
>   RDMA support      no
>   TCG interpreter   no
>   fdt support       no
>   preadv support    yes
>   fdatasync         yes
>   madvise           yes
>   posix_madvise     yes
>   sigev_thread_id   yes
>   uuid support      yes
>   libcap-ng support yes
>   vhost-net support yes
>   vhost-scsi support yes
>   Trace backend     nop
>   Trace output file trace-<pid>
>   spice support     no (/)
>   rbd support       no
>   xfsctl support    no
>   nss used          no
>   libusb            no
>   usb net redir     no
>   GLX support       yes
>   libiscsi support  no
>   build guest agent yes
>   QGA VSS support   no
>   seccomp support   no
>   coroutine backend ucontext
>   coroutine pool    yes
>   GlusterFS support no
>   virtio-blk-data-plane yes
>   gcov              gcov
>   gcov enabled      no
>   TPM support       no
>   libssh2 support   yes
>   TPM passthrough   no
>   QOM debugging     yes
>   vhdx              yes
>   #make && make install
>
>   QEMU is successfully builded and installed:
>
>   # /usr/bin/qemu-system-x86_64 --version
>   QEMU emulator version 1.7.50, Copyright (c) 2003-2008 Fabrice Bellard
>
>   Create virtual HDD:
>
>   # qemu-img create -f qcow2 /kvm/vm/test.img 50G
>   Formatting '/kvm/vm/test.img', fmt=qcow2 size=53687091200 encryption=off
> cluster_size=65536 lazy_refcounts=off
>
>   Start virtual machine:
>
>    # /usr/bin/qemu-system-x86_64 -cpu qemu64 -M pc -smp 1 -m 1024
>   -monitor tcp:127.0.0.1:4444,server,nowait -drive
>   file=/kvm/vm/test.img,cache=writeback,aio=native -boot
>   order=dc,menu=on -enable-kvm -vnc 127.0.0.1:14 -localtime -no-hpet
>   -rtc-td-hack -global kvm-pit.lost_tick_policy=discard -daemonize -usb
>   -device usb-tablet,id=input0 -runas kvm
>
>   Connect ISO image:
>
>   # nc 127.0.0.1 4444
>   QEMU 1.7.50 monitor - type 'help' for more information
>   (qemu) change ide1-cd0 http://someiso.host.com/ru_
> windows_7_professional_with_sp1_x86_dvd.iso
>   change ide1-cd0 http://someiso.host.com/ru_windows_7_professional_with_
> sp1_x86_dvd.iso
>   (qemu)
>
>   Open NVC console to VM, reboot and boot (F12) from connected ISO.
>   Windows installation start and successfully goes to first reboot.
>
>   ==========================================
>   After reboot it hangs on "Starting windows" with 100%  load on one of
> CPU cores for many hours.
>   ==========================================
>
>   Other Windows OS (XP, Server 2003, Server 2008 R2) are installed and
>   work good.
>
>   Is this a QEMU BUG? Could you please try reproduce it?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1268279/+subscriptions
>