]> xenbits.xensource.com Git - xen.git/commitdiff
xend: Fix XendBootloader bogus reference to 'attr'.
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 28 Mar 2008 07:34:47 +0000 (07:34 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 28 Mar 2008 07:34:47 +0000 (07:34 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/python/xen/xend/XendBootloader.py

index 54039111ae2b5bfeb1c6cf5060c81c2044fc9de5..60e876140d2dba4f218d1c685ef67988f8c82bf4 100644 (file)
@@ -67,7 +67,6 @@ def bootloader(blexec, disk, dom, quiet = False, blargs = '', kernel = '',
     # listening on the bootloader's fifo for the results.
 
     (m1, s1) = pty.openpty()
-    termios.tcsetattr(m1, termios.TCSANOW, attr)
     tty.setraw(m1);
     fcntl.fcntl(m1, fcntl.F_SETFL, os.O_NDELAY);
     os.close(s1)