All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail.
@ 2013-12-16  4:20 chao zhou
  2013-12-16  4:22 ` [Qemu-devel] [Bug 1261265] " chao zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: chao zhou @ 2013-12-16  4:20 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Environment:
------------
Host OS (ia32/ia32e/IA64):ia32e
Guest OS (ia32/ia32e/IA64):ia32e
Guest OS Type (Linux/Windows):windows
kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
Host Kernel Version:3.13.0-rc1
Hardware:Romley_EP, Ivytown_EP


Bug detailed description:
--------------------------
when create a win7 guest, the guest boot up fail.

note: 
1. when create win2k3, win2k8 guest, the guest boot up fail.
2. when create win8, win2012 guest, the guest boot up fine.
3. this should be a qemu bug
kvm      + qemu     =  result
d6d63b51 + a1d22a36 =  bad
d6d63b51 + 7dc65c02 =  good


Reproduce steps:
----------------
1. create guest
qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

Current result:
----------------
win7 guest boot up fail

Expected result:
----------------
win7 guest boot up fine

Basic root-causing log:
----------------------

** 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/1261265

Title:
  win7 guest boot up fail.

Status in QEMU:
  New

Bug description:
  Environment:
  ------------
  Host OS (ia32/ia32e/IA64):ia32e
  Guest OS (ia32/ia32e/IA64):ia32e
  Guest OS Type (Linux/Windows):windows
  kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
  qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
  Host Kernel Version:3.13.0-rc1
  Hardware:Romley_EP, Ivytown_EP

  
  Bug detailed description:
  --------------------------
  when create a win7 guest, the guest boot up fail.

  note: 
  1. when create win2k3, win2k8 guest, the guest boot up fail.
  2. when create win8, win2012 guest, the guest boot up fine.
  3. this should be a qemu bug
  kvm      + qemu     =  result
  d6d63b51 + a1d22a36 =  bad
  d6d63b51 + 7dc65c02 =  good


  
  Reproduce steps:
  ----------------
  1. create guest
  qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

  Current result:
  ----------------
  win7 guest boot up fail

  Expected result:
  ----------------
  win7 guest boot up fine

  Basic root-causing log:
  ----------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261265/+subscriptions

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

* [Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
  2013-12-16  4:20 [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail chao zhou
@ 2013-12-16  4:22 ` chao zhou
  2013-12-16  9:31 ` Paolo Bonzini
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: chao zhou @ 2013-12-16  4:22 UTC (permalink / raw)
  To: qemu-devel

the first bad commit is:
commit 6eefccc0bb9c34051b1e21880fc3a1c1c8686edd
Author: Gerd Hoffmann <kraxel@redhat.com>
Date:   Mon Dec 2 13:01:20 2013 +0100

    roms: update vgabios binaries

    This also switches from lgplvgabios to seavgabios.

    Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

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

Title:
  win7 guest boot up fail.

Status in QEMU:
  New

Bug description:
  Environment:
  ------------
  Host OS (ia32/ia32e/IA64):ia32e
  Guest OS (ia32/ia32e/IA64):ia32e
  Guest OS Type (Linux/Windows):windows
  kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
  qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
  Host Kernel Version:3.13.0-rc1
  Hardware:Romley_EP, Ivytown_EP

  
  Bug detailed description:
  --------------------------
  when create a win7 guest, the guest boot up fail.

  note: 
  1. when create win2k3, win2k8 guest, the guest boot up fail.
  2. when create win8, win2012 guest, the guest boot up fine.
  3. this should be a qemu bug
  kvm      + qemu     =  result
  d6d63b51 + a1d22a36 =  bad
  d6d63b51 + 7dc65c02 =  good


  
  Reproduce steps:
  ----------------
  1. create guest
  qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

  Current result:
  ----------------
  win7 guest boot up fail

  Expected result:
  ----------------
  win7 guest boot up fine

  Basic root-causing log:
  ----------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261265/+subscriptions

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

* [Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
  2013-12-16  4:20 [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail chao zhou
  2013-12-16  4:22 ` [Qemu-devel] [Bug 1261265] " chao zhou
