From patchwork Tue Mar 5 19:55:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Schnelle X-Patchwork-Id: 1051969 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=stackframe.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=duncanthrax.net header.i=@duncanthrax.net header.b="hnR+ruCG"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 44DSM35Vc0z9s3q for ; Wed, 6 Mar 2019 06:56:15 +1100 (AEDT) Received: from localhost ([127.0.0.1]:48479 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1GAf-0006Iw-Ps for incoming@patchwork.ozlabs.org; Tue, 05 Mar 2019 14:56:13 -0500 Received: from eggs.gnu.org ([209.51.188.92]:45348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1GA2-0006HS-Um for qemu-devel@nongnu.org; Tue, 05 Mar 2019 14:55:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1GA2-0005qn-4w for qemu-devel@nongnu.org; Tue, 05 Mar 2019 14:55:34 -0500 Received: from smtp.duncanthrax.net ([2001:470:70c5:1111::170]:40155) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1GA1-0005eZ-Nl for qemu-devel@nongnu.org; Tue, 05 Mar 2019 14:55:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=duncanthrax.net; s=dkim; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From; bh=yS9FhJ6L53/V+04k1+3AiFyjzvDwvmdRBg0qP9otyLg=; b=hnR+ruCGTaJuP2MKCVXiRS4Sbg hYEq9jmJct9YU6V5FJhIIry+0gRE0DhVCUrkcfNjp6qBUCVy3+sG/7zjVh0vQpxJsVV3TQYzb4kev jKG/e/OCGXtPvdsCHjxs/djITKOLPjup0N8c3pLnu+4vDjiQ5Yj77Jb70tYnaDy7g6qA=; Received: from [134.3.47.207] (helo=t470p.stackframe.org) by smtp.eurescom.eu with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1h1G9t-0004To-BX; Tue, 05 Mar 2019 20:55:25 +0100 From: Sven Schnelle To: Paolo Bonzini Date: Tue, 5 Mar 2019 20:55:14 +0100 Message-Id: <20190305195519.24303-1-svens@stackframe.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:470:70c5:1111::170 Subject: [Qemu-devel] [PATCH v2 0/5] LSI53C895 cleanups X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sven Schnelle , QEMU Developers Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Hi, this series contains a few cosmetic cleanups and one small bugfix for the LSI53C895 emulation. Regards Sven Sven Schnelle (5): lsi: use ldn_le_p()/stn_le_p() lsi: use enum type for s->waiting lsi: use enum type for s->msg_action lsi: use SCSI phase names instead of numbers in trace lsi: return dfifo value hw/scsi/lsi53c895a.c | 126 +++++++++++++++++++++++-------------------- hw/scsi/trace-events | 6 +-- 2 files changed, 70 insertions(+), 62 deletions(-)