qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] a99ac0: CHECKPATCH: Add --debug adv_dcs


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] a99ac0: CHECKPATCH: Add --debug adv_dcs
Date: Wed, 05 Sep 2012 13:00:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: a99ac041e9f30dafb0afa326ddbeb8a481ba3f81
      
https://github.com/qemu/qemu/commit/a99ac041e9f30dafb0afa326ddbeb8a481ba3f81
  Author: Don Slutz <address@hidden>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M scripts/checkpatch.pl

  Log Message:
  -----------
  CHECKPATCH: Add --debug adv_dcs

Add debug options to find this issue.  They were not listed
in the help because the are not simple to understand the output of.

Signed-off-by: Don Slutz <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 5424302e56ca587b665e3f409c4daa1bc2ff1cf7
      
https://github.com/qemu/qemu/commit/5424302e56ca587b665e3f409c4daa1bc2ff1cf7
  Author: Don Slutz <address@hidden>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M scripts/checkpatch.pl

  Log Message:
  -----------
  CHECKPATCH: Add --debug adv_checking

Add debug options to find this issue.  They were not listed
in the help because the are not simple to understand the output of.

Signed-off-by: Don Slutz <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 69402a6944f506f51efee13c9db94bd1605eb478
      
https://github.com/qemu/qemu/commit/69402a6944f506f51efee13c9db94bd1605eb478
  Author: Don Slutz <address@hidden>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M scripts/checkpatch.pl

  Log Message:
  -----------
  CHECKPATCH: Add --debug adv_apw

Add debug options to find this issue.  They were not listed
in the help because the are not simple to understand the output of.

Signed-off-by: Don Slutz <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: dfe7053a34353079503bf350f83cb8b6101a450d
      
https://github.com/qemu/qemu/commit/dfe7053a34353079503bf350f83cb8b6101a450d
  Author: Don Slutz <address@hidden>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M scripts/checkpatch.pl

  Log Message:
  -----------
  CHECKPATCH: Add warning for single else statement.

For an example:

WARNING: braces {} are necessary even for single statement blocks
+    } else
+        return env->regs[R_EAX];

total: 0 errors, 1 warnings, 41 lines checked
Signed-off-by: Don Slutz <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: d6ce52c1f183add6f60509bc3344a61104489613
      
https://github.com/qemu/qemu/commit/d6ce52c1f183add6f60509bc3344a61104489613
  Author: Max Filippov <address@hidden>
  Date:   2012-09-05 (Wed, 05 Sep 2012)

  Changed paths:
    M target-xtensa/xtensa-semi.c

  Log Message:
  -----------
  target-xtensa: convert host errno values to guest

Guest errno values are taken from the newlib. Convert only those errno
values that can be returned from used system calls.

Signed-off-by: Max Filippov <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f45ddd14209a...d6ce52c1f183

reply via email to

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