qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3d9371: qtest/ahci: fix redundant assertion


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 3d9371: qtest/ahci: fix redundant assertion
Date: Tue, 06 Oct 2015 06:00:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 3d937150dce20cb95cbaae99b6fd48dca4261f32
      
https://github.com/qemu/qemu/commit/3d937150dce20cb95cbaae99b6fd48dca4261f32
  Author: John Snow <address@hidden>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M tests/libqos/ahci.c

  Log Message:
  -----------
  qtest/ahci: fix redundant assertion

Fixes https://bugs.launchpad.net/qemu/+bug/1497711

(!ncq || (ncq && lba48)) is the same as
(!ncq || lba48).

The intention is simply: "If a command is NCQ,
it must also be LBA48."

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: aee50319873da4ed1c1d6901260c37d6236c74b5
      
https://github.com/qemu/qemu/commit/aee50319873da4ed1c1d6901260c37d6236c74b5
  Author: John Snow <address@hidden>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Small IDE/FDC touchup

libqos/ahci and tests/fdc-test are under my purview also,
include them in the appropriate stanzas.

Signed-off-by: John Snow <address@hidden>
Message-id: address@hidden


  Commit: ec6b69ca0305ab3a3e0461aecb6f190c59a765df
      
https://github.com/qemu/qemu/commit/ec6b69ca0305ab3a3e0461aecb6f190c59a765df
  Author: John Snow <address@hidden>
  Date:   2015-10-05 (Mon, 05 Oct 2015)

  Changed paths:
    M tests/ide-test.c

  Log Message:
  -----------
  qtest/ide-test: ppc64be correction for ATAPI tests

the 16bit ide data register is LE by definition.

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


  Commit: 006d5c741bbfcdbedeb59e14527fe58d45c9c76b
      
https://github.com/qemu/qemu/commit/006d5c741bbfcdbedeb59e14527fe58d45c9c76b
  Author: Peter Maydell <address@hidden>
  Date:   2015-10-06 (Tue, 06 Oct 2015)

  Changed paths:
    M MAINTAINERS
    M tests/ide-test.c
    M tests/libqos/ahci.c

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

# gpg: Signature made Mon 05 Oct 2015 17:01:11 BST using RSA key ID AAFC390E
# gpg: Good signature from "John Snow (John Huston) <address@hidden>"

* remotes/jnsnow/tags/ide-pull-request:
  qtest/ide-test: ppc64be correction for ATAPI tests
  MAINTAINERS: Small IDE/FDC touchup
  qtest/ahci: fix redundant assertion

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


Compare: https://github.com/qemu/qemu/compare/7fe34ca9c2e9...006d5c741bbf

reply via email to

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