From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H9oqt-0000qI-II for qemu-devel@nongnu.org; Wed, 24 Jan 2007 15:36:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H9oqr-0000q4-6P for qemu-devel@nongnu.org; Wed, 24 Jan 2007 15:36:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9oqr-0000q1-18 for qemu-devel@nongnu.org; Wed, 24 Jan 2007 15:36:13 -0500 Received: from sp604004mt.neufgp.fr ([84.96.92.55] helo=smtP.neuf.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H9oqq-000821-ME for qemu-devel@nongnu.org; Wed, 24 Jan 2007 15:36:12 -0500 Received: from [84.102.211.179] by sp604004mt.gpm.neuf.ld (Sun Java System Messaging Server 6.2-5.05 (built Feb 16 2006)) with ESMTP id <0JCE00JWI3S17XH0@sp604004mt.gpm.neuf.ld> for qemu-devel@nongnu.org; Wed, 24 Jan 2007 21:33:38 +0100 (CET) Date: Wed, 24 Jan 2007 21:33:53 +0100 From: Fabrice Bellard Subject: Re: [Qemu-devel] [PATCH] PIIX4 SMBus host, EEPROM device emulation In-reply-to: Message-id: <45B7C2B1.80003@bellard.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <45B68307.9090509@bellard.org> 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 Ed Swierk wrote: > Here's a revised patch with the mmap stuff removed. I'll refine the > persistence support, but in the meantime the EEPROM device is usable > even if it forgets its contents when qemu exits. The patch is OK now. Fabrice.