diff options
| author | John Snow | 2015-10-05 18:00:55 +0200 |
|---|---|---|
| committer | John Snow | 2015-10-05 18:00:55 +0200 |
| commit | 3d937150dce20cb95cbaae99b6fd48dca4261f32 (patch) | |
| tree | c36dc547f8c832acf304213a598b12930eb760ae /include/exec/user | |
| parent | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (diff) | |
| download | qemu-3d937150dce20cb95cbaae99b6fd48dca4261f32.tar.gz qemu-3d937150dce20cb95cbaae99b6fd48dca4261f32.tar.xz qemu-3d937150dce20cb95cbaae99b6fd48dca4261f32.zip | |
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 <jsnow@redhat.com>
Message-id: 1442868929-17777-1-git-send-email-jsnow@redhat.com
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions
