RE: [PATCH] KVM: ia64: define kvm_lapic_enabled() to fix a compile
"Zhang, Xiantao" <[email protected]> Wed, 29 Sep 2010 14:10:52 +0000
| Newsgroups | org.kernel.vger.kvm-ia64,org.kernel.vger.kvm |
|---|---|
| Message-ID | <BC00F5384FCFC9499AF06F92E8B78A9E1A90A38601@shsmsx502.ccr.corp.intel.com> |
Avi Kivity wrote: > On 09/27/2010 12:01 PM, Zhang, Xiantao wrote: >>> >>> Maybe we should make ia64 kvm depend on CONFIG_BROKEN. >>> >>> It has been "experimental" for quite a while. >> >> I don't think the kvm/ia64 is broken in the upstream Linux, and it >> should work according to our last try. > > When was that? It should be pre-2.6.35. You know, if the API between kernel and userspace is not changed, it should keep workable. >> The big issue is about userspace support. Latest qemu maybe not >> work with latest kernel, but if you choose an old qemu, it should >> work! > > There's always the chance that changes in the host kernel or > architecture independent kvm code will cause breakage. We need > regular use or testing. Agree, and we will check it regularly. Xiantao