* [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug?
@ 2014-05-08 8:28 Jun Koi
2014-05-09 3:24 ` Jun Koi
2014-05-12 2:50 ` Fam Zheng
0 siblings, 2 replies; 5+ messages in thread
From: Jun Koi @ 2014-05-08 8:28 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
Hi,
I have an weird OS that I am trying to boot in KVM. however, it just hang
in the middle, without a good reason.
The same OS boots fine in physical machine, and this OS comes with no
source code.
There must be a bug somewhere in KVM, so I am wondering how people debug
deal with such a case to find and fix bugs in KVM?
Same thing like this happened before with some new OSes (such as Windows
8), and somebody always came up with a quick fix, so I am wondering what
the magic is here.
Thanks so much.
Jun
[-- Attachment #2: Type: text/html, Size: 654 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug?
2014-05-08 8:28 [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug? Jun Koi
@ 2014-05-09 3:24 ` Jun Koi
2014-05-11 13:09 ` Jun Koi
2014-05-12 2:50 ` Fam Zheng
1 sibling, 1 reply; 5+ messages in thread
From: Jun Koi @ 2014-05-09 3:24 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
On Thu, May 8, 2014 at 4:28 PM, Jun Koi <junkoi2004@gmail.com> wrote:
> Hi,
>
> I have an weird OS that I am trying to boot in KVM. however, it just hang
> in the middle, without a good reason.
>
> The same OS boots fine in physical machine, and this OS comes with no
> source code.
>
> There must be a bug somewhere in KVM, so I am wondering how people debug
> deal with such a case to find and fix bugs in KVM?
>
> Same thing like this happened before with some new OSes (such as Windows
> 8), and somebody always came up with a quick fix, so I am wondering what
> the magic is here.
>
>
Any help, please?
thanks.
Jun
[-- Attachment #2: Type: text/html, Size: 1056 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug?
2014-05-09 3:24 ` Jun Koi
@ 2014-05-11 13:09 ` Jun Koi
2014-05-12 7:24 ` Thomas Huth
0 siblings, 1 reply; 5+ messages in thread
From: Jun Koi @ 2014-05-11 13:09 UTC (permalink / raw)
To: qemu-devel@nongnu.org
[-- Attachment #1: Type: text/plain, Size: 722 bytes --]
On Fri, May 9, 2014 at 11:24 AM, Jun Koi <junkoi2004@gmail.com> wrote:
>
>
>
> On Thu, May 8, 2014 at 4:28 PM, Jun Koi <junkoi2004@gmail.com> wrote:
>
>> Hi,
>>
>> I have an weird OS that I am trying to boot in KVM. however, it just hang
>> in the middle, without a good reason.
>>
>> The same OS boots fine in physical machine, and this OS comes with no
>> source code.
>>
>> There must be a bug somewhere in KVM, so I am wondering how people debug
>> deal with such a case to find and fix bugs in KVM?
>>
>> Same thing like this happened before with some new OSes (such as Windows
>> 8), and somebody always came up with a quick fix, so I am wondering what
>> the magic is here.
>>
>>
>
Any help, please?
Thanks,
Jun
[-- Attachment #2: Type: text/html, Size: 1488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug?
2014-05-08 8:28 [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug? Jun Koi
2014-05-09 3:24 ` Jun Koi
@ 2014-05-12 2:50 ` Fam Zheng
1 sibling, 0 replies; 5+ messages in thread
From: Fam Zheng @ 2014-05-12 2:50 UTC (permalink / raw)
To: Jun Koi; +Cc: qemu-devel@nongnu.org
On Thu, 05/08 16:28, Jun Koi wrote:
> Hi,
>
> I have an weird OS that I am trying to boot in KVM. however, it just hang
> in the middle, without a good reason.
>
> The same OS boots fine in physical machine, and this OS comes with no
> source code.
The OS boots in one physical machine doesn't mean it has no bug, and doesn't
mean it boots on ALL physical machines. So you really have to debug to tell if
it's a bug of KVM or the OS. But you have no source code, it makes the problem
really hard to work on then.
But if you can see any error message or debug output of the guest, or any
observation that may help to provide some information.
Fam
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug?
2014-05-11 13:09 ` Jun Koi
@ 2014-05-12 7:24 ` Thomas Huth
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2014-05-12 7:24 UTC (permalink / raw)
To: Jun Koi; +Cc: qemu-devel@nongnu.org
On Sun, 11 May 2014 21:09:44 +0800
Jun Koi <junkoi2004@gmail.com> wrote:
> On Fri, May 9, 2014 at 11:24 AM, Jun Koi <junkoi2004@gmail.com> wrote:
>
> >
> >
> >
> > On Thu, May 8, 2014 at 4:28 PM, Jun Koi <junkoi2004@gmail.com> wrote:
> >
> >> Hi,
> >>
> >> I have an weird OS that I am trying to boot in KVM. however, it just hang
> >> in the middle, without a good reason.
> >>
> >> The same OS boots fine in physical machine, and this OS comes with no
> >> source code.
> >>
> >> There must be a bug somewhere in KVM, so I am wondering how people debug
> >> deal with such a case to find and fix bugs in KVM?
> >>
> >> Same thing like this happened before with some new OSes (such as Windows
> >> 8), and somebody always came up with a quick fix, so I am wondering what
> >> the magic is here.
> >>
> >>
> >
> Any help, please?
You could try to attach a GDB to see where it is hanging (start qemu
with the -s option, see http://wiki.qemu.org/Documentation/Debugging).
Thomas
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-05-12 7:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 8:28 [Qemu-devel] My OS hangup in KVM for some reasons, how can I debug? Jun Koi
2014-05-09 3:24 ` Jun Koi
2014-05-11 13:09 ` Jun Koi
2014-05-12 7:24 ` Thomas Huth
2014-05-12 2:50 ` Fam Zheng
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).