From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:32888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzJFf-0002ea-Va for qemu-devel@nongnu.org; Thu, 28 Feb 2019 05:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzJFf-0003Yz-BA for qemu-devel@nongnu.org; Thu, 28 Feb 2019 05:49:19 -0500 Date: Thu, 28 Feb 2019 11:49:06 +0100 From: Kevin Wolf Message-ID: <20190228104906.GA5563@linux.fritz.box> References: <20190227144413.30975-1-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190227144413.30975-1-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4] iotests: use iotests.VM in 238 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Max Reitz , qemu-block@nongnu.org, Thomas Huth Am 27.02.2019 um 15:44 hat Stefan Hajnoczi geschrieben: > Test 238 does not require the kvm accelerator. Using the qtest > accelerator allows the test to run in both non-kvm and non-tcg > environments. > > iotests.VM implicitly uses the qtest accelerator and is really the class > that this test should be using. Switch to that instead of > qemu.QEMUMachine. > > Suggested-by: Thomas Huth > Signed-off-by: Stefan Hajnoczi Thanks, applied to the block branch. Kevin