All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git
@ 2014-01-12  9:31 Dmitry
  2014-01-12  9:39 ` [Qemu-devel] [Bug 1268279] " Dmitry
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dmitry @ 2014-01-12  9:31 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1268279

Title:
  Windows 7 x86 does not start on 1.7.50 from git

Status in QEMU:
  New

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1268279] Re: Windows 7 x86 does not start on 1.7.50 from git
  2014-01-12  9:31 [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git Dmitry
@ 2014-01-12  9:39 ` Dmitry
  2014-01-12  9:48 ` Dmitry
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Dmitry @ 2014-01-12  9:39 UTC (permalink / raw)
  To: qemu-devel

** Description changed:

  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
+  # /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
+ (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?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1268279

Title:
  Windows 7 x86 does not start on 1.7.50 from git

Status in QEMU:
  New

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1268279] Re: Windows 7 x86 does not start on 1.7.50 from git
  2014-01-12  9:31 [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git Dmitry
  2014-01-12  9:39 ` [Qemu-devel] [Bug 1268279] " Dmitry
@ 2014-01-12  9:48 ` Dmitry
  2017-10-28 13:54 ` Thomas Huth
  2017-11-08 12:52 ` Thomas Huth
  3 siblings, 0 replies; 6+ messages in thread
From: Dmitry @ 2014-01-12  9:48 UTC (permalink / raw)
  To: qemu-devel

** Tags added: windows

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1268279

Title:
  Windows 7 x86 does not start on 1.7.50 from git

Status in QEMU:
  New

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1268279] Re: Windows 7 x86 does not start on 1.7.50 from git
  2014-01-12  9:31 [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git Dmitry
  2014-01-12  9:39 ` [Qemu-devel] [Bug 1268279] " Dmitry
  2014-01-12  9:48 ` Dmitry
@ 2017-10-28 13:54 ` Thomas Huth
  2017-11-08  6:59   ` Dmitry
  2017-11-08 12:52 ` Thomas Huth
  3 siblings, 1 reply; 6+ messages in thread
From: Thomas Huth @ 2017-10-28 13:54 UTC (permalink / raw)
  To: qemu-devel

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 a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] [Bug 1268279] Re: Windows 7 x86 does not start on 1.7.50 from git
  2017-10-28 13:54 ` Thomas Huth
@ 2017-11-08  6:59   ` Dmitry
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry @ 2017-11-08  6:59 UTC (permalink / raw)
  To: qemu-devel

Ticket have to been closed

2017-10-28 16:54 GMT+03:00 Thomas Huth <1268279@bugs.launchpad.net>:

> 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
>

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Qemu-devel] [Bug 1268279] Re: Windows 7 x86 does not start on 1.7.50 from git
  2014-01-12  9:31 [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git Dmitry
                   ` (2 preceding siblings ...)
  2017-10-28 13:54 ` Thomas Huth
@ 2017-11-08 12:52 ` Thomas Huth
  3 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2017-11-08 12:52 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Incomplete => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1268279

Title:
  Windows 7 x86 does not start on 1.7.50 from git

Status in QEMU:
  Fix Released

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-08 13:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-12  9:31 [Qemu-devel] [Bug 1268279] [NEW] Windows 7 x86 does not start on 1.7.50 from git Dmitry
2014-01-12  9:39 ` [Qemu-devel] [Bug 1268279] " Dmitry
2014-01-12  9:48 ` Dmitry
2017-10-28 13:54 ` Thomas Huth
2017-11-08  6:59   ` Dmitry
2017-11-08 12:52 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.