* kgdb/sunhv patch
@ 2010-08-03 7:35 David Miller
2010-08-03 11:58 ` Jason Wessel
2010-08-03 13:06 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: David Miller @ 2010-08-03 7:35 UTC (permalink / raw)
To: sparclinux
This change makes no sense.
The hypervisor console is never hooked up to a real "UART" where
a kgdb client could be sitting at the other end.
Rather, it's always just a path for characters to and from the
hypervisor console device which is a virtual device in the guest
system.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kgdb/sunhv patch
2010-08-03 7:35 kgdb/sunhv patch David Miller
@ 2010-08-03 11:58 ` Jason Wessel
2010-08-03 13:06 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: Jason Wessel @ 2010-08-03 11:58 UTC (permalink / raw)
To: sparclinux
On 08/03/2010 02:35 AM, David Miller wrote:
> This change makes no sense.
>
> The hypervisor console is never hooked up to a real "UART" where
> a kgdb client could be sitting at the other end.
>
> Rather, it's always just a path for characters to and from the
> hypervisor console device which is a virtual device in the guest
> system.
>
I will most certainly drop the patch per your request.
I am not exactly sure how the large Sun systems are hooked up at our lab
because I have never actually seen one in person. My understand was
that it was hook up something like this:
Developer pc ---> RS232 Terminal Server ---> Big Sun System HV --->
Linux Guest
After using the console polling driver we were able to debug the guest
Linux. It was also using an alternate escape sequence (not sysrq) so
as not to send an interrupt to the hypervisor. In this case you don't
actually need a uart but just an interface down to the guest kernel.
It is my understanding you can also now use kdb with this interace.
Jason.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: kgdb/sunhv patch
2010-08-03 7:35 kgdb/sunhv patch David Miller
2010-08-03 11:58 ` Jason Wessel
@ 2010-08-03 13:06 ` David Miller
1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2010-08-03 13:06 UTC (permalink / raw)
To: sparclinux
From: Jason Wessel <jason.wessel@windriver.com>
Date: Tue, 03 Aug 2010 06:58:24 -0500
> I am not exactly sure how the large Sun systems are hooked up at our lab
> because I have never actually seen one in person. My understand was
> that it was hook up something like this:
>
> Developer pc ---> RS232 Terminal Server ---> Big Sun System HV --->
> Linux Guest
You can access the hypervisor console over the RS232 port, but most
of the time people use the ethernet port to access the system
console.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-03 13:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-03 7:35 kgdb/sunhv patch David Miller
2010-08-03 11:58 ` Jason Wessel
2010-08-03 13:06 ` David Miller
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.