qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] KVM VM(windows xp) reseted when running geekbench for about 2 days
@ 2013-04-18 12:00 Zhanghaoyu (A)
  2013-04-18 12:55 ` Gleb Natapov
  0 siblings, 1 reply; 8+ messages in thread
From: Zhanghaoyu (A) @ 2013-04-18 12:00 UTC (permalink / raw)
  To: kvm list, mst@redhat.com, qemu-devel,
	linux-kernel@vger.kernel.org
  Cc: Huangweidong (C), Zanghongyong, Luonengjun, Wangrui (K)

I start 10 VMs(windows xp), then running geekbench tool on them, about 2 days, one of them was reset,
I found the reset operation is done by
int kvm_cpu_exec(CPUArchState *env)
{
    ...
       switch (run->exit_reason)
       ...
        case KVM_EXIT_SHUTDOWN:
            DPRINTF("shutdown\n");
            qemu_system_reset_request();
            ret = EXCP_INTERRUPT;
            break;
    ...
}

KVM_EXIT_SHUTDOWN exit reason was set previously in triple fault handle handle_triple_fault().

What causes the triple fault?

Thanks,
Zhang Haoyu

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

end of thread, other threads:[~2013-04-25  9:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 12:00 [Qemu-devel] KVM VM(windows xp) reseted when running geekbench for about 2 days Zhanghaoyu (A)
2013-04-18 12:55 ` Gleb Natapov
2013-04-18 13:25   ` Yan Vugenfirer
2013-04-19  1:05     ` Zhanghaoyu (A)
2013-04-19 11:42       ` Gleb Natapov
2013-04-23  8:21         ` Zhanghaoyu (A)
2013-04-23  8:36           ` Gleb Natapov
2013-04-25  9:35             ` Zhanghaoyu (A)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).