From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXUtt-0002e9-9p for qemu-devel@nongnu.org; Thu, 03 Sep 2015 09:50:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXUtq-0003nM-3H for qemu-devel@nongnu.org; Thu, 03 Sep 2015 09:50:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXUtp-0003n8-UL for qemu-devel@nongnu.org; Thu, 03 Sep 2015 09:49:58 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id F0C398EA43 for ; Thu, 3 Sep 2015 13:49:56 +0000 (UTC) Date: Thu, 3 Sep 2015 16:49:53 +0300 From: "Michael S. Tsirkin" Message-ID: <20150903164953-mutt-send-email-mst@redhat.com> References: <1440793108-25061-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440793108-25061-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [RFC] docs: describe QEMU's VMGenID design List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: Gal Hammer , Paolo Bonzini , qemu-devel@nongnu.org, Igor Mammedov On Fri, Aug 28, 2015 at 10:18:28PM +0200, Laszlo Ersek wrote: > +R1e. The generation ID shall not live in a page frame that could be mapped with > + caching disabled. (In other words, if the generation ID lives in RAM, then > + it shall only be mapped as cacheable.) Same if it's in ROM and MMIO. The rest of it looks good to me. Acked-by: Michael S. Tsirkin