From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0uG-0000Pw-T2 for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:28:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zz0uE-0001yg-1W for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:28:08 -0500 Received: from mail-wm0-x229.google.com ([2a00:1450:400c:c09::229]:33414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zz0uD-0001yX-SI for qemu-devel@nongnu.org; Wed, 18 Nov 2015 06:28:05 -0500 Received: by wmec201 with SMTP id c201so273352101wme.0 for ; Wed, 18 Nov 2015 03:28:05 -0800 (PST) Sender: Paolo Bonzini References: <1167083C-4E2F-4BAE-B722-F33A93261B39@google.com> From: Paolo Bonzini Message-ID: <564C60C1.2040001@redhat.com> Date: Wed, 18 Nov 2015 12:28:01 +0100 MIME-Version: 1.0 In-Reply-To: <1167083C-4E2F-4BAE-B722-F33A93261B39@google.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] add support for KVM_CAP_SPLIT_IRQCHIP List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matt Gingell , qemu-devel@nongnu.org On 14/11/2015 00:25, Matt Gingell wrote: > +#define APIC_DELIVERY_MODE_SHIFT 8; > +#define APIC_POLARITY_SHIFT 14; > +#define APIC_TRIG_MODE_SHIFT 15; > + Stray semicolons, fixed and queued for QEMU 2.6. Paolo