From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsan3-0000KS-9o for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:13:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vsamx-0007cS-At for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:13:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsamw-0007c4-8d for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:12:59 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rBGGCuaQ008306 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 Dec 2013 11:12:57 -0500 Date: Mon, 16 Dec 2013 18:16:44 +0200 From: "Michael S. Tsirkin" Message-ID: <20131216161644.GA22900@redhat.com> References: <1385745142-20520-1-git-send-email-lersek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1385745142-20520-1-git-send-email-lersek@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3 0/4] i440fx-test: check firmware visibility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org On Fri, Nov 29, 2013 at 06:12:18PM +0100, Laszlo Ersek wrote: > v3 [Markus]: > - FW_SIZE -> BLOB_SIZE > - create_firmware() -> create_blob_file() > - detach create_blob_file() comment block from firmware & temporariness > - same in filename and error messages there > - char unsigned -> uint8_t > > Laszlo Ersek (4): > i440fx-test: qtest_start() should be paired with qtest_end() > i440fx-test: give each GTest case its own qtest > i440fx-test: generate temporary firmware blob > i440fx-test: verify firmware under 4G and 1M, both -bios and -pflash Applied, thanks. > tests/i440fx-test.c | 167 ++++++++++++++++++++++++++++++++++++++++++++++------ > 1 file changed, 150 insertions(+), 17 deletions(-) > > -- > 1.8.3.1 >