From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOkTX-00023N-Q2 for qemu-devel@nongnu.org; Thu, 18 Oct 2012 03:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOkTW-0007LG-MW for qemu-devel@nongnu.org; Thu, 18 Oct 2012 03:25:03 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:52750) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOkTW-0007J7-FL for qemu-devel@nongnu.org; Thu, 18 Oct 2012 03:25:02 -0400 Received: by mail-bk0-f45.google.com with SMTP id jf3so3361587bkc.4 for ; Thu, 18 Oct 2012 00:25:01 -0700 (PDT) Date: Thu, 18 Oct 2012 09:24:59 +0200 From: Stefan Hajnoczi Message-ID: <20121018072459.GD22425@stefanha-thinkpad.redhat.com> References: <1350498707-6749-1-git-send-email-dmitry@daynix.com> <1350498707-6749-3-git-send-email-dmitry@daynix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1350498707-6749-3-git-send-email-dmitry@daynix.com> Subject: Re: [Qemu-devel] [PATCH 2/2] Add check_rxov into VMState. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dmitry Fleytman Cc: Yan Vugenfirer , Chris Webb , qemu-devel@nongnu.org, Richard Davies On Wed, Oct 17, 2012 at 08:31:47PM +0200, Dmitry Fleytman wrote: > @@ -1100,6 +1100,11 @@ static bool is_version_1(void *opaque, int version_id) > return version_id == 1; > } > > +static bool is_version_3(void *opaque, int version_id) > +{ > + return version_id == 1; > +} version_id == 3?