From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MW9yB-00066H-6v for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:17:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MW9y6-00061K-41 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:17:26 -0400 Received: from [199.232.76.173] (port=43368 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MW9y5-000616-Ue for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:17:21 -0400 Received: from mx2.redhat.com ([66.187.237.31]:37439) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MW9y4-0001V7-Mc for qemu-devel@nongnu.org; Wed, 29 Jul 2009 10:17:21 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n6TEHK2Q021820 for ; Wed, 29 Jul 2009 10:17:20 -0400 Message-ID: <4A705B0B.1070101@redhat.com> Date: Wed, 29 Jul 2009 17:22:03 +0300 From: Avi Kivity MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2] make windows notice media change References: <20090729120719.GN30449@redhat.com> <20090729135057.GY30449@redhat.com> In-Reply-To: <20090729135057.GY30449@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gleb Natapov Cc: qemu-devel@nongnu.org On 07/29/2009 04:50 PM, Gleb Natapov wrote: > @@ -2898,6 +2901,7 @@ static void ide_load(QEMUFile* f, IDEState *s) > > qemu_get_8s(f,&s->sense_key); > qemu_get_8s(f,&s->asc); > + qemu_get_8s(f,&s->cdrom_changed); > /* XXX: if a transfer is pending, we do not save it yet */ > } > > Needs to be conditional on version, no? -- error compiling committee.c: too many arguments to function