From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoraE-0003fR-7R for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:25:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xora8-0006XL-3c for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:24:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xora7-0006XD-Sx for qemu-devel@nongnu.org; Thu, 13 Nov 2014 05:24:52 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sADAOn9p014659 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 13 Nov 2014 05:24:50 -0500 From: Stefan Hajnoczi Date: Thu, 13 Nov 2014 10:24:39 +0000 Message-Id: <1415874281-7371-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] ahci: small cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: jsnow@redhat.com, Stefan Hajnoczi Two small cleanups for QEMU 2.3: 1. Avoid DEBUG_AHCI bitrot 2. Use FIS type constants instead of magic numbers See commit descriptions for details. Stefan Hajnoczi (2): ahci: avoid #ifdef DEBUG_AHCI bitrot ahci: replace SATA FIS type magic numbers with constants hw/ide/ahci.c | 24 +++++++++++------------- hw/ide/ahci.h | 5 ++++- 2 files changed, 15 insertions(+), 14 deletions(-) -- 2.1.0