search for: _kernel_

Displaying 7 results from an estimated 7 matches for "_kernel_".

2010 Sep 16
10
PV driver domains and S3 sleep
...ain. In the test case, "ifconfig down wlan0" in the driver domain allows the suspend to go smoothly. But generally, is it enough ? The kernel device driver should prepare the PCI device properly for S3, shouldn''t it ? Would it be more proper to [somehow] notify a driver domain _kernel_ that we are going to S3 (just like dom0 kernel is notified), and let it execute all necessary actions (including, but not only, launching of usermode pm-utils scripts), just like dom0 kernel does ? Would it work at all, considering that driver domain kernel has no access to ACPI tables ? Curre...
2017 Mar 21
2
I/O error
Thanks. I've looked through all the links, and it seems everything is fine wrt. to what was mentioned there (I've disabled 64 bits in mke2fs, but it didn't help). I'd be glad to provide more details, but the error message is the only info I've got by now. It seems nothing else can be got from syslinux shell without modifiying the code. I've tried to make it load the kernel
2017 Mar 21
0
I/O error
...bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? 0_ Please avoid top-posting. 1_ Beware: YOCTO/OE uses a customized Syslinux. 2_ It is still not clear (to me) when exactly the failure occurs. Does it fail before the bootloader? Is the bootloader itself failing? Is the _kernel_ not loading, after the bootloader step got already to the boot prompt? 3_ Perhaps it would help if you would post your entire syslinux.cfg. 4_ Someone might be interested in knowing the exact complete command line that you are using in qemu (so the situation could be replicated by others, mayb...
2005 Aug 07
2
Samba Update
Hi all, we have CentOS 3.3 running here on our Samba server. Problem is, that we need to mount samba shares on our Win2003 server. Is there a way to install (new) samba-3.1 rpms for CentOS 3.3? tia!
2017 Mar 21
1
I/O error
...e most annoying thing in e-mail? > > > 0_ Please avoid top-posting. > > 1_ Beware: YOCTO/OE uses a customized Syslinux. > > 2_ It is still not clear (to me) when exactly the failure occurs. Does > it fail before the bootloader? Is the bootloader itself failing? Is the > _kernel_ not loading, after the bootloader step got already to the boot > prompt? > > 3_ Perhaps it would help if you would post your entire syslinux.cfg. > > 4_ Someone might be interested in knowing the exact complete command > line that you are using in qemu (so the situation could be...
2017 Jun 22
2
Legal names for Functions and other Identifiers
Thank You Chen ! On Thu, Jun 22, 2017 at 5:21 PM 陳韋任 <chenwj.cs97g at g2.nctu.edu.tw> wrote: > Perhaps you can refer to [1]. Function name should be a global one. > > [1] http://llvm.org/docs/LangRef.html#identifiers > > HTH, > chenwj > > > 2017-06-22 16:35 GMT+08:00 SANJAY SRIVALLABH SINGAPURAM via llvm-dev < > llvm-dev at lists.llvm.org>: > >>
2017 Jun 22
2
Legal names for Functions and other Identifiers
...sertPoint(&HostInsertPoint); Value *Parameters = createLaunchParameters(Kernel, F, SubtreeValues); - std::string Name = "kernel_" + std::to_string(Kernel->id); + std::string Name = S.getFunction().getName().str() + "_" + + S.getOrigName() + "_kernel_" + + std::to_string(Kernel->id); (Where getOrigName returns the name of the Scop before the IRBuilder modified it) Produces the effect, --- a/test/GPGPU/kernel-params-only-some-arrays.ll <https://github.com/llvm-mirror/polly/blob/6b8cb877c2fa3ee0e626cac5811115a9c5c7...