qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 9ab999: libqos/ahci: fix ahci_write_fis for n


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 9ab999: libqos/ahci: fix ahci_write_fis for ncq on ppc64
Date: Wed, 08 Jul 2015 13:00:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9ab9993f71b7eac6788deae2fbb7ec659ceb4a1e
      
https://github.com/qemu/qemu/commit/9ab9993f71b7eac6788deae2fbb7ec659ceb4a1e
  Author: John Snow <address@hidden>
  Date:   2015-07-08 (Wed, 08 Jul 2015)

  Changed paths:
    M tests/libqos/ahci.c
    M tests/libqos/ahci.h

  Log Message:
  -----------
  libqos/ahci: fix ahci_write_fis for ncq on ppc64

Don't try to correct the endianness of NCQ commands, which do not
use any fields wider than a single byte.

This corrects the /x86_64/ahci/io/ncq/simple test (and others)
for ppc64 BE hosts.

Reported-by: Peter Maydell <address@hidden>
Signed-off-by: John Snow <address@hidden>
Tested-by: Peter Maydell <address@hidden>
Message-id: address@hidden


  Commit: 702c8c8be2f3317c81fff83f82d8a5f1d50d41b8
      
https://github.com/qemu/qemu/commit/702c8c8be2f3317c81fff83f82d8a5f1d50d41b8
  Author: Hannes Reinecke <address@hidden>
  Date:   2015-07-08 (Wed, 08 Jul 2015)

  Changed paths:
    M hw/ide/ahci.h

  Log Message:
  -----------
  ahci: Fix CD-ROM signature

The CD-ROM signature is 0xeb140101, not 0xeb140000.
Without this change OVMF/Duet runs into a timeout trying
to detect a SATA cdrom.

Signed-off-by: Hannes Reinecke <address@hidden>
Signed-off-by: John Snow <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Message-id: address@hidden


  Commit: c8e84287da7dd6a46c0bb0e53190e79ba4eedf24
      
https://github.com/qemu/qemu/commit/c8e84287da7dd6a46c0bb0e53190e79ba4eedf24
  Author: Peter Maydell <address@hidden>
  Date:   2015-07-08 (Wed, 08 Jul 2015)

  Changed paths:
    M hw/ide/ahci.h
    M tests/libqos/ahci.c
    M tests/libqos/ahci.h

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into 
staging

# gpg: Signature made Wed Jul  8 19:08:28 2015 BST using RSA key ID AAFC390E
# gpg: Good signature from "John Snow (John Huston) <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
#      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E

* remotes/jnsnow/tags/ide-pull-request:
  ahci: Fix CD-ROM signature
  libqos/ahci: fix ahci_write_fis for ncq on ppc64

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/d09952ee8cae...c8e84287da7d

reply via email to

[Prev in Thread] Current Thread [Next in Thread]