From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L5o2b-0005ML-3Z for qemu-devel@nongnu.org; Thu, 27 Nov 2008 16:04:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L5o2X-0005LA-KR for qemu-devel@nongnu.org; Thu, 27 Nov 2008 16:04:48 -0500 Received: from [199.232.76.173] (port=59096 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L5o2X-0005L5-GC for qemu-devel@nongnu.org; Thu, 27 Nov 2008 16:04:45 -0500 Received: from mail.gmx.net ([213.165.64.20]:55655) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1L5o2W-0006hH-PG for qemu-devel@nongnu.org; Thu, 27 Nov 2008 16:04:45 -0500 Message-ID: <492F0B69.6080407@gmx.net> Date: Thu, 27 Nov 2008 22:04:41 +0100 From: Carl-Daniel Hailfinger MIME-Version: 1.0 Subject: Re: [Bochs-developers] [Qemu-devel] [PATCH v5 0/5] Support for S3 ACPI state (suspend to memory) in BIOS References: <20081127110220.25353.83454.stgit@dhcp-1-237.tlv.redhat.com> <492E8FCC.2020203@gmx.net> <20081127123557.GB21985@redhat.com> <000301c950c2$4e2058b0$ea610a10$@com> <492EEFF8.50802@gmx.net> <000001c950cb$57f35dc0$07da1940$@com> In-Reply-To: <000001c950cb$57f35dc0$07da1940$@com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: bochs-developers@lists.sourceforge.net On 27.11.2008 21:04, Stanislav wrote: > What is the catchall emulation ? Could you explain/point me some docs ? > Sorry, it was only a brief sentence. Basically, if the total size of all cached areas is not bigger than CPU cache size, no cache line will be evicted and the cache behaves like Cache-as-RAM (CAR). That should be doable in Bochs, KVM and Qemu. Or were you looking for BIOS code to enable CAR? That is indeed processor specific, but any of the existing CAR implementations will work if the catchall emulation is used. Regards, Carl-Daniel -- http://www.hailfinger.org/