From patchwork Tue Aug 19 12:25:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maria Kustova X-Patchwork-Id: 381345 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 1FF8E140086 for ; Tue, 19 Aug 2014 22:28:56 +1000 (EST) Received: from localhost ([::1]:50621 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJiX0-0004yj-6x for incoming@patchwork.ozlabs.org; Tue, 19 Aug 2014 08:28:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJiTo-0008FF-S1 for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJiTd-0005eN-UR for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:36 -0400 Received: from mail-la0-f42.google.com ([209.85.215.42]:47059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJiTd-0005eB-JL for qemu-devel@nongnu.org; Tue, 19 Aug 2014 08:25:25 -0400 Received: by mail-la0-f42.google.com with SMTP id pv20so5852280lab.1 for ; Tue, 19 Aug 2014 05:25:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=a7NLVfFkpI1SMoRFXno9Wd/wOH15jbjCOlnqWexADo0=; b=D+T53xrjR9twrybZHPk5ZvV3mpa0+0ZvuQCunvLtVlTMa21IukBZLLyzywJ0DEXcMu Inz251mmJNFMa8nIgOcqghizWQhEt89BXX+JjObqJtufZKlmbeRjvk0Nc/Eusta+0j1Y A+QzEOFVe/CTesT15k6faDqZNTWywSvWJu/uyVA6WW/VLy6jb3ZeFXub/EynXozaJVN3 AmFuF+4gmb1MLBes3V3EAQRMXJfvXa2AH10e8wsL96f3oOJDMI4dnPInNrKZ7a2dqkCb FXllyl/OiKYHvDCDyAip53fKJeHfHjR8YctevFFRpqK0JaF80oTpByyjHog/Int/YU2+ Uxbg== X-Gm-Message-State: ALoCoQk6nhk3mi+hJlr2ikvK3dFgvXq0eOn0jfN8et9Sn6qFtUvpyyAwPR4f6a4ekO4E0Y/QI+5H X-Received: by 10.152.198.195 with SMTP id je3mr36677992lac.59.1408451124528; Tue, 19 Aug 2014 05:25:24 -0700 (PDT) Received: from localhost.localdomain ([31.134.130.233]) by mx.google.com with ESMTPSA id pz3sm31940999lbb.1.2014.08.19.05.25.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Aug 2014 05:25:23 -0700 (PDT) From: Maria Kustova X-Google-Original-From: Maria Kustova To: qemu-devel@nongnu.org Date: Tue, 19 Aug 2014 16:25:11 +0400 Message-Id: X-Mailer: git-send-email 1.9.3 In-Reply-To: References: In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.42 Cc: kwolf@redhat.com, famz@redhat.com, Maria Kustova , stefanha@redhat.com Subject: [Qemu-devel] [PATCH V2 1/3] docs: List all image elements currently supported by the fuzzer X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Reviewed-by: Fam Zheng Reviewed-by: Stefan Hajnoczi Signed-off-by: Maria Kustova --- docs/image-fuzzer.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/image-fuzzer.txt b/docs/image-fuzzer.txt index 0d0005d..3e23ebe 100644 --- a/docs/image-fuzzer.txt +++ b/docs/image-fuzzer.txt @@ -125,7 +125,8 @@ If a fuzzer configuration is specified, then it has the next interpretation: will be always fuzzed for every test. This case is useful for regression testing. -For now only header fields, header extensions and L1/L2 tables are generated. +The generator can create header fields, header extensions, L1/L2 tables and +refcount table and blocks. Module interfaces -----------------