From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYLnU-0006IP-Ac for qemu-devel@nongnu.org; Sun, 19 Jun 2011 13:28:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYLnT-0002Lb-Fj for qemu-devel@nongnu.org; Sun, 19 Jun 2011 13:28:32 -0400 Received: from sandstone.cs.wisc.edu ([128.105.6.39]:36495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYLnT-0002L5-Ao for qemu-devel@nongnu.org; Sun, 19 Jun 2011 13:28:31 -0400 Received: from webmail.cs.wisc.edu (slappy.cs.wisc.edu [128.105.7.37]) by sandstone.cs.wisc.edu (8.14.1/8.14.1) with ESMTP id p5JHSNOp004500 for ; Sun, 19 Jun 2011 12:28:23 -0500 Message-ID: Date: Sun, 19 Jun 2011 12:28:23 -0500 From: "Nilay" MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] struct TimerState Reply-To: nilay@cs.wisc.edu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi I am trying to understand the structures that QEMU saves when do_savevm() is invoked. Can anyone explain to me the fields that are part of the TimerState structure in qemu-timer.c? Thanks Nilay