Re: [PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-09-02 Thread Masami Hiramatsu
On Wed, 31 Aug 2016 13:05:44 -0400 Luiz Capitulino wrote: > kvm_arch_create_vm_debugfs() allows arch specific code to > create entries in the VM's directory in debugfs. x86 will > implement support for this in the next commit. I think we can use __weak symbol for other

Re: [PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-09-02 Thread Masami Hiramatsu
On Wed, 31 Aug 2016 13:05:44 -0400 Luiz Capitulino wrote: > kvm_arch_create_vm_debugfs() allows arch specific code to > create entries in the VM's directory in debugfs. x86 will > implement support for this in the next commit. I think we can use __weak symbol for other arch. Thank you, > >

Re: [PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-09-02 Thread Paolo Bonzini
On 31/08/2016 19:05, Luiz Capitulino wrote: > kvm_arch_create_vm_debugfs() allows arch specific code to > create entries in the VM's directory in debugfs. x86 will > implement support for this in the next commit. > > Signed-off-by: Luiz Capitulino > --- >

Re: [PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-09-02 Thread Paolo Bonzini
On 31/08/2016 19:05, Luiz Capitulino wrote: > kvm_arch_create_vm_debugfs() allows arch specific code to > create entries in the VM's directory in debugfs. x86 will > implement support for this in the next commit. > > Signed-off-by: Luiz Capitulino > --- > arch/arm/kvm/arm.c | 5 +

[PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-08-31 Thread Luiz Capitulino
kvm_arch_create_vm_debugfs() allows arch specific code to create entries in the VM's directory in debugfs. x86 will implement support for this in the next commit. Signed-off-by: Luiz Capitulino --- arch/arm/kvm/arm.c | 5 + arch/mips/kvm/mips.c | 5

[PATCH 3/4] kvm: add stub for arch specific debugfs support

2016-08-31 Thread Luiz Capitulino
kvm_arch_create_vm_debugfs() allows arch specific code to create entries in the VM's directory in debugfs. x86 will implement support for this in the next commit. Signed-off-by: Luiz Capitulino --- arch/arm/kvm/arm.c | 5 + arch/mips/kvm/mips.c | 5 +