From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: __schedule #DF splat Date: Fri, 27 Jun 2014 13:41:30 +0200 Message-ID: <53AD586A.40900@redhat.com> References: <20140625153227.GA13845@pd.tnic> <20140625202650.GC13845@pd.tnic> <20140627101831.GB23153@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Peter Zijlstra , Steven Rostedt , x86-ml , kvm@vger.kernel.org, =?UTF-8?B?SsO2cmcgUsO2ZGVs?= To: Borislav Petkov , lkml Return-path: In-Reply-To: <20140627101831.GB23153@pd.tnic> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 27/06/2014 12:18, Borislav Petkov ha scritto: > Joerg says I should bisect but I'm busy with other stuff. If people are > interested in chasing this further, I could free up some time to do > so... Please first try "-M pc-1.7" on the 2.0 QEMU. If it fails, please do bisect it. A QEMU bisection between one release only usually takes only half an hour or so for me. I use ../configure --target-list=x86_64-softmmu && make distclean && ../configure --target-list=x86_64-softmmu && make -j8 subdir-x86_64-softmmu Until it's below 50 commits. After that point just "make -j8 subdir-x86_64-softmmu" should do. This ensures that build system changes do not bite you as you move back and forth in time. Thanks! Paolo