From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/2] KVM guest-kernel panics double fault Date: Fri, 13 Jan 2012 08:13:25 -0200 Message-ID: <20120113101325.GA25595@amt.cnet> References: <4F0C3044.7050307@redhat.com> <4F0C33A0.6080509@tu-ilmenau.de> <4F0C4AA9.6000203@tu-ilmenau.de> <20120111190927.GA13298@amt.cnet> <4F0DEA86.90503@tu-ilmenau.de> <20120111212150.GA18948@amt.cnet> <4F0E0B06.2090708@tu-ilmenau.de> <20120112104756.GB31635@amt.cnet> <4F0EFF84.8020500@tu-ilmenau.de> <4F0F02B1.8080508@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Jan Kiszka , stephan.baerwolf@tu-ilmenau.de Return-path: Received: from mx1.redhat.com ([209.132.183.28]:15492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752333Ab2AMKOo (ORCPT ); Fri, 13 Jan 2012 05:14:44 -0500 Content-Disposition: inline In-Reply-To: <4F0F02B1.8080508@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jan 12, 2012 at 04:56:33PM +0100, Jan Kiszka wrote: > > Stephan Baerwolf (2): > > KVM: extend "struct x86_emulate_ops" with "get_cpuid" > > KVM: fix missing "illegal instruction"-trap in protected modes > > > > arch/x86/include/asm/kvm_emulate.h | 19 ++++++++ > > arch/x86/kvm/emulate.c | 80 > > ++++++++++++++++++++++++++++++++++- > > arch/x86/kvm/x86.c | 21 +++++++++ > > 3 files changed, 117 insertions(+), 3 deletions(-) > > > > linux/scripts/checkpatch.pl can help identifying remaining style violations. > > Moreover, when sending your patches via Thunderbird, you first need to > make sure that you have its line wrapping under control. "Toggle Word > Wrap" helps me for single patches. But for series, I prefer (scripted) > git format-patch/send-email. Applied a cleanup up version of these patches. Thanks Stephan. http://git.kernel.org/?p=virt/kvm/kvm.git;a=commit;h=0769c5de24621141c953fbe1f943582d37cb4244 http://git.kernel.org/?p=virt/kvm/kvm.git;a=commit;h=e28ba7bb020f07193bc000453c8775e9d2c0dda7