Re: [kvm-devel] [PATCH] Remove __init attribute for two functions.

2007-11-18 Thread Avi Kivity
Zhang, Xiantao wrote: > Remove __init attributes for kvm_init_debug and kvm_init_msr_list, since > their callers are not declared with __init. It maybe introduce prolems, > once kvm is built-in while kvm-intel or kvm-amd is built as module. > Applied, thanks. We will want to redo __init and _

[kvm-devel] [PATCH] Remove __init attribute for two functions.

2007-11-15 Thread Zhang, Xiantao
Remove __init attributes for kvm_init_debug and kvm_init_msr_list, since their callers are not declared with __init. It maybe introduce prolems, once kvm is built-in while kvm-intel or kvm-amd is built as module. Thanks Xiantao 0003-Remove-__init-attributes-for-kvm_init_debug-and-kvm_.patch Desc