Re: KVM - virtualization support

2010-12-21 Thread Prasad Joshi
On Tue, Dec 21, 2010 at 6:49 AM, Sengottuvelan S sengottuvela...@gmail.com wrote: Hi All, I am trying to see whether my kernel has KVM support or not. When i execute #egrep -c '(vmx|svm)' /proc/cpuinfo  , output shows '0'' which means my custom kernel does not have capability of KVM. It

Re: KVM - virtualization support

2010-12-21 Thread John Mahoney
On Tue, Dec 21, 2010 at 1:49 AM, Sengottuvelan S sengottuvela...@gmail.com wrote: Hi All, I am trying to see whether my kernel has KVM support or not. When i execute #egrep -c '(vmx|svm)' /proc/cpuinfo  , output shows '0'' which means my custom kernel does not have capability of KVM. I

Re: Problem with booting newly compiled kernel

2010-12-21 Thread Shreyansh Jain
Hi List, On Tue, Dec 21, 2010 at 7:22 PM, Prasad Joshi prasadjoshi...@gmail.com wrote: On Tue, Dec 21, 2010 at 1:37 AM, Alexandre Courbot gnu...@gmail.com wrote:        linux   /vmlinuz-2.6.37-rc6+ root=UUID=01432597-18e7-4609-9f85-3fad1d762ddc ro iommu=1 Try replacing

Re: Sound not coming after compiling new kernel 2.6.36

2010-12-21 Thread Shreyansh Jain
Hi Rishi, On Tue, Dec 21, 2010 at 11:04 AM, Rajat Sharma fs.ra...@gmail.com wrote: likely sound driver for Intel 82801G is not selected in your kernel config file. .config generated after you did make menuconfig. On Tue, Dec 21, 2010 at 10:11 AM, Rishi Agrawal rishi.b.agra...@gmail.com

Re: Problem with booting newly compiled kernel

2010-12-21 Thread Prasad Joshi
On Tue, Dec 21, 2010 at 8:43 PM, John Mahoney jmaho...@waav.com wrote: b. Also, who generates these UUID - is it a disk property (like, ROM signature or stuff?), or this is some udev magic? IMHO, this is fixed for every device during manufacturing. I believe the UUID is created per

Re: Accessing PCI Memory Mapped Registers in Linux Kernel

2010-12-21 Thread Syed Khader
As we've talked, it looks the code would be ok, but I guess architecture doesn't handle the 16 bit address correctly. Our team will find a way to get through this by modifying the PCI module. Which is the platform/arch you are seeing this problem as opposed to intel(Where the code works?).

struct sock change in kernel 2.6

2010-12-21 Thread lijin liu
Hello everyone! I am trying to implement a simple tcp server in the kernel. I read the ktcpvs's source code, but it works under kernel 2.4. The struct sock changed in kernel 2.6, I have two questions about the struct: 1. Is sk_wq field in 2.6 equals to sk_sleep field in 2.4? 2. How can I