search for: kylin

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

Did you mean: zylin
2011 Jan 18
3
Ruby on Rails on Kylin 2.1 (麒麟操作系统2.1)
Anyone have experience with Ruby on Rails and Kylin 2.1. I''m in process of setting up RVM and Rails 3.0.3 along with MongoDB on Kylin 2.1 for the ultimate in a scalable high performance Ruby on Rails environment to build a world class multi-server web application. Best, Khalid http://bit.ly/fvfGU4 -- You received this message because yo...
2014 Jun 02
7
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi, -- Best Regards, Yu Rong Tan
2023 Jul 31
0
[PATCH] virtio: a new vcpu watchdog driver
...he back-end device > can detect that the guest is in the stall state. > > The driver is mainly used with the back-end watchdog device of qemu. > > The qemu backend watchdog device is implemented as follow: > https://lore.kernel.org/qemu-devel/20230705081813.411526-1-zhanghao1 at kylinos.cn/ > > Signed-off-by: zhanghao1 <zhanghao1 at kylinos.cn> > --- > drivers/virtio/Kconfig | 9 + > drivers/virtio/Makefile | 1 + > drivers/virtio/virtio_vcpu_stall_detector.c | 299 ++++++++++++++++++++ > 3 files changed,...
2014 Jun 02
2
[LLVMdev] How much memory clang llvm needs for debug compiling?
Hi, > What should I do to make debug enabled compiling successful? Anyone > can tell me a tiny configuration which can save memory? I only have 3G > RAM, Ubuntu kylin. 3GB is probably going to be painful no matter what you do, but there are a few things to try. First, you could switch to ld.gold instead of ld.bfd. It uses much less memory when linking. It can also be helpful to reduce the parallelism of the build so that only one thing is linking at any one ti...
2023 Jul 31
1
[PATCH] virtio: a new vcpu watchdog driver
On Mon, 31 Jul 2023 09:25:12 +0800, "zhanghao1" <zhanghao1 at kylinos.cn> wrote: > A new virtio pci driver is added for listening to vcpus > inside guest. Each vcpu creates a corresponding thread to > periodically send data to qemu's back-end watchdog device. > If a vCPU is in the stall state, data cannot be sent to > back-end virtio device. A...