From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50784) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKwBC-0001qa-3V for qemu-devel@nongnu.org; Mon, 09 Feb 2015 16:47:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKwB5-0003Dw-2N for qemu-devel@nongnu.org; Mon, 09 Feb 2015 16:47:38 -0500 Message-ID: <54D92AF1.1000406@suse.de> Date: Mon, 09 Feb 2015 22:47:29 +0100 From: Alexander Graf MIME-Version: 1.0 References: <1423194953-7673-1-git-send-email-david@gibson.dropbear.id.au> In-Reply-To: <1423194953-7673-1-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCHv3 0/9] pseries: Fix and extend PAPR RTC implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson , agraf@sue.de, aik@ozlabs.ru, mdroth@us.ibm.com Cc: amit.shah@redhat.com, pbonzini@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 06.02.15 04:55, David Gibson wrote: > At the moment, the PAPR RTC implementation (actually a paravirt > firmware interface, rather than a normal device) works directly off > host time, and so doesn't respect the options such as clock=vm which > can be specified in the -rtc command line option. This series > addresses those defects. > > The above makes it clearer that the spapr RTC should probably be its > own separate qdev, so this series also implements that. > > Finally it moves the code from mc146818rtc for publishing the RTC time > via QOM into generic QOM helpers, and extends the PAPR RTC driver to > export in a similar way. > > Changes since v2: > * We still need the rtc_offset field in sPAPREnvironment to handle > incoming migrations from older versions, but we no longer send it > for outgoing migrations. > Changes since v1: > * Actually create a qdev device for the PAPR RTC > * Instead of duplicating the QOM publishing code from mc146818, move > it into a generic helper > Thanks, applied to ppc-next. Alex