qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 1497711] [NEW] tests/libqos/ahci.c:745: redundant cond


From: dcb
Subject: [Qemu-devel] [Bug 1497711] [NEW] tests/libqos/ahci.c:745: redundant condition ?
Date: Sun, 20 Sep 2015 10:08:49 -0000

Public bug reported:

[qemu/tests/libqos/ahci.c:745]: (style) Redundant condition: props.ncq.
'!props.ncq || (props.ncq && props.lba48)' is equivalent to '!props.ncq
|| props.lba48'

    g_assert(!props->ncq || (props->ncq && props->lba48));

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1497711

Title:
  tests/libqos/ahci.c:745: redundant condition ?

Status in QEMU:
  New

Bug description:
  [qemu/tests/libqos/ahci.c:745]: (style) Redundant condition:
  props.ncq. '!props.ncq || (props.ncq && props.lba48)' is equivalent to
  '!props.ncq || props.lba48'

      g_assert(!props->ncq || (props->ncq && props->lba48));

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1497711/+subscriptions



reply via email to

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