From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0OHI-0005rw-O6 for qemu-devel@nongnu.org; Mon, 26 Mar 2018 05:18:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0OHF-0005AE-Jz for qemu-devel@nongnu.org; Mon, 26 Mar 2018 05:18:56 -0400 Received: from mail-wm0-x234.google.com ([2a00:1450:400c:c09::234]:39565) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f0OHF-00057J-De for qemu-devel@nongnu.org; Mon, 26 Mar 2018 05:18:53 -0400 Received: by mail-wm0-x234.google.com with SMTP id f125so14003726wme.4 for ; Mon, 26 Mar 2018 02:18:53 -0700 (PDT) Sender: Paolo Bonzini References: <20180324192455.12254-1-mdavidsaver@gmail.com> <20180324192455.12254-2-mdavidsaver@gmail.com> From: Paolo Bonzini Message-ID: Date: Mon, 26 Mar 2018 11:18:49 +0200 MIME-Version: 1.0 In-Reply-To: <20180324192455.12254-2-mdavidsaver@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 01/14] tests: more thorough tests of ds1338 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Davidsaver , Peter Maydell , Thomas Huth Cc: Antoine Mathys , qemu-devel@nongnu.org, David Gibson On 24/03/2018 20:24, Michael Davidsaver wrote: > Test current time and set+get round trip. > Separate current time test from set/get > tests to avoid test order issues. What are these issues? You can start a different QEMU for each test. Paolo > Signed-off-by: Michael Davidsaver