From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 4/4] kvm-s390: streamline memslot handling - v6 Date: Tue, 2 Jun 2009 09:32:56 -0300 Message-ID: <20090602123256.GB4099@amt.cnet> References: <1243594730-20625-1-git-send-email-ehrhardt@linux.vnet.ibm.com> <1243594730-20625-4-git-send-email-ehrhardt@linux.vnet.ibm.com> <4A223E62.3000204@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: ehrhardt@linux.vnet.ibm.com, kvm@vger.kernel.org, borntraeger@de.ibm.com, cotte@de.ibm.com, heiko.carstens@de.ibm.com, schwidefsky@de.ibm.com To: Avi Kivity Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50767 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752315AbZFBMjq (ORCPT ); Tue, 2 Jun 2009 08:39:46 -0400 Content-Disposition: inline In-Reply-To: <4A223E62.3000204@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, May 31, 2009 at 11:22:58AM +0300, Avi Kivity wrote: > ehrhardt@linux.vnet.ibm.com wrote: >> From: Christian Ehrhardt >> >> *updates in v6* >> - ensure the wait_on_bit waiter is notified >> - move the reset of requests to kvm_vcpu_release to drop them early >> >> *updates in v5* >> - ensure dropping vcpu all requests while freeing a vcpu >> >> *updates in v4* >> - kickout only scheduled vcpus (its superfluous and wait might hang forever on >> not running vcpus) >> >> > > v3 is already in (and pushed so I can't unapply), so please rebase on > top of current git. Christian, Seems a good step toward further unification. Can you please rebase as requested?