Re: [PATCH] KVM: ia64: remove

2014-11-20 Thread Paolo Bonzini
On 20/11/2014 14:38, Radim Krčmář wrote: > I propose another removal. > (The reasoning below wasn't confirmed with ia64 compiler. > I'd remove the ioctls even if they worked.) Checked and applied, thanks. Paolo > ---8<--- > KVM: remove buggy ia64 specific ioctls > > IA64 is no longer present

Re: [PATCH] KVM: ia64: remove

2014-11-20 Thread Radim Krčmář
2014-11-19 22:05+0100, Paolo Bonzini: > KVM for ia64 has been marked as broken not just once, but twice even, > and the last patch from the maintainer is now roughly 5 years old. > Time for it to rest in piece. > > Signed-off-by: Paolo Bonzini > --- Nice, if only every diffstat was like that! I

Re: [PATCH] KVM: ia64: remove

2014-11-19 Thread Gleb Natapov
On Wed, Nov 19, 2014 at 10:05:43PM +0100, Paolo Bonzini wrote: > KVM for ia64 has been marked as broken not just once, but twice even, > and the last patch from the maintainer is now roughly 5 years old. > Time for it to rest in piece. > Acked-by: Gleb Natapov Next step is to move ioapic bits in

Re: [PATCH] KVM: ia64: remove

2014-11-19 Thread Paolo Bonzini
On 20/11/2014 02:16, Chen, Tiejun wrote: > On 2014/11/20 5:05, Paolo Bonzini wrote: >> KVM for ia64 has been marked as broken not just once, but twice even, >> and the last patch from the maintainer is now roughly 5 years old. >> Time for it to rest in piece. >> >> Signed-off-by: Paolo Bonzini >

Re: [PATCH] KVM: ia64: remove

2014-11-19 Thread Chen, Tiejun
On 2014/11/20 5:05, Paolo Bonzini wrote: KVM for ia64 has been marked as broken not just once, but twice even, and the last patch from the maintainer is now roughly 5 years old. Time for it to rest in piece. Signed-off-by: Paolo Bonzini --- I think we also need to sync this in Documentation:

[PATCH] KVM: ia64: remove

2014-11-19 Thread Paolo Bonzini
KVM for ia64 has been marked as broken not just once, but twice even, and the last patch from the maintainer is now roughly 5 years old. Time for it to rest in piece. Signed-off-by: Paolo Bonzini --- The patch was edited to keep its size decent, by dropping all the removed lines f

Re: [PATCH] KVM: ia64: remove unused variable in kvm_release_vm_pages()

2012-10-26 Thread Marcelo Tosatti
On Wed, Oct 17, 2012 at 11:03:42PM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > The variable base_gfn is initialized but never used > otherwise, so remove the unused variable. > > dpatch engine is used to auto generate this patch. > (https://github.com/weiyj/dpatch) > > Signed-off-by: Wei

RE: [PATCH] KVM: ia64: remove unused variable in kvm_release_vm_pages()

2012-10-17 Thread Zhang, Xiantao
er.kernel.org; kvm- > i...@vger.kernel.org; linux-i...@vger.kernel.org > Subject: [PATCH] KVM: ia64: remove unused variable in > kvm_release_vm_pages() > > From: Wei Yongjun > > The variable base_gfn is initialized but never used otherwise, so remove the > unused variable. &