All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Serial Line ioct and set_termios bypassing
@ 2007-12-13 13:24 tcappellari
  2007-12-13 14:38 ` Jeff Dike
  0 siblings, 1 reply; 2+ messages in thread
From: tcappellari @ 2007-12-13 13:24 UTC (permalink / raw)
  To: user-mode-linux-devel

Hi,
I'm developing an application that I want to run inside UML system. This 
application use the serial line, and I need to set/reset the control 
signals RTS/DTR and read CTS/DSR and also I need to set up the baud rate.
Into UML kernel the line_ioctl and line_set_termio functions are 
essentialy empty, so I guess that what I need is intentionally not 
implemented for divide the Guest system from the Host. (please correct 
me if I wrong).

Anyway I need to know if it's possible to implement this functions, 
maybe bypassing the UML system, or something like that.
If possible, any suggestions?

Thanks,
Tiziano.




-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] Serial Line ioct and set_termios bypassing
  2007-12-13 13:24 [uml-devel] Serial Line ioct and set_termios bypassing tcappellari
@ 2007-12-13 14:38 ` Jeff Dike
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Dike @ 2007-12-13 14:38 UTC (permalink / raw)
  To: tcappellari; +Cc: user-mode-linux-devel

On Thu, Dec 13, 2007 at 02:24:13PM +0100, tcappellari wrote:
> I'm developing an application that I want to run inside UML system. This 
> application use the serial line, and I need to set/reset the control 
> signals RTS/DTR and read CTS/DSR and also I need to set up the baud rate.
> Into UML kernel the line_ioctl and line_set_termio functions are 
> essentialy empty, so I guess that what I need is intentionally not 
> implemented for divide the Guest system from the Host. (please correct 
> me if I wrong).

I'll implement them if you'll test patches and tell me if they work.

The thing about serial ioctls is that few things use them and it's not
obvious what they are supposed to do.

What ioctls in particular are you missing?

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2007-12-13 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 13:24 [uml-devel] Serial Line ioct and set_termios bypassing tcappellari
2007-12-13 14:38 ` Jeff Dike

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.