From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XHRpv-0000oM-Di for mharc-qemu-trivial@gnu.org; Wed, 13 Aug 2014 02:15:03 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHRpo-0000cb-RW for qemu-trivial@nongnu.org; Wed, 13 Aug 2014 02:15:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHRpk-00044Q-33 for qemu-trivial@nongnu.org; Wed, 13 Aug 2014 02:14:56 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:34586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHRpZ-00043M-Ob; Wed, 13 Aug 2014 02:14:42 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id CCAF742A90; Wed, 13 Aug 2014 10:14:40 +0400 (MSK) Message-ID: <53EB0250.4080007@msgid.tls.msk.ru> Date: Wed, 13 Aug 2014 10:14:40 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0 MIME-Version: 1.0 To: Jan Kiszka , qemu-trivial References: <53E62ABF.2000104@web.de> In-Reply-To: <53E62ABF.2000104@web.de> X-Enigmail-Version: 1.6 OpenPGP: id=804465C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: Paolo Bonzini , qemu-devel Subject: Re: [Qemu-trivial] [PATCH] apic: Fix reported DFR content X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 06:15:01 -0000 09.08.2014 18:05, Jan Kiszka wrote: > From: Jan Kiszka > > IA-32 SDM, Figure 10-14: Bits 27:0 are reserved as 1. > > Fixes Jailhouse hypervisor start with in-kernel irqchips off. Applied to -trivial, thank you! Are the other similar cases in there okay? Say, 0x0d or 0x02 which also uses shifts like this one? /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHRpf-0000LW-A1 for qemu-devel@nongnu.org; Wed, 13 Aug 2014 02:14:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHRpa-00043Q-4T for qemu-devel@nongnu.org; Wed, 13 Aug 2014 02:14:47 -0400 Message-ID: <53EB0250.4080007@msgid.tls.msk.ru> Date: Wed, 13 Aug 2014 10:14:40 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <53E62ABF.2000104@web.de> In-Reply-To: <53E62ABF.2000104@web.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] apic: Fix reported DFR content List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka , qemu-trivial Cc: Paolo Bonzini , qemu-devel 09.08.2014 18:05, Jan Kiszka wrote: > From: Jan Kiszka > > IA-32 SDM, Figure 10-14: Bits 27:0 are reserved as 1. > > Fixes Jailhouse hypervisor start with in-kernel irqchips off. Applied to -trivial, thank you! Are the other similar cases in there okay? Say, 0x0d or 0x02 which also uses shifts like this one? /mjt