From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 10 Dec 2008 09:55:52 +0000 Subject: Re: [patch] fix kvm_arch_vcpu_ioctl_[gs]et_regs() Message-Id: <493F9228.9090607@sgi.com> List-Id: References: <493E906C.8030800@sgi.com> In-Reply-To: <493E906C.8030800@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: > This makes several tons of sense, but breaks backwards compatibility. > If I understand correctly, get/set was never used so this shouldn't matter? > > I suggest reserving some space at the end of kvm_regs in case further > state needs to be added. The code never worked, so it's not an issue to break backwards compat, but I agree. I'll add some space for future extensions. Cheers, Jes