Re: [PATCH v3 1/2] virt: pvmemcontrol: control guest physical memory properties

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 16, 2024 at 12:39:46PM -0700, Yuanchu Xie wrote:
> +	dev_info(dev->device,
> +		 "pvmemcontrol_vmm_info.ret_errno = %u\n"
> +		 "pvmemcontrol_vmm_info.ret_code = %u\n"
> +		 "pvmemcontrol_vmm_info.major_version = %llu\n"
> +		 "pvmemcontrol_vmm_info.minor_version = %llu\n"
> +		 "pvmemcontrol_vmm_info.page_size = %llu\n",
> +		 dev->pvmemcontrol_vmm_info.ret_errno,
> +		 dev->pvmemcontrol_vmm_info.ret_code,
> +		 dev->pvmemcontrol_vmm_info.arg0,
> +		 dev->pvmemcontrol_vmm_info.arg1,
> +		 dev->pvmemcontrol_vmm_info.ret_value);

When a driver works properly, it is quiet.  Please do not spam the
kernel log when your driver properly binds to the device like this,
that's just not ok at all.

thanks,

greg k-h




[Index of Archives]     [KVM Development]     [Libvirt Development]     [Libvirt Users]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux