search for: cqs

Displaying 5 results from an estimated 5 matches for "cqs".

Did you mean: cds
2015 Nov 20
15
[RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target
Hi, This is the first attempt to add a new qemu nvme backend using in-kernel nvme target. Most code are ported from qemu-nvme and also borrow code from Hannes Reinecke's rts-megasas. It's similar as vhost-scsi, but doesn't use virtio. The advantage is guest can run unmodified NVMe driver. So guest can be any OS that has a NVMe driver. The goal is to get as good performance as
2015 Nov 20
15
[RFC PATCH 0/9] vhost-nvme: new qemu nvme backend using nvme target
Hi, This is the first attempt to add a new qemu nvme backend using in-kernel nvme target. Most code are ported from qemu-nvme and also borrow code from Hannes Reinecke's rts-megasas. It's similar as vhost-scsi, but doesn't use virtio. The advantage is guest can run unmodified NVMe driver. So guest can be any OS that has a NVMe driver. The goal is to get as good performance as
2005 Oct 04
4
Emergency calls - forcing through on channel
Hi Hypothetical but quite possible scenerio: Attempted emergency 911 call but all zap channels are already in use. Is there any way to hangup zap channels before dial(Zap/g1/911) or equivalent. AFAIK hangup doesn't except options so I CANNOT do something like hangup(Zap/g1) to clear zap channels before the dial statement - this is what i was hoping to do. So what do other people do?
2012 May 01
2
[LLVMdev] Gold plugin and LLVM tools documentation
...nm, and ld with the versions from binutils 2.22, and placed LLVMgold.so in /usr/bin/bfd-plugins. The host system is Ubuntu 11.10. CFLAGS and CXXflags are all set to include "-emit-llvm". First, I create libjscore.a with ar, where I've changed the command line to load the plugin: ar cqs --plugin /home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so libjscore.a <list of object files> Then I link jsc against libjscore.a: /home/tmjackso/multicompiler/llvm-3.0/release/bin/clang++ -Wl,-plugin,/home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so -Wl,-rpath,/home/...
2012 May 01
0
[LLVMdev] Gold plugin and LLVM tools documentation
> First, I create libjscore.a with ar, where I've changed the command > line to load the plugin: > ar cqs --plugin > /home/tmjackso/multicompiler/llvm-3.0/release/lib/LLVMgold.so > libjscore.a <list of object files> Note that you shouldn't need to pass --plugin to ar, it searches bfd-plugins. > Then I link jsc against libjscore.a: > /home/tmjackso/multicompiler/llvm-3.0/release/...