qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] MIPS patches queue for 5.1 soft freeze
@ 2020-07-02 13:36 Philippe Mathieu-Daudé
  2020-07-02 13:36 ` [PATCH 1/5] Revert "hw/intc: Add Loongson LIOINTC support" Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-07-02 13:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: Aleksandar Rikalo, Paul Burton, Yunqiang Su,
	Philippe Mathieu-Daudé, Aleksandar Markovic, Huacai Chen,
	Aurelien Jarno

This series contains the current MIPS patch queue:
- Remove unused/unbuilt device (unfortunately the machine won't be
  merged in time for the 5.1 release)
- Trivial fix for LP bug #1885718
- Urgent removal of inactive maintainers
- Huacai Chen and Jiaxun Yang designated as new maintainers

If nothing new appears, I plan to send the pull request during the
week-end.

Regards,

Phil.

Aleksandar Markovic (4):
  target/mips: Remove identical if/else branches
  MAINTAINERS: Adjust MIPS maintainership (remove Aurelien Jarno)
  MAINTAINERS: Adjust MIPS maintainership (remove Paul Burton)
  MAINTAINERS: Adjust MIPS maintainership (Add Huacai Chen & Jiaxun
    Yang)

Philippe Mathieu-Daudé (1):
  Revert "hw/intc: Add Loongson LIOINTC support"

 hw/intc/loongson_liointc.c | 242 -------------------------------------
 target/mips/cp0_helper.c   |   9 +-
 MAINTAINERS                |  12 +-
 hw/intc/Kconfig            |   3 -
 hw/intc/Makefile.objs      |   1 -
 5 files changed, 6 insertions(+), 261 deletions(-)
 delete mode 100644 hw/intc/loongson_liointc.c

Cc: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: Paul Burton <paulburton@kernel.org>
Cc: Huacai Chen <chenhc@lemote.com>
Cc: Yunqiang Su <ysu@wavecomp.com>

-- 
2.21.3



^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
@ 2020-06-30 12:35 dcb
  2020-06-30 13:42 ` [Bug 1885718] " Aleksandar Markovic
  2020-06-30 13:48 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 13+ messages in thread
From: dcb @ 2020-06-30 12:35 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Source code is

    if (other_tc == other->current_tc) {
        tccause = other->CP0_Cause;
    } else {
        tccause = other->CP0_Cause;
    }

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

Title:
  qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found
  duplicate branches for 'if' and 'else'

Status in QEMU:
  New

Bug description:
  Source code is

      if (other_tc == other->current_tc) {
          tccause = other->CP0_Cause;
      } else {
          tccause = other->CP0_Cause;
      }

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


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

end of thread, other threads:[~2020-07-14 14:08 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-02 13:36 [PATCH 0/5] MIPS patches queue for 5.1 soft freeze Philippe Mathieu-Daudé
2020-07-02 13:36 ` [PATCH 1/5] Revert "hw/intc: Add Loongson LIOINTC support" Philippe Mathieu-Daudé
2020-07-02 13:36 ` [PATCH 2/5] target/mips: Remove identical if/else branches Philippe Mathieu-Daudé
2020-07-02 13:36   ` [Bug 1885718] " Philippe Mathieu-Daudé
2020-07-02 13:36 ` [PATCH 3/5] MAINTAINERS: Adjust MIPS maintainership (remove Aurelien Jarno) Philippe Mathieu-Daudé
2020-07-02 13:37 ` [PATCH 4/5] MAINTAINERS: Adjust MIPS maintainership (remove Paul Burton) Philippe Mathieu-Daudé
2020-07-14 14:06   ` Philippe Mathieu-Daudé
2020-07-02 13:37 ` [PATCH 5/5] MAINTAINERS: Adjust MIPS maintainership (Add Huacai Chen & Jiaxun Yang) Philippe Mathieu-Daudé
2020-07-02 14:20   ` Jiaxun Yang
2020-07-03  1:19     ` chen huacai
  -- strict thread matches above, loose matches on Subject: below --
2020-06-30 12:35 [Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else' dcb
2020-06-30 13:42 ` [Bug 1885718] " Aleksandar Markovic
2020-06-30 13:48 ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).