From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCEH4-0007p8-9T for qemu-devel@nongnu.org; Mon, 06 Jul 2015 17:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCEH3-0006kM-Er for qemu-devel@nongnu.org; Mon, 06 Jul 2015 17:50:02 -0400 From: John Snow Date: Mon, 6 Jul 2015 17:49:50 -0400 Message-Id: <1436219392-31915-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] ahci: Fix CD-ROM signature List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: pbonzini@redhat.com, John Snow , hare@suse.de, stefanha@redhat.com, qemu-devel@nongnu.org As reported by Hannes Reinecke, the signature generation in AHCI is a little goofy. Let's fix it up. Patch 1 should be considered a bugfix for 2.4. Patch 2 is mostly a tidying effort prompted by the first patch. ________________________________________________________________________________ For convenience, this branch is available at: https://github.com/jnsnow/qemu.git branch ahci-sig https://github.com/jnsnow/qemu/tree/ahci-sig This version is tagged ahci-sig-v1: https://github.com/jnsnow/qemu/releases/tag/ahci-sig-v1 Hannes Reinecke (1): ahci: Fix CD-ROM signature John Snow (1): ahci: fix signature generation hw/ide/ahci.c | 33 ++++++++++++++++++++------------- hw/ide/ahci.h | 2 +- 2 files changed, 21 insertions(+), 14 deletions(-) -- 2.1.0