Re: [kvm-devel] [patch] Renaming kvm_arch in view of upcoming architecture ports

2007-08-15 Thread Avi Kivity
Christian Ehrhardt wrote: > Hi, > in view of the upcoming architecture ports, this is a little cleanup > patch that renames the current "_arch" to "_x86" > e.g. kvm_arch_ops -> kvm_x86_ops > > I discussed with some people about names like kvm_x86_arch_ops or > kvm_subarch_ops, ... but at the end

[kvm-devel] [patch] Renaming kvm_arch in view of upcoming architecture ports

2007-08-15 Thread Christian Ehrhardt
Hi, in view of the upcoming architecture ports, this is a little cleanup patch that renames the current "_arch" to "_x86" e.g. kvm_arch_ops -> kvm_x86_ops I discussed with some people about names like kvm_x86_arch_ops or kvm_subarch_ops, ... but at the end we thought that "arch" has a special