ia64/xen-unstable
changeset 17344:7a3702ff0e8c
xend: Fix XendBootloader bogus reference to 'attr'.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Mar 28 07:34:47 2008 +0000 (2008-03-28) |
parents | e7abfeee2808 |
children | 50efc4b3ffdb |
files | tools/python/xen/xend/XendBootloader.py |
line diff
1.1 --- a/tools/python/xen/xend/XendBootloader.py Thu Mar 27 17:25:22 2008 +0000 1.2 +++ b/tools/python/xen/xend/XendBootloader.py Fri Mar 28 07:34:47 2008 +0000 1.3 @@ -67,7 +67,6 @@ def bootloader(blexec, disk, dom, quiet 1.4 # listening on the bootloader's fifo for the results. 1.5 1.6 (m1, s1) = pty.openpty() 1.7 - termios.tcsetattr(m1, termios.TCSANOW, attr) 1.8 tty.setraw(m1); 1.9 fcntl.fcntl(m1, fcntl.F_SETFL, os.O_NDELAY); 1.10 os.close(s1)