From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cByeE-0004k1-5y for qemu-devel@nongnu.org; Wed, 30 Nov 2016 01:45:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cByeC-0006wy-R8 for qemu-devel@nongnu.org; Wed, 30 Nov 2016 01:45:41 -0500 Message-ID: <1480485027.2452.19.camel@d-silva.org> From: "Alastair D'Silva" Date: Wed, 30 Nov 2016 16:50:27 +1100 In-Reply-To: <20161130053629.23340-1-alastair@au1.ibm.com> References: <20161130053629.23340-1-alastair@au1.ibm.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 0/6] Add support for the Epson RX8900 RTC to the aspeed board List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org, Peter Maydell , =?ISO-8859-1?Q?C=E9dric?= Le Goater , Andrew Jeffery , Joel Stanley On Wed, 2016-11-30 at 16:36 +1100, Alastair D'Silva wrote: >=20 > This patch series adds support for the Epson RX8900 RTC to the > Aspeed board. >=20 > The tests use the existing imx25 infrastructure, and some minor > changes have been made to uniquely identify the I2C buses. >=20 > A NULL check have been added to eliminate empty i2cslave init > functions. >=20 > Support for named interrupts has been implemented in qtest to > facilitate testing. Sorry, I missed a changelog... Changelog: v2: - Avoid using error_report - Fix TIE behaviour - Move temperature init out of reset, it should not change on a soft reset - Fix IRQ in test failures - Add a NULL check for i2c slave init callbacks, so that we no longer need to implement empty init functions. - Refactor to use the existing qemu trace infrastructure - Move the RX8900 definition into the aspeed machine init - It it possible for check_update_interrupt_seconds in the rx8900 test to return 6,=C2=A0depending on the alignment with the wall clock. - Support low voltage detection =09 =09