From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Thu, 18 Dec 2008 09:13:13 +0000 Subject: Re: [patch] fix kvm_arch_vcpu_ioctl_[gs]et_regs() - v2 Message-Id: <494A1429.4030909@sgi.com> List-Id: References: <4947CD2B.5030300@sgi.com> In-Reply-To: <4947CD2B.5030300@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org 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