All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
@ 2020-06-30 12:39 dcb
  2020-07-01  8:05 ` [Bug 1885719] " Thomas Huth
  2020-07-01  8:52 ` dcb
  0 siblings, 2 replies; 3+ messages in thread
From: dcb @ 2020-06-30 12:39 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Source code is

            } else if (address >= 0x80000000) {
                /* Kernel virtual page */
                return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
            } else {
                /* User virtual page */
                return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
            }

** 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/1885719

Title:
  qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate
  branches for 'if' and 'else'

Status in QEMU:
  New

Bug description:
  Source code is

              } else if (address >= 0x80000000) {
                  /* Kernel virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              } else {
                  /* User virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              }

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 1885719] Re: qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
  2020-06-30 12:39 [Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else' dcb
@ 2020-07-01  8:05 ` Thomas Huth
  2020-07-01  8:52 ` dcb
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2020-07-01  8:05 UTC (permalink / raw)
  To: qemu-devel

Which version of QEMU did you use here? Apparently it was an older
version, since that code has been removed more than a year ago already:

 https://git.qemu.org/?p=qemu.git;a=commitdiff;h=0137c93ff8cbcebf

Please make sure to use the latest release of QEMU when reporting bugs.
Thanks!

** Changed in: qemu
       Status: New => Fix Released

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

Title:
  qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate
  branches for 'if' and 'else'

Status in QEMU:
  Fix Released

Bug description:
  Source code is

              } else if (address >= 0x80000000) {
                  /* Kernel virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              } else {
                  /* User virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              }

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug 1885719] Re: qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else'
  2020-06-30 12:39 [Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else' dcb
  2020-07-01  8:05 ` [Bug 1885719] " Thomas Huth
@ 2020-07-01  8:52 ` dcb
  1 sibling, 0 replies; 3+ messages in thread
From: dcb @ 2020-07-01  8:52 UTC (permalink / raw)
  To: qemu-devel

>Which version of QEMU did you use here?

git trunk. I have no idea why Richard's patch isn't in my current version
and I am disinclined to find out why.

Any further work by me on qemu looks somewhat doubtful. Have fun !

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

Title:
  qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate
  branches for 'if' and 'else'

Status in QEMU:
  Fix Released

Bug description:
  Source code is

              } else if (address >= 0x80000000) {
                  /* Kernel virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              } else {
                  /* User virtual page */
                  return cpu_nios2_handle_virtual_page(cs, address, rw, mmu_idx);
              }

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-01  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 12:39 [Bug 1885719] [NEW] qemu/target/nios2/helper.c:261:20: style:inconclusive: Found duplicate branches for 'if' and 'else' dcb
2020-07-01  8:05 ` [Bug 1885719] " Thomas Huth
2020-07-01  8:52 ` dcb

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.