From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: x86: implement IOAPIC_REG_EOI for directed EOI support Date: Fri, 14 Apr 2017 13:27:50 +0800 Message-ID: <4eaf9e47-7563-c6b9-dca9-730013125af2@redhat.com> References: <20170411141115.4314-1-lprosek@redhat.com> <20170412064029.GD16464@pxdev.xzpeter.org> <20170412090644.GG16464@pxdev.xzpeter.org> <20170412205243.GG20145@potion> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Peter Xu , KVM list To: Ladi Prosek , Radim Krcmar Return-path: Received: from mail-wm0-f68.google.com ([74.125.82.68]:36791 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750750AbdDNF16 (ORCPT ); Fri, 14 Apr 2017 01:27:58 -0400 Received: by mail-wm0-f68.google.com with SMTP id q125so16181317wmd.3 for ; Thu, 13 Apr 2017 22:27:58 -0700 (PDT) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 13/04/2017 14:36, Ladi Prosek wrote: > For the record, QEMU with kernel-irqchip=split works fine as it > emulates version 0x20 with the IOAPIC_EOI register by default. > kernel-irqchip=off does not seem to work, I will look into it. There's a lot more breakage to kernel-irqchip=off, and it's more or less on life support. Don't waste your time on it. Paolo