From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awEJO-0001EG-QB for qemu-devel@nongnu.org; Fri, 29 Apr 2016 15:42:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awEJD-0003Ie-Bh for qemu-devel@nongnu.org; Fri, 29 Apr 2016 15:42:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awEJD-0003Do-6f for qemu-devel@nongnu.org; Fri, 29 Apr 2016 15:42:39 -0400 Date: Fri, 29 Apr 2016 21:42:22 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Message-ID: <20160429194222.GE15747@potion> References: <1461827144-6937-1-git-send-email-peterx@redhat.com> <1461827144-6937-18-git-send-email-peterx@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1461827144-6937-18-git-send-email-peterx@redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 17/18] ioapic: keep RO bits for IOAPIC entry List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Xu Cc: qemu-devel@nongnu.org, imammedo@redhat.com, rth@twiddle.net, ehabkost@redhat.com, jasowang@redhat.com, marcel@redhat.com, mst@redhat.com, pbonzini@redhat.com, jan.kiszka@web.de, alex.williamson@redhat.com, wexu@redhat.com 2016-04-28 15:05+0800, Peter Xu: > Currently IOAPIC RO bits can be written. To be better aligned with > hardware, we should let them read-only. >=20 > Signed-off-by: Peter Xu > --- Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99