diff options
Diffstat (limited to 'results/scraper/launchpad-without-comments/1268279')
| -rw-r--r-- | results/scraper/launchpad-without-comments/1268279 | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1268279 b/results/scraper/launchpad-without-comments/1268279 new file mode 100644 index 000000000..46c30a815 --- /dev/null +++ b/results/scraper/launchpad-without-comments/1268279 @@ -0,0 +1,143 @@ +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? \ No newline at end of file |