[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 13/15] tools/fuzz: Rework afl-policy-fuzzer
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 4 Apr 2023 17:25:22 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=5jGdw4viSV9S7TApuPOX3S47yaHtXnnnjRZnrRRyAqQ=; b=UgOTaCDs4vRN9m05gfghutBRClfUpbKngQIxdY8jVWHu5QZ8LzFSGBr61IfL4SMI+y5lJ43/VPGWcm8HZnNW53P0+RglJTbwCQLtYvTz0jdfOPjn7mtMf8pbDjIpuTxKj4O5ur0FZ1xNYsbiLzj8SlsNLbk9o2JrAulfayUuMlkeNkql7I4UTv7pU1h+lMx8WzrtPjZXNE2jpM0DzF+O5MamZe3k6se5vUD+2KGq/scrN164ThqcAEC3VuxMiEpUrAz62UBgtn7gQAJiOErdE+DQH2/KFTIy1bvsTTJEcjO4RpQUqfKyq662Zr3Ey8ni1/01j0LLhxDLU6GHKl69PQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YXWFxTTIcAacLzPaNbkYtDFk6Cvndl3AkF7oZz+L4IaTpAEf/UkdzVPJsTf2R8sVCQweIHxMBNd+B49v9bSucx0nvvVSgy+WrWeDbkUbymtzTDRE0s4O/UhN5efqxHt7xWXZQq6LuUJk3oqpuHvDQJxN4hc1/LGZYgDKl/LxSZPxhdCIUNuFcuzTed/MNcxicJJpLEEYUFUt8pBSJ4hm05ZseBHsnUhJhFS9Q8RCK0/UGZgqABrYIbNSrUTZ7GVtfc8MH7aLk3VA7umEtmeoaHeBe4jlTJivlpN2q02+Zsyba6UL54YYlTEaB0qGuEu9D56/vCVx3/oiIo9H8Uiaew==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 04 Apr 2023 15:25:36 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 04.04.2023 11:52, Andrew Cooper wrote:
> With cpuid_policy and msr_policy merged to form cpu_policy, merge the
> respective fuzzing logic.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|