Re: [patch] fix kvm_arch_vcpu_ioctl_[gs]et_regs() - v2
Jes Sorensen <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64 |
|---|---|
| Message-ID | <[email protected]> |
Avi Kivity wrote: > Jes Sorensen wrote: >> >> Here's an update version of this patch, which leaves some space for >> future extensions in struct kvm_regs. The KVM_CAP is unnecessary as >> GET/SET_REGS never worked on ia64. >> > > Applied, thanks. I moved the reserved bits to the end to be more > traditional. Hi Avi, Please don't do that, then they'll end up after a 16KB struct, I put them where they were deliberately. Cheers, Jes