From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCHv2 kvm] kvm_pv_eoi: add flag support Date: Tue, 3 Jul 2012 16:57:53 -0300 Message-ID: <20120703195753.GA13178@amt.cnet> References: <20120701150830.GA31443@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, kvm@vger.kernel.org, Andreas =?iso-8859-1?Q?F=E4rber?= , Igor Mammedov , Eduardo Habkost , Michael Roth , Anthony Liguori , gleb@redhat.com To: "Michael S. Tsirkin" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:28691 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757118Ab2GCUIu (ORCPT ); Tue, 3 Jul 2012 16:08:50 -0400 Content-Disposition: inline In-Reply-To: <20120701150830.GA31443@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Jul 01, 2012 at 06:08:30PM +0300, Michael S. Tsirkin wrote: > Support the new PV EOI flag in kvm - it recently got merged > into kvm.git. Set by default with -cpu kvm. > Set for -cpu qemu by adding +kvm_pv_eoi. > Clear by adding -kvm_pv_eoi to -cpu option. > > Signed-off-by: Michael S. Tsirkin Applied to uq/master, thanks.