From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MnIQY-0001N3-J4 for qemu-devel@nongnu.org; Mon, 14 Sep 2009 16:45:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MnIQT-0001He-FP for qemu-devel@nongnu.org; Mon, 14 Sep 2009 16:45:34 -0400 Received: from [199.232.76.173] (port=54957 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MnIQS-0001Gx-OF for qemu-devel@nongnu.org; Mon, 14 Sep 2009 16:45:29 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:18763) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MnIQS-0002lc-Cn for qemu-devel@nongnu.org; Mon, 14 Sep 2009 16:45:28 -0400 Received: by fg-out-1718.google.com with SMTP id d23so962134fga.10 for ; Mon, 14 Sep 2009 13:45:26 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4AAEAB5A.1000206@gnu.org> Date: Mon, 14 Sep 2009 22:45:14 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <0edf2bd1f6b19331af58712a09c528a134395338.1252959221.git.quintela@redhat.com> In-Reply-To: <0edf2bd1f6b19331af58712a09c528a134395338.1252959221.git.quintela@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 3/4] vmstate: remove ps2_kbd_load_old() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: qemu-devel@nongnu.org On 09/14/2009 10:15 PM, Juan Quintela wrote: > .minimum_version_id = 3, This must become 2. Paolo