From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julian Stecklina Subject: Re: [PATCH] Allow aligned byte and word writes to IOAPIC registers. Date: Wed, 23 Nov 2011 13:29:42 +0100 Message-ID: <1322051382.2195.10.camel@tabernacle.lan> References: <1321978165.16507.33.camel@tabernacle.lan> <4ECCCF40.4070708@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: KVM devel mailing list To: Avi Kivity Return-path: Received: from mail.skyhub.de ([78.46.96.112]:38879 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457Ab1KWM3p (ORCPT ); Wed, 23 Nov 2011 07:29:45 -0500 In-Reply-To: <4ECCCF40.4070708@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mi, 2011-11-23 at 12:47 +0200, Avi Kivity wrote: > On 11/22/2011 06:09 PM, Julian Stecklina wrote: > > This fixes byte accesses to IOAPIC_REG_SELECT as mandated by at least the > > ICH10 and Intel Series 5 chipset specs. It also makes ioapic_mmio_write > > consistent with ioapic_mmio_read, which also allows byte and word accesses. > > > > Your patch indents with spaces, while Linux uses tabs for indents. True. I'll post a revised version in a minute. I think this is my second patch to Linux in total, so I am slowly getting there... Thanks for the patience. Regards, Julian