All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
@ 2014-05-12 12:18 ` Serge Hallyn
  2014-05-13  5:52 ` Krzysztof Cybulski
                   ` (23 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-05-12 12:18 UTC (permalink / raw)
  To: qemu-devel

** Also affects: qemu (Ubuntu)
   Importance: Undecided
       Status: New

** Also 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/1308341

Title:
  Multiple CPUs causes blue screen on Windows guest

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  New
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
  2014-05-12 12:18 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest Serge Hallyn
@ 2014-05-13  5:52 ` Krzysztof Cybulski
  2014-05-14  9:29 ` Hein Gustavsen
                   ` (22 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Krzysztof Cybulski @ 2014-05-13  5:52 UTC (permalink / raw)
  To: qemu-devel

It look like adding "hyperv" in "features" section to guest definition
helps, my Win7 VM  now is running for ~12h, when without "hyperv" it was
like 3-4 hour. I will test it for few days and will post here again.

  <features>
    <acpi/>
    <apic/>
    <pae/>
    <hyperv>
      <relaxed state='on'/>
    </hyperv>
  </features>

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

Title:
  Multiple CPUs causes blue screen on Windows guest

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  New
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
  2014-05-12 12:18 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest Serge Hallyn
  2014-05-13  5:52 ` Krzysztof Cybulski
@ 2014-05-14  9:29 ` Hein Gustavsen
  2014-05-15 13:55 ` Serge Hallyn
                   ` (21 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Hein Gustavsen @ 2014-05-14  9:29 UTC (permalink / raw)
  To: qemu-devel

Adding "hyperv" seemed to work for me too.

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

Title:
  Multiple CPUs causes blue screen on Windows guest

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  New
Status in “qemu-kvm” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (2 preceding siblings ...)
  2014-05-14  9:29 ` Hein Gustavsen
@ 2014-05-15 13:55 ` Serge Hallyn
  2014-05-15 15:00 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Launchpad Bug Tracker
                   ` (20 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-05-15 13:55 UTC (permalink / raw)
  To: qemu-devel

Thanks, it sounds like at least we should have that enabled by default
when, in virt-manager, a windows guest is selected.

** Also affects: virt-manager (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: qemu (Ubuntu)
   Importance: Undecided => High

** Changed in: qemu (Ubuntu)
       Status: New => Confirmed

** No longer affects: qemu-kvm (Ubuntu)

** Summary changed:

- Multiple CPUs causes blue screen on Windows guest
+ Multiple CPUs causes blue screen on Windows guest (14.04 regression)

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  New

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (3 preceding siblings ...)
  2014-05-15 13:55 ` Serge Hallyn
@ 2014-05-15 15:00 ` Launchpad Bug Tracker
  2014-05-20 13:13 ` Hein Gustavsen
                   ` (19 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Launchpad Bug Tracker @ 2014-05-15 15:00 UTC (permalink / raw)
  To: qemu-devel

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: virt-manager (Ubuntu)
       Status: New => Confirmed

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (4 preceding siblings ...)
  2014-05-15 15:00 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Launchpad Bug Tracker
@ 2014-05-20 13:13 ` Hein Gustavsen
  2014-06-16  8:36 ` Krzysztof Cybulski
                   ` (18 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Hein Gustavsen @ 2014-05-20 13:13 UTC (permalink / raw)
  To: qemu-devel

After adding "hyperv" feature, the guest freezes regularly. This happens
on both and Windows 7 64-bit and Windows 2012 R2 guests. When removing
the "hyperv" feature the guest acts normally, but fails with a blue
screen as before. This may be a completely different issue, but this
renders the workaround unusable for me at least.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (5 preceding siblings ...)
  2014-05-20 13:13 ` Hein Gustavsen
@ 2014-06-16  8:36 ` Krzysztof Cybulski
  2014-06-17 13:10 ` Serge Hallyn
                   ` (17 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Krzysztof Cybulski @ 2014-06-16  8:36 UTC (permalink / raw)
  To: qemu-devel

I have done clean install of the server and yes, Windows VM freezes with hyperv before as well as after reinstall. I'm have reverted my servers to 12.04.4 until this is solved.
Krzysiek

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (6 preceding siblings ...)
  2014-06-16  8:36 ` Krzysztof Cybulski
@ 2014-06-17 13:10 ` Serge Hallyn
  2014-06-18  3:48 ` Serge Hallyn
                   ` (16 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-06-17 13:10 UTC (permalink / raw)
  To: qemu-devel

Tried to reproduce this overnight with a windows 8 instance run by hand
with 4 cores, but no hang.  I'll keep trying with some more options
added from your command line.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (7 preceding siblings ...)
  2014-06-17 13:10 ` Serge Hallyn
@ 2014-06-18  3:48 ` Serge Hallyn
  2014-06-18 16:49 ` Steve
                   ` (15 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-06-18  3:48 UTC (permalink / raw)
  To: qemu-devel

-smp 4 -realtime mlock=off -rtc base=localtime does not seem to help me
reproduce this.

Does the system have to be under stress?

Can you reproduce this without virtio?

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (8 preceding siblings ...)
  2014-06-18  3:48 ` Serge Hallyn
@ 2014-06-18 16:49 ` Steve
  2014-06-18 19:04 ` Serge Hallyn
                   ` (14 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Steve @ 2014-06-18 16:49 UTC (permalink / raw)
  To: qemu-devel

I was able to work around this by downgrading the kernel on a Ubuntu 14
box to 3.12.20-031220-generic #201405160935 (and of course wasn't seeing
this with Ubuntu 12).

I've periodically tried booting back to the standard Ubuntu 14 3.13
kernel to see if it's been fixed (and also tried 3.13-lowlatency) but I
get a W2k8R2 server hang with KVM within the first ~24 hours of boot
each time.

This is a dual-processor machine.  Also, with 3.13, I was getting these
messages on a semi-periodic basis (may be related):

May 30 20:23:53 kernel: [    0.000000] Linux version
3.13.0-27-lowlatency (buildd@akateko) (gcc version 4.8.2 (Ubuntu
4.8.2-19ubuntu1) ) #50-Ubuntu SMP PREEMPT Thu May 15 18:36:04 UTC 2014
(Ubuntu 3.13.0-27.50-lowlatency 3.13.11

May 31 14:15:40 kernel: [64348.760175] INFO: task qemu-system-x86:4151 blocked for more than 120 seconds.
May 31 14:15:40 kernel: [64348.767491]       Not tainted 3.13.0-27-lowlatency #50-Ubuntu
May 31 14:15:40 kernel: [64348.773291] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
May 31 14:15:40 kernel: [64348.781205] qemu-system-x86 D ffff881fffc34600     0  4151      1 0x00000000
May 31 14:15:40 kernel: [64348.781210]  ffff881fcf5e3de8 0000000000000002 ffff881fbf140000 ffff881fcf5e3fd8
May 31 14:15:40 kernel: [64348.781215]  0000000000014600 0000000000014600 ffff881fbf140000 ffff881fbf140000
May 31 14:15:40 kernel: [64348.781218]  ffff883fcfac7060 ffff883fcfac7068 00007f3809e00000 ffff881fbf140000
May 31 14:15:40 kernel: [64348.781221] Call Trace:
May 31 14:15:40 kernel: [64348.781230]  [<ffffffff81722b89>] schedule+0x29/0x70
May 31 14:15:40 kernel: [64348.781237]  [<ffffffff8172552d>] rwsem_down_read_failed+0xcd/0x130
May 31 14:15:40 kernel: [64348.781243]  [<ffffffff81374b04>] call_rwsem_down_read_failed+0x14/0x30
May 31 14:15:40 kernel: [64348.781247]  [<ffffffff81725007>] ? down_read+0x17/0x20
May 31 14:15:40 kernel: [64348.781252]  [<ffffffff810a0db2>] task_numa_work+0xd2/0x300
May 31 14:15:40 kernel: [64348.781254]  [<ffffffff8109f87b>] ? account_user_time+0x8b/0xa0
May 31 14:15:40 kernel: [64348.781259]  [<ffffffff81089e87>] task_work_run+0xa7/0xe0
May 31 14:15:40 kernel: [64348.781264]  [<ffffffff81014e57>] do_notify_resume+0x97/0xb0
May 31 14:15:40 kernel: [64348.781268]  [<ffffffff8172e52a>] int_signal+0x12/0x17

I'm not seeing any kernel errors with the 3.12 kernel.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “qemu” package in Ubuntu:
  Confirmed
Status in “virt-manager” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (9 preceding siblings ...)
  2014-06-18 16:49 ` Steve
@ 2014-06-18 19:04 ` Serge Hallyn
  2014-06-18 19:05 ` Serge Hallyn
                   ` (13 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-06-18 19:04 UTC (permalink / raw)
  To: qemu-devel

Thanks, given that info it seems clear to be a kernel and not a qemu
bug.

** Also affects: linux (Ubuntu)
   Importance: Undecided
       Status: New

** No longer affects: virt-manager (Ubuntu)

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  New
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (10 preceding siblings ...)
  2014-06-18 19:04 ` Serge Hallyn
@ 2014-06-18 19:05 ` Serge Hallyn
  2014-06-18 19:30 ` [Qemu-devel] [Bug 1308341] Missing required logs Brad Figg
                   ` (12 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2014-06-18 19:05 UTC (permalink / raw)
  To: qemu-devel

(Removed the task against virt-manager since hyperv is apparently *not*
a safe workaround in all cases)

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  New
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Missing required logs.
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (11 preceding siblings ...)
  2014-06-18 19:05 ` Serge Hallyn
@ 2014-06-18 19:30 ` Brad Figg
  2014-06-20  5:16 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Steve
                   ` (11 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Brad Figg @ 2014-06-18 19:30 UTC (permalink / raw)
  To: qemu-devel

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1308341

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

** Tags added: trusty

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Incomplete
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (12 preceding siblings ...)
  2014-06-18 19:30 ` [Qemu-devel] [Bug 1308341] Missing required logs Brad Figg
@ 2014-06-20  5:16 ` Steve
  2014-06-24  7:58 ` Hein Gustavsen
                   ` (10 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Steve @ 2014-06-20  5:16 UTC (permalink / raw)
  To: qemu-devel

marking as confirmed, see bug 1332409 with the apport-collect
information.

** Changed in: linux (Ubuntu)
       Status: Incomplete => Confirmed

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (13 preceding siblings ...)
  2014-06-20  5:16 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Steve
@ 2014-06-24  7:58 ` Hein Gustavsen
  2014-06-24  8:06 ` urusha
                   ` (9 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Hein Gustavsen @ 2014-06-24  7:58 UTC (permalink / raw)
  To: qemu-devel

Re-installing 14.04 fixed my problem. Running with the same virtual
machine configurations on the same hardware without any problems. No
hyperv feature needed.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (14 preceding siblings ...)
  2014-06-24  7:58 ` Hein Gustavsen
@ 2014-06-24  8:06 ` urusha
  2014-06-24  8:29 ` Hein Gustavsen
                   ` (8 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: urusha @ 2014-06-24  8:06 UTC (permalink / raw)
  To: qemu-devel

Could it be DUP of
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1307473 ?

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (15 preceding siblings ...)
  2014-06-24  8:06 ` urusha
@ 2014-06-24  8:29 ` Hein Gustavsen
  2014-08-04 21:39 ` Chris J Arges
                   ` (7 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Hein Gustavsen @ 2014-06-24  8:29 UTC (permalink / raw)
  To: qemu-devel

I agree. This seems to me like a duplicate of bug 1307473.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (16 preceding siblings ...)
  2014-06-24  8:29 ` Hein Gustavsen
@ 2014-08-04 21:39 ` Chris J Arges
  2014-08-06 19:13 ` Chris J Arges
                   ` (6 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Chris J Arges @ 2014-08-04 21:39 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1307473 ***
    https://bugs.launchpad.net/bugs/1307473

** This bug has been marked a duplicate of bug 1307473
   guest hang due to missing clock interrupt

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (17 preceding siblings ...)
  2014-08-04 21:39 ` Chris J Arges
@ 2014-08-06 19:13 ` Chris J Arges
  2015-01-31 11:09 ` Fred Thoma
                   ` (5 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Chris J Arges @ 2014-08-06 19:13 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

** This bug is no longer a duplicate of bug 1307473
   guest hang due to missing clock interrupt
** This bug has been marked a duplicate of bug 1346917
   Using KSM on NUMA capable machines can cause KVM guest performance and stability issues

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in “linux” package in Ubuntu:
  Confirmed
Status in “qemu” package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (18 preceding siblings ...)
  2014-08-06 19:13 ` Chris J Arges
@ 2015-01-31 11:09 ` Fred Thoma
  2015-02-02  5:39 ` Fred Thoma
                   ` (4 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Fred Thoma @ 2015-01-31 11:09 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

Just wanted to add that upgrading my kernel to a newer version fixed the
problem for me, too.

Host: 2x E5-2620V2, Ubuntu 14.04 LTS
Guest: 24 virtual cores, Windows Server 2008 R2

Before fix:
sudo uname -a
Linux x.contabo.net 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Bluescreen stop 0x0000005c every few hours

After fix:
sudo uname -a
Linux x.contabo.net 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
No Bluescreens or other crashes since 7 days under full load

Upgraded with this tutorial http://askubuntu.com/questions/541775/how-
can-i-install-ubuntu-14-10s-kernel-in-ubuntu-14-04-lts

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (19 preceding siblings ...)
  2015-01-31 11:09 ` Fred Thoma
@ 2015-02-02  5:39 ` Fred Thoma
  2015-05-18 10:51 ` Peter Mráz
                   ` (3 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Fred Thoma @ 2015-02-02  5:39 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

Same bluescreen again on  day 9 after the kernel upgrade.

So upgrading Kernel from 3.13 to 3.16 did not help.

Still looking for a fix.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (20 preceding siblings ...)
  2015-02-02  5:39 ` Fred Thoma
@ 2015-05-18 10:51 ` Peter Mráz
  2015-07-18 18:56 ` Procion
                   ` (2 subsequent siblings)
  24 siblings, 0 replies; 25+ messages in thread
From: Peter Mráz @ 2015-05-18 10:51 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

I have same problem after crash not help restarting virtual pc on next
boot bsod with c5 code persist. I must force off machine and pover on.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (21 preceding siblings ...)
  2015-05-18 10:51 ` Peter Mráz
@ 2015-07-18 18:56 ` Procion
  2015-12-08 16:51 ` Cristian Aires
  2015-12-08 17:33 ` Serge Hallyn
  24 siblings, 0 replies; 25+ messages in thread
From: Procion @ 2015-07-18 18:56 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

Same issue there. 2 VMs with 2008 sp2 x86, and 2008 R2 sp1 x64 hanging simultaneously with BSOD stop 0x0000005c (0x0000010b 0x00000003 0x00000000)
Issue arrised after upgrading kernel from 3.12 to 3.13.
Nothing helps to workaround this issue so far.

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (22 preceding siblings ...)
  2015-07-18 18:56 ` Procion
@ 2015-12-08 16:51 ` Cristian Aires
  2015-12-08 17:33 ` Serge Hallyn
  24 siblings, 0 replies; 25+ messages in thread
From: Cristian Aires @ 2015-12-08 16:51 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

Same problem
I using kernel 3.16.0-55-generic, Ubuntu 14.04

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

* [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression)
       [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
                   ` (23 preceding siblings ...)
  2015-12-08 16:51 ` Cristian Aires
@ 2015-12-08 17:33 ` Serge Hallyn
  24 siblings, 0 replies; 25+ messages in thread
From: Serge Hallyn @ 2015-12-08 17:33 UTC (permalink / raw)
  To: qemu-devel

*** This bug is a duplicate of bug 1346917 ***
    https://bugs.launchpad.net/bugs/1346917

Hi,

could you please file a new bug with debugging information as per
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1346917/comments/11
?

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

Title:
  Multiple CPUs causes blue screen on Windows guest (14.04 regression)

Status in QEMU:
  New
Status in linux package in Ubuntu:
  Confirmed
Status in qemu package in Ubuntu:
  Confirmed

Bug description:
  Configuring a Windows 7 guest using more than one CPU cases the guest to fail. This happens after a few hours after guest boot. This is the error on the blue screen:
  "A clock interrupt was not received on a secondary processor within the allocated time interval"

  After resetting, the guest will never boot and a new bluescreen with
  the error "STOP: 0x0000005c" appears. Shutting down the guest
  completely and restarting it will allow it to boot and run for a few
  hours again.

  The guest was created using virt-manager. The error happens with or
  without virtio devices and with both 32-bit and 64-bit Windows 7
  guests.

  I am using Ubuntu 14.04 release candidate.

  qemu-kvm version 2.0.0~rc1+dfsg-0ubuntu3

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

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

end of thread, other threads:[~2015-12-08 17:41 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20140416062612.17124.60002.malonedeb@chaenomeles.canonical.com>
2014-05-12 12:18 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest Serge Hallyn
2014-05-13  5:52 ` Krzysztof Cybulski
2014-05-14  9:29 ` Hein Gustavsen
2014-05-15 13:55 ` Serge Hallyn
2014-05-15 15:00 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Launchpad Bug Tracker
2014-05-20 13:13 ` Hein Gustavsen
2014-06-16  8:36 ` Krzysztof Cybulski
2014-06-17 13:10 ` Serge Hallyn
2014-06-18  3:48 ` Serge Hallyn
2014-06-18 16:49 ` Steve
2014-06-18 19:04 ` Serge Hallyn
2014-06-18 19:05 ` Serge Hallyn
2014-06-18 19:30 ` [Qemu-devel] [Bug 1308341] Missing required logs Brad Figg
2014-06-20  5:16 ` [Qemu-devel] [Bug 1308341] Re: Multiple CPUs causes blue screen on Windows guest (14.04 regression) Steve
2014-06-24  7:58 ` Hein Gustavsen
2014-06-24  8:06 ` urusha
2014-06-24  8:29 ` Hein Gustavsen
2014-08-04 21:39 ` Chris J Arges
2014-08-06 19:13 ` Chris J Arges
2015-01-31 11:09 ` Fred Thoma
2015-02-02  5:39 ` Fred Thoma
2015-05-18 10:51 ` Peter Mráz
2015-07-18 18:56 ` Procion
2015-12-08 16:51 ` Cristian Aires
2015-12-08 17:33 ` Serge Hallyn

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.