search for: spty

Displaying 8 results from an estimated 8 matches for "spty".

Did you mean: spt
2008 May 26
4
xvm-gate: arrow keys broken in pygrub
One of my test domUs is a opensuse 10.3 PV domain, and it has a /boot/grub/menu.lst file. pygrub is used as bootloader. With xVM 3.1.4, the arrow keys can be used in the pygrub screen. With xVM 3.3-unstable, the arrow keys don''t work for me any more. What I''ve found out so far is that: - gnome-terminal, xterm or dtterm are running with "vt100 application key
2006 Jul 01
3
Page fault is 4 times faster with XI shadow mechanism
Hello Han, I am pleased you approve of the design and implementation of the XI shadow mechanism. And I appreciate the time and care you''ve taken in reviewing this substantial body of new code. You asked about performance statistics. With the current XI patch, we are seeing the following: - page faults times for XI are about 4 times faster than non-XI: 10.56 (non-XI) vs 2.43
2012 Apr 05
1
Re: Problems with ImgBurn, err:aspi:ASPI_GetNumControllers
Well, I finally found something of a solution. It's not ideal, but that may be down to my distro or my unfamiliarity with "udisks". I have to unmount the udisks auto-mounted optical device and then manually mount that drive to /media/cdrom0 (or wherever). At which point I can start ImgBurn and change the Interface (Tools->Settings->I/O->Page1) to SPTI. The drive can then
2010 Apr 03
6
Wine CD-ROM on Mac OS X
Can Wine access DVD-RW devices natively on Mac OS X like it can on Linux? I was using Wine in Linux to run ImgBurn and it worked great, but I recently switched to Snow Leopard and I don't know how to configure this. I tried adding the Volume that was mounted by Finder. I tried adding /dev/disk2. Neither worked. I really like ImgBurn and do not want to abandon it if possible. Thanks.
2011 Jun 17
3
[LLVMdev] Custom lowering DYNAMIC_STACKALLOC
...the node to RAX in LowerDYNAMIC_STACKALLOC, making the last part of the function effectively look like this: // Reg is RAX or EAX, based on the subtarget Chain = DAG.getNode(X86ISD::SEG_ALLOCA, dl, NodeTys, Chain, Flag); Flag = Chain.getValue(1); Chain = DAG.getCopyFromReg(Chain, dl, Reg, SPTy).getValue(1); SDValue Ops1[2] = { Chain.getValue(0), Chain }; return DAG.getMergeValues(Ops1, 2, dl); Firstly, I would also like some feedback on this implementation in general. Secondly, the problem I'm facing: in the final assembly generated, the move instruction to RAX, in (c) is abse...
2011 Jun 17
0
[LLVMdev] Custom lowering DYNAMIC_STACKALLOC
...STACKALLOC, > making the last part of the function effectively look like this: > > // Reg is RAX or EAX, based on the subtarget > Chain = DAG.getNode(X86ISD::SEG_ALLOCA, dl, NodeTys, Chain, Flag); > Flag = Chain.getValue(1); > Chain = DAG.getCopyFromReg(Chain, dl, Reg, SPTy).getValue(1); > > SDValue Ops1[2] = { Chain.getValue(0), Chain }; > return DAG.getMergeValues(Ops1, 2, dl); > > Firstly, I would also like some feedback on this implementation in general. > > Secondly, the problem I'm facing: in the final assembly generated, the >...
2006 Sep 06
7
[RFC PATCH] allow connecting to xenconsole from remote hosts
...goto free_msg; + + if (discard) { + dbg("discard set, queueing %p for discard check\n", + pmsg->data); + __queue_msg(discard, pmsg); + } else + destroy_msg(pmsg); + } while (1); + + free_msg: + destroy_msg(pmsg); + done: + return ret; +} + +static int console_loop(int conspty, int infd, int outfd, int noecho) +{ + int ret; + int max; + + struct queue console = { + .head = NULL, + .tail = NULL, + }; + + struct queue out = { + .head = NULL, + .tail = NULL, + }; + + struct queue discard_queue = { + .head = NULL, + .tail = NULL, + }; + + struct queue *discard = (noech...
2012 Jul 10
5
compiling samba 3.4.8 on CentOS_6.2
Hello All. Been trying without avail to make idmap work with my AD so I can get "real" UID/GID for SSH logins on a CentOS_6 box. Have heard from several sources that idmap has seen some serious changes since 3.5 and decided to roll back from the "stock" 3.5 that comes with CentOS_6 to 3.4.8. I'd like to see if it has the same problems. Installed a clean build of