From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZCPz-0004VP-3K for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:34:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZCPv-0004Mq-V5 for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:34:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50204) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZCPv-0004Mm-Pl for qemu-devel@nongnu.org; Mon, 15 Aug 2016 03:34:39 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6424DC081F4A for ; Mon, 15 Aug 2016 07:34:38 +0000 (UTC) Date: Mon, 15 Aug 2016 15:34:34 +0800 From: Peter Xu Message-ID: <20160815073434.GA9866@pxdev.xzpeter.org> References: <1471025672-12541-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1471025672-12541-1-git-send-email-ehabkost@redhat.com> Subject: Re: [Qemu-devel] [PATCH] target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchip List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org, Paolo Bonzini , Andrew Jones , Radim =?utf-8?B?S3LEjW3DocWZ?= On Fri, Aug 12, 2016 at 03:14:32PM -0300, Eduardo Habkost wrote: > The kvm_pv_unhalt feature doesn't work if kernel_irqchip is > disabled, so we need to report it as unsupported. > > Signed-off-by: Eduardo Habkost Tested-by: Peter Xu -- peterx