@ 2013-12-16  9:31 ` Paolo Bonzini
  2014-03-06  6:16 ` chao zhou
  2014-03-06  6:26 ` chao zhou
  3 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2013-12-16  9:31 UTC (permalink / raw)
  To: qemu-devel

Already reported
http://permalink.gmane.org/gmane.comp.emulators.qemu/245664

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

Title:
  win7 guest boot up fail.

Status in QEMU:
  New

Bug description:
  Environment:
  ------------
  Host OS (ia32/ia32e/IA64):ia32e
  Guest OS (ia32/ia32e/IA64):ia32e
  Guest OS Type (Linux/Windows):windows
  kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
  qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
  Host Kernel Version:3.13.0-rc1
  Hardware:Romley_EP, Ivytown_EP

  
  Bug detailed description:
  --------------------------
  when create a win7 guest, the guest boot up fail.

  note: 
  1. when create win2k3, win2k8 guest, the guest boot up fail.
  2. when create win8, win2012 guest, the guest boot up fine.
  3. this should be a qemu bug
  kvm      + qemu     =  result
  d6d63b51 + a1d22a36 =  bad
  d6d63b51 + 7dc65c02 =  good


  
  Reproduce steps:
  ----------------
  1. create guest
  qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

  Current result:
  ----------------
  win7 guest boot up fail

  Expected result:
  ----------------
  win7 guest boot up fine

  Basic root-causing log:
  ----------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261265/+subscriptions

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

* [Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
  2013-12-16  4:20 [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail chao zhou
  2013-12-16  4:22 ` [Qemu-devel] [Bug 1261265] " chao zhou
  2013-12-16  9:31 ` Paolo Bonzini
@ 2014-03-06  6:16 ` chao zhou
  2014-03-06  6:26 ` chao zhou
  3 siblings, 0 replies; 5+ messages in thread
From: chao zhou @ 2014-03-06  6:16 UTC (permalink / raw)
  To: qemu-devel

kvm.git + qemu.git: d3714010 + d844a7b6
after create win7 guest, the guest boots up fine

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

Title:
  win7 guest boot up fail.

Status in QEMU:
  New

Bug description:
  Environment:
  ------------
  Host OS (ia32/ia32e/IA64):ia32e
  Guest OS (ia32/ia32e/IA64):ia32e
  Guest OS Type (Linux/Windows):windows
  kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
  qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
  Host Kernel Version:3.13.0-rc1
  Hardware:Romley_EP, Ivytown_EP

  
  Bug detailed description:
  --------------------------
  when create a win7 guest, the guest boot up fail.

  note: 
  1. when create win2k3, win2k8 guest, the guest boot up fail.
  2. when create win8, win2012 guest, the guest boot up fine.
  3. this should be a qemu bug
  kvm      + qemu     =  result
  d6d63b51 + a1d22a36 =  bad
  d6d63b51 + 7dc65c02 =  good


  
  Reproduce steps:
  ----------------
  1. create guest
  qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

  Current result:
  ----------------
  win7 guest boot up fail

  Expected result:
  ----------------
  win7 guest boot up fine

  Basic root-causing log:
  ----------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261265/+subscriptions

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

* [Qemu-devel] [Bug 1261265] Re: win7 guest boot up fail.
  2013-12-16  4:20 [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail chao zhou
                   ` (2 preceding siblings ...)
  2014-03-06  6:16 ` chao zhou
@ 2014-03-06  6:26 ` chao zhou
  3 siblings, 0 replies; 5+ messages in thread
From: chao zhou @ 2014-03-06  6:26 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: New => 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/1261265

Title:
  win7 guest boot up fail.

Status in QEMU:
  Fix Released

Bug description:
  Environment:
  ------------
  Host OS (ia32/ia32e/IA64):ia32e
  Guest OS (ia32/ia32e/IA64):ia32e
  Guest OS Type (Linux/Windows):windows
  kvm.git Commit:d6d63b51fe3bfea0cf596993afa480b0b3b02c32
  qemu.git Commit:a1d22a367d5780c9553b2cd5a24f665534ce6ed6
  Host Kernel Version:3.13.0-rc1
  Hardware:Romley_EP, Ivytown_EP

  
  Bug detailed description:
  --------------------------
  when create a win7 guest, the guest boot up fail.

  note: 
  1. when create win2k3, win2k8 guest, the guest boot up fail.
  2. when create win8, win2012 guest, the guest boot up fine.
  3. this should be a qemu bug
  kvm      + qemu     =  result
  d6d63b51 + a1d22a36 =  bad
  d6d63b51 + 7dc65c02 =  good


  
  Reproduce steps:
  ----------------
  1. create guest
  qemu-system-x86_64 -enable-kvm -m 1024 -smp 2 -net none /root/win7.img

  Current result:
  ----------------
  win7 guest boot up fail

  Expected result:
  ----------------
  win7 guest boot up fine

  Basic root-causing log:
  ----------------------

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1261265/+subscriptions

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

end of thread, other threads:[~2014-03-06  6:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-16  4:20 [Qemu-devel] [Bug 1261265] [NEW] win7 guest boot up fail chao zhou
2013-12-16  4:22 ` [Qemu-devel] [Bug 1261265] " chao zhou
2013-12-16  9:31 ` Paolo Bonzini
2014-03-06  6:16 ` chao zhou
2014-03-06  6:26 ` chao zhou

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.